body {
	background: #313131;
}

table thead, table tbody, table tfoot {
	background-color: transparent;
	border: none;
}

table tbody tr:nth-child(2n) {
    background-color: transparent;
}

.off-canvas {
	background: none;
}

.close-button:hover, .close-button:focus {
	color: white;
}

.off-canvas li a {
	font-family: 'Arial Narrow', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
	color: #fff;
}

.off-canvas-content {
	background: none;
}

.wrapperHead {
	padding-bottom: 13px;
}

h1.logoBox {
	margin: 0;
}

h1.logoBox a {
	width: 54px;
	height: 65px;
	background: #467C3B url(../img/logo-shield.png) no-repeat center center;
	float: left;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	text-indent: -9999px;
}

h2.logoType {
	margin: 0;
}

div.title {
	width: 320px;
	margin-left: 50px;
	padding: 12px 0 0 20px;
	display: none;
}

div.title h1.faculty-name, .title-mobile h1.faculty-name {
	font-family: 'EfReg';
	font-size: 1.188em;
	line-height: 1em;
	margin: 0 0 6px;
}

div.title p.faculty-title, .title-mobile p.faculty-title {
	font-weight: bold;
	margin: 0;
	font-size: 0.688em;
	line-height: 1em;
}

.navTop ul {
	margin: 4px 0 0 0;
}

.navTop li {
	padding: 0px 10px 0px 10px;
	margin-right: 0 !important;
	border-right: 1px solid #646464;
}

.navTop li:last-of-type {
	border-right: none;
}

.navTop li:first-of-type {
	display: none;
}

.navTop li a {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.01em;
	color: #959595;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.navTop li a:hover {
	color: #555;
}

.title-mobile {
	padding-top: 16px;
}

.title-mobile .container {
	padding: 12px 0 4px;
}

.main-photo {
	position: relative;
}

.content-wrapper {
	padding: 30px 0;
}

/* Homepage */

.content-wrapper .intro .container {
	border-top: 8px solid #467C3B;
	padding: 12px 0;
}

.content-wrapper .intro h2 {
	color: #474747;
	font-family: 'EfBold';
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px;
	letter-spacing: 1px;
}

.content-wrapper .intro p {
	font-size: 15px;
	line-height: 1.6em;
	color: #555555;
}

.content-wrapper .intro a {
	color: #467C3B;
	font-family: 'EfReg';
	font-size: 14px;
}

.content-wrapper .highlights .container {
	border-top: 8px solid #467C3B;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	-webkit-box-shadow: 0 8px 6px -6px #cccccc;
	-moz-box-shadow: 0 8px 6px -6px #cccccc;
	box-shadow: 0 8px 6px -6px #cccccc;
	padding: 12px;
}

.content-wrapper .highlights h2 {
	color: #474747;
	font-family: 'EfBold';
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px;
	letter-spacing: 1px;
}

.content-wrapper .highlights h3 {
	color: #474747;
	font-family: 'EfBold';
	font-size: 15px;
	margin: 0;
}

.content-wrapper .highlights p, .content-wrapper .highlights li {
	color: #959595;
	font-family: 'Georgia';
	font-size: 14px;
	margin: 0;
}

.content-wrapper .highlights a, .content-wrapper .highlights li a {
	color: #467C3B;
	font-family: 'EfReg';
	font-size: 14px;
	/*display: block;*/
}

.content-wrapper .highlights img {
	margin-bottom: 10px;
}

.content-wrapper .highlights ul {
	margin-top: 1rem;
}

.content-wrapper .contact {
	margin-top: 30px;
}

.content-wrapper .contact .container {
	border-top: 3px double #333333;
}

.content-wrapper .contact h2 {
	color: #474747;
	font-family: 'EfBold';
	font-size: 15px;
	text-transform: uppercase;
	margin: 8px 0 0;
	letter-spacing: 1px;
}

.content-wrapper .contact h3 {
	color: #467C3B;
	font-family: 'EfBold';
	font-size: 14px;
	text-transform: uppercase;
	margin: 30px 0 0;
}

.content-wrapper .contact p {
	color: #959595;
	font-family: 'Georgia';
	font-size: 13px;
	margin: 0;
}

.content-wrapper .contact a {
	color: #467C3B;
	font-family: 'EfReg';
	font-size: 14px;
}

.content-wrapper .contact ul {
	margin-top: 16px;
}

.content-wrapper .contact li {
	font-size: 12px;
}

/* Secondary Pages */

body.secondary .page-container {
	padding-top: 15px;
}

body.secondary .main {
	padding-top: 10px;
	padding-bottom: 100px;
	background-color: white;
}

.breadcrumbs {
	margin-bottom: 30px;
	font-size: 0.6875rem;
	text-transform: none;
	font-weight: bold;
	color: #363636;
}

.breadcrumbs a {
	color: #898989;
}

body.secondary h1.title {
	border-bottom: 1px solid #B7B7B7;
	color: #464646;
	font-family: 'EfLight';
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 13px;
}

body.secondary h2, body.secondary h2.title {
	color: #7e99aa;
	font-family: 'EfBold';
	font-size: 1.25em;
	/*text-transform: uppercase;
	font-weight: normal;*/
	margin: 0 0 20px;
	/*letter-spacing: 1px;*/
}

body.secondary .content-left {
	padding-top: 30px;
}

body.secondary .content-left h3 {
	font-size: 0.875em;
	font-weight: bold;
	text-transform: uppercase;
}

body.secondary .content-left p, body.secondary .content-left ul, body.secondary .content-left ol {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.813em;
}

body.secondary .content-left ul p {
	font-size: 1em;
}

body.secondary .content-left a/*, body.secondary h2, body.secondary h2.title*/ {
	color: #7e99aa;
}

/* Research */

div.research {
	padding-bottom: 50px;
}

div.research p {
	font-size: 1em !important;
}

div.research .pagination {
	border-top: 1px solid #B7B7B7;
	padding-top: 20px;
}

div.research .pagination a {
	color: #333333 !important;
	background-color: #EEEEEE;
	padding: 6px 12px;
}

div.research .pagination a:hover {
	color: white !important;
	background-color: #666666;
}

/* In the Media */

div.media {
	padding-bottom: 50px;
}

div.media img {
    border: 2px solid #EEEEEE;
    float: left;
}

div.media h3 {
    font-size: 15px;
    margin: 0 0 0 120px;
    font-weight: bold;
}

div.media p {
	margin: 0 0 0 120px;
}

div.media h3.no-image, div.media p.no-image {
    margin-left: 0;
}

div.media a div p, div.media a:hover div p {
    color: #333333;
}

div.media .pagination {
	border-top: 1px solid #B7B7B7;
	padding-top: 20px;
}

div.media .pagination a {
	color: #333333 !important;
	background-color: #EEEEEE;
	padding: 6px 12px;
}

div.media .pagination a:hover {
	color: white !important;
	background-color: #666666;
}

/* Andy's Blog */

.content-left.blog h2 {
	/*color: #7e99aa;*/
	color: #474747;
	font-family: 'EfBold';
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px;
	letter-spacing: 1px;
}

.content-left.blog .photo {
	float: right;
	max-width: 50%;
	height: auto;
	margin: 0 0 20px 20px;
}

.content-left.blog h3 {
	margin-top: 30px;
}

#comment_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comment_form {
	margin-top: 20px;
}

#comment_form .clearfix {
	margin-top: 10px;
}

#comment_form label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 8px;
	font-family: Georgia,Times New Roman, serif;
    font-size: 13px;
}

#comment_form input[type="text"], #comment_form textarea {
	width: 300px;
	height: auto !important;
	float: left;
	padding: 8px;
	background: #eceade;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d5d2c1;
	margin-bottom: 0;
	font-size: 0.813em;
}

#comment_form input[type="checkbox"] {
	height: auto !important;
}

#comment_form input[type="submit"] {
	background-color: #4b7a39;
	color: white;
	border: none;
	border-radius: 6px;
	padding: 8px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 0.750em;
}

/* On Further Review */

#login_form, #register_member_form, #forgot_password_form, #publishForm, #contactForm {
	margin-top: 20px;
}

#login_form .clearfix, #register_member_form .clearfix, #forgot_password_form .clearfix, #publishForm .clearfix {
	margin-top: 10px;
}

#login_form label, #register_member_form label, #forgot_password_form label, #publishForm label, #contactForm label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 8px;
	font-family: Georgia,Times New Roman, serif;
    font-size: 13px;
}

#contactForm label {
	width: 150px;
}

#login_form input[type="text"], #login_form input[type="password"], #login_form textarea, #register_member_form input[type="text"], #register_member_form input[type="password"], #forgot_password_form input[type="text"], #publishForm input[type="text"], #publishForm textarea, #contactForm input[type="text"], #contactForm textarea {
	width: 300px;
	height: auto !important;
	float: left;
	padding: 8px;
	background: #eceade;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d5d2c1;
	margin-bottom: 0;
	font-size: 0.813em;
}

#publishForm input[type="file"] {
	font-size: 0.750em;
	width: 300px;
	margin-bottom: 0;
}

#login_form input[type="checkbox"], #register_member_form input[type="checkbox"] {
	height: auto !important;
}

#login_form input[type="submit"], #register_member_form input[type="submit"], #forgot_password_form input[type="submit"], #publishForm input[type="submit"], #contactForm input[type="submit"] {
	background-color: #4b7a39;
	color: white;
	border: none;
	border-radius: 6px;
	padding: 8px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 0.750em;
}

#forgot_password_form input[type="submit"], #publishForm input[type="submit"], #contactForm input[type="submit"] {
	/*margin-top: 20px;*/
}

/* Sidebar */

body.secondary .sidebar-right {
	padding-top: 30px;
}

body.secondary .sidebar-right h3, body.secondary .sidebar-right h4 {
	text-transform: uppercase;
	font-size: 0.875em;
	font-family: 'EfReg', sans-serif;
	margin-top: 30px;
}

body.secondary .sidebar-right p {
	font-family: EfReg;
	font-size: 0.875em;
	padding-left: 14px;
	line-height: 1.7em;
	color: #7E99AA;
	margin: 0 0 8px;
}

body.secondary .sidebar-right ul {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.875em;
	/*margin-left: 0;*/
}

body.secondary .sidebar-right a {
	color: #7E99AA;
	font-family: EfReg;
}

body.secondary .sidebar-right table {
	width: auto !important;
}

body.secondary .sidebar-right tbody {
	border: none;
	background-color: transparent;
}

body.secondary .sidebar-right td {
	padding: 0;
}

body.secondary .sidebar-right .secondary-nav {
	font-family: EfReg;
	list-style: none;
	/*margin: 0 0 40px 0;*/
	margin: 0;
	padding: 0;
}

body.secondary .sidebar-right .secondary-nav li {
	border-top: 1px solid #dedede;
}

body.secondary .sidebar-right .secondary-nav li.last {
	border-bottom: 1px solid #dedede;
}

body.secondary .sidebar-right .secondary-nav li a {
	padding: 7px 10px 7px 1em;
	display: block;
	-moz-transition: background-color .5s;
	transition: background-color .5s;
}

body.secondary .sidebar-right .secondary-nav li ul {
    list-style: none;
    /*margin-top: 5px;*/
    margin-left: 0;
    font-size: 1em;
}

body.secondary .sidebar-right .secondary-nav li li a {
    padding: 3px 0 3px 2.5em;
    /*background: none;*/
}

body.secondary .sidebar-right .secondary-nav li li li a {
    padding-left: 4em;
}

body.secondary .sidebar-right .secondary-nav li li li li a {
    padding-left: 5.5em;
}

body.secondary .sidebar-right .secondary-nav li li li li li a {
    padding-left: 7em;
}

body.secondary .sidebar-right .secondary-nav li li li li li li a {
    padding-left: 8.5em;
}

body.secondary .sidebar-right .secondary-nav li ul li.last {
	border-bottom: none;
}

body.secondary .sidebar-right.blog li {
	list-style: none;
}

body.secondary .sidebar-right.blog .tag-cloud li a {
	color: white;
	background-color: #4b7a39;
	padding: 4px 8px;
	display: inline-block;
}

body.secondary .sidebar-right.blog li p {
	padding-left: 0;
}

body.secondary .sidebar-right.blog a.button {
	color: white;
	background-color: #4b7a39;
	padding: 4px 8px;
	display: inline-block;
	line-height: 1.6;
}

/* Footer */

.footer-wrapper .tabs {
	background: none;
	border: none;
}

.footer-wrapper .tabs a.tab {
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	width: 209px;
	height: 19px;
}

.footer-wrapper .tabs a.tab.one {
	background: url("../img/img_tab-one-dark.png") no-repeat scroll 0 0 transparent;
}

.footer-inner {
	padding: 30px 0;
}

.footer-inner a.logo {
	background: url("../img/img_tuck-logo-white.png") no-repeat scroll 0 0 transparent;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #c05521;
	padding-left: 45px;
	min-height: 70px;
	margin-bottom: 20px;
}

.footer-inner .menu li a {
	color: #9a9b9a;
	font-size: 10px;
	line-height: 19px;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	padding: 0;
}

.footer-inner .menu li a:hover {
	color: white
}

/* VIDEO LISTING
---------------------------------------- */
body.secondary ul.videos {
    display: table;
    list-style: none outside none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    width: 638px;
}
body.secondary ul.videos li {
    display: block;
    float: left;
    margin-bottom: 30px !important;
    margin-right: 20px !important;
}
body.secondary ul.videos li a div.thumb {
    height: 170px;
    position: relative;
    width: 292px;
    background-size: auto 232px !important;
}
body.secondary ul.videos li a div.thumb .play {
    background-image: url("../img/play.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 170px;
    left: 0;
    position: absolute;
    top: 0;
    width: 292px;
}
body.secondary ul.videos li a div.shade {
    background-color: rgba(0, 0, 0, 0.5);
    height: 170px;
    opacity: 0;
    filter: alpha(opacity = 0);
    padding: 25px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 292px;
}
body.secondary ul.videos li a:hover div.shade {
    opacity: 1;
    filter: alpha(opacity = 100);
}
body.secondary ul.videos li a {
    color: #FFFFFF;
    text-decoration: none;
}
body.secondary ul.videos li a h4 {
    font-family: "EfBold","freight-sans-pro",sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    margin-top: 5px;
}
body.secondary ul.videos li a h4, body.multimedia ul.videos li a p {
    color: #FFFFFF;
    text-decoration: none;
}
body.secondary ul.videos li a .video-time {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #FFFFFF;
    font-family: "EfLight","freight-sans-pro",sans-serif;
    font-size: 16px;
    font-weight: normal;
    opacity: 1;
    padding: 7px 5px;
    position: absolute;
    right: 0;
}
.reveal { border: 0; background: transparent; padding: 20px }
.close-button { position: relative; color: white; font-size: 3em; z-index: 9999; text-align: right; width: 100% }

/* Medium and up */
@media screen and (min-width: 40em) {
	.content-wrapper {
		padding: 50px 0 100px;
	}
	.content-wrapper .contact {
		margin-top: 0;
	}
	.footer-inner a.logo {
		border-bottom: none;
		border-right: 1px solid #c05521;
		padding-right: 15px;
		min-height: 125px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 56em) {
	div.title {
		display: block;
	}
	.navTop li:first-of-type {
		display: inline-block;
	}
	.title-mobile {
		display: none;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
}