@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

/*
Theme Name: Durham Engineering
Author: JM@Discovery Design Limited
Copyright: Discovery Design Limited
Version: 2.0
*/

.body_page_contact .site-footer { display: none; }

/* =Base
-------------------------------------------------- */

html {
	background: #fff;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
	color: #333;
	background: #FFF;
	font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px; 
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-font-smoothing: subpixel-antialiased;
}

img {
	border: none;
	max-width: 100%;
}

a {
	color: #666;
	text-decoration: none;
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-o-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
}

a:visited {
	color: #666;

}

a:hover,
a:focus,
a:active {
	color: #888;
	outline: 0;
}

/* typography */

h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: 300;
	letter-spacing: 0.03em;
	margin: 1.6em 0 .8em 0;
}

h1 {
	font-size: 1.8em;
	font-weight: 300;
	margin: 0;
	color: #555;
	letter-spacing: -0.05em;
	padding: 0.5em 0 0 0;
}

h2 {
	font-size: 1.5em;
	line-height: 1.3;
	color: #555;
	font-weight: 500;
	text-transform: uppercase;
}

h3 {
	font-size: 1.25em;
	line-height: 1.4;
}

h4 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: .4em;
}

h5,
h6 {
	font-size: 1em;
	line-height: 1.6;
}

p {
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 0 .8em 0;
}

ul,
ol {
	margin: 0 0 1.6em 3.2em;
	padding: 0;
}

ul li,
ol li {
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 0 .4em 0;
}

/* tables */

table {
	text-align: left;
	width: 100%;
}

table thead tr {
	border-bottom: 1px solid #e6e6e6;
}

table thead th {
	background: #f6f6f6;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 1em;
}

table tbody tr {
	border-bottom: 1px solid #e6e6e6;
}

table tbody td {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 1em;
}

/* forms */

form {
    background-color: #253e8a;
    padding: 3rem;
    color: white;
    margin-top: 3rem;
}

form label {
	color: white;
}

fieldset {
	border: 0!important;
	margin: 0 0 .8em 0;
	padding: 0;
}

label {
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-size: 1.4rem;
	letter-spacing: .2em;
	margin-bottom: .4em;
	text-transform: uppercase;
}

button,
input,
select,
textarea {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #666;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 13px;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 .5em 0 0;
	padding: 1em 1.2em;
	text-shadow: 0;
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #888;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type="submit"].secondary {
	background-color: #e6e6e6;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.47);
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	margin: 0 .6em 0.6em 0;
	padding: 0;
	position: relative;
	top: .25em;
}

input[type="search"] {
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea {
	border: 1px solid #d6d6d6;
	color: #777;
	border-radius: 0;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 .8em 0;
	width: 80%;
	background: #FFF;
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	outline: 0;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
textarea:focus {
	border-color: #ccc;
	color: #333;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: #bbb;
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: .5em;
}

input[type="number"].field-qty {
	min-width: 0;
	width: 3em;
	margin: 0;
    padding: 0.3em;
    text-align: center;
    font-size: 1em;
}

.chrome select, .safari select {
	background: #fff url('../graphics/select-pointer.gif') no-repeat right 50%;
	padding: .5em .5em .5em .5em;
}

.chrome select:disabled, .safari select:disabled {
	background: #eee url('../graphics/select-pointer.gif') no-repeat right 50%;
}

select {
	border-radius: 0;
	border: 1px solid #d6d6d6;
	color: #777;
	cursor: pointer;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 .8em;
	padding: .5em .5em .5em .5em;
	-webkit-appearance: button;
	width: 80%;
	min-width: 17em;
	background: #fff;
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
}

select:disabled {
	background: #eee;
}

select:hover {
	border-color: #ccc;
}

select:focus {
	border-color: #bbb;
	outline: none;
}

textarea {
	height: 15em;
	overflow: auto;
	padding-left: 3px;
	resize: vertical;
	vertical-align: top;
	width: 80%;
	padding: 0.5em;
}

.actions {
	clear: both;
	padding: .8em 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

/* handy columns */

.col-wrapper {
	clear: both;
	margin: 0;
}

.col {
	float: left;
	margin-right: 5%;
	padding: .063em 0;
}

.col-wrapper .col.last {
	margin-right: 0;
}

.col-span-1 .col {
	margin-right: 0;
	width: 100%;
}

.col-span-2 .col {
	width: 47.5%;
	
}

.col-span-3 .col {
	width: 30%;
}

.col-span-4 .col {
	width: 21.22%;
}

/* =Container
-------------------------------------------------- */

#container {
	background: url('../images/bg-over.png') repeat-x -66.6% 0, url('../images/bg-over-2.png') repeat-x 138% 100%;
}

/* =Header
-------------------------------------------------- */

.site-header {
	padding: 0 5%;
}

.site-header > .inner {
	position: relative;
	margin: 0 auto;
	max-width: 71.25em;
}

.brand {
	float: left;
	width: 40%;
}

.logo {
	margin: 3em 0 0 0;
}

.logo a {
	color: #2f2f2f;
	font-size: 3em;
	font-family: "effra";
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	display: block;
}

.logo a span {
	color: #1d378a;
}

.logo a img {
	border-radius: 0.05em;
	max-width: 100%;
}

/* =Content Area (mid div)
-------------------------------------------------- */

.content-area {
	padding: 0 5% 1.6em 5%;
	margin-top: 1em;
}

.content-area > .inner {
	margin: 0 auto;
	max-width: 71.25em;
}

/* =Nav main
-------------------------------------------------- */

.nav-main {
	float: right;
	margin: 5.3em 0 0 0;
	width: 60%;
}

.nav-main ul,
.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-main ul {
	background: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 0.2em;
	position: relative;
	float: right;
}

.nav-main li {
	float: left;
}

.nav-main a {
	color: #999;
	display: block;
	font-weight: 600;
	padding: 0.8em 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 1em;
	border-right: 1px solid #ddd;
	border-bottom: 2px solid #f2f2f2;
	text-shadow: 1px 1px 1px #fff;
}

.nav-main li:first-child a {
	border-left: none;
	
}

.nav-main li:last-child a {
	border-right: none;
}

.nav-main a:hover {
	background: #f8f8f8;
	border-bottom: 2px solid #ddd;
	color: #6d6761;
}

.nav-main .selected a {
	background: #FFF;
	border-bottom: 2px solid #1d378a;
	color: #1d378a;
	text-shadow: none;
}

/* =Site Content
-------------------------------------------------- */

.site-content {
	float: left;
	margin: 1em auto 0 auto;
	padding: 0;
	width: 100%;
}

.site-content img {
	max-width: 100%;
}

.site-content h1 {
	color: #1d378a;
	font-size: 2.5em;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
}

.site-content h3 {
	color: #8a8a8a;
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 0.7em 0;
	padding: 0 0 0.5em 0;
	text-align: left;	
	text-transform: uppercase;
}

.site-content h4 {
	color: #3a3a3a;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 1em 0;
	text-align: left;	
}

.body_index h1 {
	color: #1d378a;
	font-size: 2.5em;
	margin: 0.8em 0 0 0;
	padding: 0;
	text-align: center;
}

.body_index h2 {
	color: #8a8a8a;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0em 0 3.5em 0;
	text-align: center;
}

.body_index .site-content {
	margin-top: 0;
}

.department-content.site-content {
	margin: 0 auto;
}

.department-content h1 {
	margin: 0;
	padding: 0;
}


.site-content blockquote {
	background: rgba(244, 244, 244, 0.57);
	float:right;
	width: 20%;
	padding: 1em;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 0.2em;
	-webkit-transform: rotate(-359.8deg);
	-moz-transform: rotate(-359.8deg);
	-ms-transform: rotate(-359.8deg);
	-o-transform: rotate(-359.8deg);
	transform: rotate(-359.5deg);	
	-webkit-box-shadow: 0 10px 6px -10px #777;
	-moz-box-shadow: 0 10px 6px -10px #777;
	box-shadow: 0 10px 6px -10px #777;
}

.site-content blockquote p {
	margin: 0;
}

.site-content blockquote img {
	border-radius: 0.1em;
}

.blockquote-image-title {
	color: #1d378a;
	display: block;
	font-weight: 700;
	margin: 0.5em 0 0 0;
	text-align: center;
	text-shadow: 1px 1px 1px #FFF;
}

/* =Departments
-------------------------------------------------- */
.departments-wrapper {}
.departments {
	margin: 0 0 1.6em 0!important;	
}
.departments,
.departments li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.departments li {
	border: 1px solid #ededed;
	position: relative;
	float: left;
	border-radius: 0.2em;
	margin: 0 3% 2em 0;
	padding: 0 0 1em 0;
	width: 31.3%;
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: ackground-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03);	
}

.departments li:nth-child(3n) {
	margin-right: 0;
}

.departments .bottom-border {
	background: #FFF;
	border-radius: 0 0 0.2em 0.2em;
	padding: 1em 5%;
}

.departments h3 {
	border-bottom: 1px solid #ededed;
	margin: 0 0 0.5em 0;;
	padding: 0 0 0.6em 0;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.departments h3 a {
	color: #1d378a;
}

.departments .thumbnail {
	border-bottom:  1px solid #ededed;
	float: left;
	border-radius: 0.2em 0.2em 0 0;
	padding: 0;
	line-height: 0.9em;
	text-align: center;
	width: 100%;
}

.departments .thumbnail a {
	display: block;
}

.departments .thumbnail img {
	height: auto;
	border-radius: 0.2em 0.2em 0 0;
	opacity: 1;
	max-width: 100%;
	display: block;
}

.departments .department-description {
	color: #444;
	font-size: 1.1em;
	font-weight: 300;
	letter-spacing: -0.01em;
	text-align: center;
}

.body_department_case_studies .departments h3 {
	border-bottom: none;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.body_department_case_studies .departments .thumbnail img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.body_department_case_studies .departments li {
    margin: 0 0.5% 2em 0.5%;
    width: 49%;
}

.body_department .department-align,
.body_department .department-align h1,
.body_department .department-align p {
	text-align: center;
	margin-bottom: 1rem;
}


/* =Contact form
-------------------------------------------------- */
.contact-page .col-first {
	color: #777;
	margin-right: 0.5%;
	margin-bottom: 2em;
	width: 4%;
}

.contact-icons {
	text-align: center;
}

.contact-icons p.second {
	margin-bottom: 0.8em !important;
	margin-top: 7.5em !important;
}

.contact-page .col-second p.second {
	margin-top: 0.8em !important;
	margin-bottom: 0.8em;
}

.contact-icons .fa {
	line-height: 1.8em;
}

.contact-page .col-second {
	width: 94.5%;
}

.contact-page .col-first p,
.contact-page .col-second p {
	font-size: 1.7em;
	line-height: 1.7em;
	margin: 0;
}

/* =Site map
-------------------------------------------------- */

.sitemap-wrapper {}

.sitemap-wrapper h2 {
	border-top: 1px solid #eee;
	clear: left;
	float: left;
	margin: 0;
	color: #555;
	font-weight: 500;
	padding-top: 0.9em;
	padding-right: 5%;
	width: 20%;
}

.sitemap-wrapper ul,
.sitemap-wrapper ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap-wrapper ul {
	border-top: 1px solid #eee;
	float: left;
	margin: 0 0 1.6em 0;
	padding-top: 1em;
	width: 75%;
}

.sitemap-wrapper ul li {
	margin: 0 0 .4em 0;
}


/* =Site Footer
-------------------------------------------------- */
.site-footer {
	background: #1d378a;
	border-radius: 0.2em;
	color: #FFF;
	clear: both;
	margin: 2em 0 0 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03);
}

.site-footer > .inner {
	margin: 0 auto;
	max-width: 71.25em;
	padding: 0 2% 1em 2%;
}

.site-footer ul {
	list-style: none;
	margin: -0.5em 0 0 0;
	padding: 0;
}

.site-footer .footer-contact {
	margin: 0.3em 0;
}

.site-footer .footer-contact li {
	float: left;
	font-size: 1.4em;
	margin: 0 5% 0 0;
}

.site-footer .footer-contact li .fa {
	margin-right: 0.3em;
}

.site-footer .footer-contact li a {
	color: #FFF;
}

.site-footer .footer-contact li a:hover {
	color: #999;
}

.site-footer .footer-contact li:last-of-type {
	margin-right: 0;
}

.site-footer h5 {
	color: #FFF;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0.5em 0 0 0;
	text-transform: uppercase;
}


.site-footer p, .site-footer li {
	-ms-word-break:   break-all;
	word-break:       break-word;
	word-wrap:        break-word;
}

.nav-legal,
.nav-legal li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-legal {
	color: #999;
	text-align: left;
	margin: 1em 0 0 0;
	padding: 0 2%;
	max-width: 71.25em;
}

.nav-legal a {
	color: #999;
}

.nav-legal a:hover {
	color: #111;
}

.nav-legal li {
	color: #999;
	display: inline;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-right: .4em;
}

.nav-legal li:before {
	content: '\00b7';
	margin-right: .7em;
}

.nav-legal li:first-of-type:before {
	content: '';
	margin: 0;
}

/* =Blog
-------------------------------------------------- */
.blog-wrapper {
	margin-bottom: 1em;
}

.blog-cols .col-first {
	width: 65%;
}

.blog-cols .col-second {
	width: 30%;
}

.blog-posts .blog-post {
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}

.blog-posts .blog-post:first-child h2 {
	margin-top: 0;
}

.blog-post h2 {
	font-size: 1.2em;
	margin: 1.6em 0 0.5em 0;
}

.blog-cols .col-second .blog-posts-archive h3 {
	margin-top: 0;
}

.blog-cols .col-second h3 {
	margin: 1em 0 0 0;
}

.blog-posts .fa {
	color: #f6c324;
	margin: 0 0.2em 0 0;
}

.ie-7 .blog-post img, .ie-8 .blog-post img {
	width: inherit;  
}

.ie-7 .cards-accepted ul, .ie-8 .cards-accepted ul {
	margin-left: 0.2em !important;
}

.blog-post img {
	max-width: 100%!important;
	height: auto!important;
}

.blog-menu,
.blog-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-menu li a {
	border-bottom: 1px solid #eee;
	color: #bbb;
	display: block;
	padding: .5em 0;
}

.blog-menu a:hover {
	color: #999;
}

.blog-posts-related-no-posts, .blog-posts-related-no-posts {
	border-bottom: 1px solid #eee;
}

/* =Responsive Tables
-------------------------------------------------- */

.table-wrapper {
	margin: 0 0 3.2em 0;
}

.table-list-headings {
	border-bottom: 1px solid #eee;
}

.table-list-headings h3 {
	float: left;
	color: #555;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0 0 0.4em 0;
	text-transform: uppercase;
}

.table-item > div {
	float: left;	
}

.table-cell-40 {
	width: 40%;
}

.table-cell-20 {
	width: 20%;
}

.table-list,
.table-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.table-list {
	margin: 1.6em 0;
	list-style: none;
}

.table-list .table-item {
	background: #fff;
	border-bottom: 1px solid #eee;
	clear: both;
	padding: .8em 0;
}

.table-list .table-item:nth-child(even) {
	background: #fcfcfc;
}

.table-cell-mobile-content {
	display: none;
}


/* =Browswer compat
-------------------------------------------------- */

/* =Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 64em) {
	.site-header {
		padding: 0 2%;
	}
	
	.content-area {
		padding: 0 2% 1.6em 2%;
	}
	
	.nav-main a {
		padding: 0.8em 1.1em;
	}	
	
	.body_index h1 {
		font-size: 2.1em;
	}
	
	.body_index h2 {
		font-size: 1em;
	}	
	
	p {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.departments .department-description {
		font-size: 1em;
	}
	
	.departments h3 {
		font-size: 1.2em;
	}
	
	.logo a {
		font-size: 2.4em;
	}	
}

@media only screen and (max-width: 62.5em) {}

@media only screen and (max-width: 53em) {
    .turtle-mobile-menu-button-container {
		position: fixed;
		height: 41px;
		top: 0px;
		width: 100%;
		background: #1d378a;
		text-align: center;
		z-index: 9999;
	}

    .turtle-mobile-menu-button-container .turtle-mobile-menu-button {
		color: #FFF;
		font-size: 18px;
		font-weight: 700 !important;
		text-transform: uppercase;
		padding: 7px 0 0 0;
		border-radius: 3px;
		text-decoration: none;
		font-weight: normal;
		text-align: center !important;
	}

    .turtle-mobile-menu-container li {
        text-align: left !important;
        border-bottom: 1px solid #eee;
        width: 100% !important;
        border-radius: 5px;
        font-size: 15px;
        background: #FFF;
        margin: 0 0 20px 0 !important;
        padding: 5px 10px !important;
        box-sizing: border-box;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
    }
    
    .turtle-mobile-menu-container li a,
    a.turtle-mobile-menu-button     {
	    color: #301a42;
	    text-decoration: none;
    }
    
    .turtle-mobile-menu-container li {
        text-decoration: none;
    }

    .turtle-mobile-menu-container li:active,
    .turtle-mobile-menu-container li:hover {
        background: #eee;
    }

    .turtle-mobile-menu-button {
        text-align: left !important;
        width: 100% !important;
        border-radius: 5px;
        font-size: 15px;
        margin: 0 0 10px 0;
        box-sizing: border-box;
    }

    .turtle-mobile-menu-button {
        font-size: 16px;
        font-weight: bold;
    }

    .turtle-mobile-menu-container li a {
        font-weight: 500;
    }
	
	.brand {
		text-align: center;
		width: 100%;
	}
	
	.logo {
		margin: 5em auto 0 auto;
	}
	
	.logo a {
		font-size: 3em;
	}
	
	.body_index h1 {
		font-size: 1.7em;
		margin-top: 0;
	}
	
	.body_index h2 {
		font-size: 0.9em;
	}
	
}

@media only screen and (max-width: 50em) {
	.departments h3 {
		height: auto;
	}

}

@media only screen and (max-width: 48em) {
	.site-content h1 {
		font-size: 2em;
	}
}

@media only screen and (max-width: 37.5em) {		
	.body_index h1 {
		font-size: 1.7em;
		line-height: 1.2em;
		margin-bottom: 0.4em;
		margin-top: 0;		
	}
	
	.departments li {
		width: 48.5%;
	}
	
	.departments li:nth-child(2n) {
		margin-right: 0;
	}
	
	.departments li:nth-child(3n) {
		margin-right: 3%;
	}

}

@media only screen and (max-width: 33.75em) {}

@media only screen and (max-width: 27.5em) {
	.departments li {
		margin: 0 0 1em 0;
		width: 100%;
	}
	
	.site-footer p {
		display: none;
	}
	
	.site-content h1 {
		font-size: 1.7em;
	}
}
@media only screen and (max-width: 20em) {
	.logo a {
		font-size: 2em;
	}
	
	.body_index h1 {
		font-size: 1.4em;
	}
	
	.site-content h1 {
		font-size: 1.4em;
	}
	
	.site-content h3 {
		font-size: 0.9em;
	}
}

/* =Helpers
-------------------------------------------------- */

/* for screen readers */

.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* clearfix class */

.group:before,
.group:after {
	content: " ";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}