/*******************************************************************
	CONTENT
*******************************************************************/

.content h1.title, .content h2.title {
	position: relative;
	color: #1f3f66;
	display: table;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	text-align: center;
}

.dark h1.title, .dark h2.title {
	margin: 0 auto 15px auto;
	color: #fff;
	text-align: center;
}

.csstransforms  .content h1.title:after,
.csstransforms .content h2.title:after  {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
	height: 1px;
	background: #1f3f66;
}

.csstransforms .dark h1.title:after,
.csstransforms .dark h2.title:after {
	left: 50%;
	background: #fff;
	transform: translateX(-50%);
}

.content.dark {
	background: #1f3f66;
	padding: 50px 15px;
	color: #fff;
}

#masthead, #devpage-video {
	height: 500px;
}
#masthead-container.section {
	position: relative;
	height: 700px;
	padding: 0;
}

#masthead-container #masthead, #masthead-container #devpage-video {
	height: 100%;
}

#masthead h1, #devpage-video h1  {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 33%;
	width: 100%;
	padding: 0 50px;
	font: 48px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: none;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.video-wrapper {
        margin: auto;
        padding: 10px 0 10px 0;
	width: 600px;
	max-width: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.sectioned .scroll {
	z-index: 1000;
	position: fixed;
	right: 25px;
	bottom: 25px;
	font-size: 48px;
	line-height: 48px;	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 100%;
	cursor: pointer;
	opacity: 0.75;
}

body.sectioned .scroll.up {
	bottom: auto;
	top: 20px;
}

body.sectioned .scroll:hover {
	opacity: 1;
}

#masthead-container .content {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 15%;
	background: rgba(31,63,102,0.7);
}

#fullscreen-video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*******************************************************************
	SECTIONS
*******************************************************************/

.section {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding: 50px 0;
}

.section.content .inner-content {
	float: right;
	width: 50%;
	margin: 0 0 0 auto;
	padding: 50px;
}

.section .photo {
	float: left;
	max-width: 50%;
}

.section.left .inner-content {
	margin: 0;
	padding-left: 50px;
	float: left;
}

.section.full .inner-content {
	margin: 0;
	padding: 0 50px;
	float: none;
	width: 100%;
	text-align: center;
}

.section.full.content h2.title {
	position: relative;
	margin: 0 auto 15px auto;
	text-align: center;
}

.section.full h2.title::after {
	left: 50%;
	transform: translateX(-50%);
}

.section  .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section.dark.content .inner-content {
	float: none;
	width: 100%;
	padding: 30px 15%;
	text-align: center;
}

.section.revenue {
		padding-bottom: 0;
	background: url(../images/bknd-revenue-management.png) no-repeat bottom right;
}

.section.training {
	padding-bottom: 0;
	background: url(../images/bknd-training.png) no-repeat 0 95%;
	text-align: center;
}

.section.training ul {
	margin: 40px auto;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	list-style: none;
}

/* Experiecne section */
.section.full.dark {
	padding: 0;
}

.section.dark.content.full .stack {
	position: relative;
	height: 80%;
	padding: 0;
}

.section.full .photo {
	float: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: none;
	height: 100%;
}

.guest-content {
	background: rgba(255, 255, 255, 0.8);
	z-index: 10;
	min-width: 440px;
	width: 40%;
	right: 8%;
	color: #000;
	text-align: left;
	transform: translateY(-50%);
	padding: 20px 30px;
	position: absolute;
	top: 50%;
	font-weight: 400;
}

.guest-content h2.title {
	color: #000;
	text-align: left;
}

.guest-content h2.title:after {
	background: #000 !important;
}

.guest-content h3,
.guest-content h4 {
	color: #000;
}

.pre-construction-content {
	background: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 800px;
	padding: 30px;
	color: #000;
	text-align: center;
	font-weight: 400;
}

/* Aside */

.content.links {
	clear: both;
	overflow: hidden;
	margin-top: 0;
	padding: 50px 10%; /* 20% */
	text-align: center;
}

.dark.links a.button:link,
.dark.links a.button:visited {
	color: #fff;
	border-color: #fff;
	padding-left: 75px;
	margin: 0 20px 10px 20px;
	padding-right: 75px;
	font-size: 32px;
	line-height: 40px
}

.dark.links a.button:hover,
.dark.links a.button:focus {
	background: #fff;
	color: #1f3f66;
}

/*******************************************************************
  ACCESSIBILITY
*******************************************************************/

#accessibility h2 {
	margin-top: 40px;
}

#accessibility h3 {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 10px;
}

#accessibility h4 {
	background: #1F3F65;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 0 1px 0;
	padding: 10px;
}

#accessibility h4:hover {
	background: #FFF;
	color: #1F3F65;
}

#accessibility .accordion div {
	display: none;
	padding: 10px;
}

#accessibility hr {
	background: #000;
}

/*******************************************************************
	SUB NAV
*******************************************************************/
.page-nav ul {
	padding: 0;
	margin: 10px auto;
	text-align: center;
}

.page-nav li {
	display: inline-block;
	list-style-type: none;
	font-size: 20px;
}

.page-nav a:link,
.page-nav a:visited {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}


.page-nav a:hover {
	text-decoration: underline;
}


.page-nav li:after {
	content: ' | ';
	margin: 0 5px;
}
.page-nav li:last-child:after {
	display: none;
}


/*******************************************************************
	SUB PAGE NAV
*******************************************************************/

#sub-nav {
	display: inline-flex;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
	margin: 0 0 35px 0;
	justify-content: center;
}

#sub-nav li {
	position: relative;
	display: inline-block;
	height: 280px;
	width: 280px;
	margin: 10px;
}

#sub-nav .title {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	margin: 0;
	font: bold 24px Lato, Myriad Pro, sans-serif;
	background: rgba(0,0,0,0.5);
	color: #fff;
}

#sub-nav img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

#sub-nav li:hover img {
	filter: brightness(125%) contrast(125%);
}

#sub-nav li a:link,
#sub-nav li a:visited {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/*******************************************************************
  GALLERY
*******************************************************************/

.gallery {

	text-align: center;
}

.magnific.gallery:after {
	content: ' ';
	display: inline-block;
	width: 100%;
}

#accordion .slick.gallery {
	max-width: none;
}

#accordion .gallery a.visible {
	max-width: 100%;
	display: block;
	padding: 10px 10px 5px 10px;
	margin: 12px 0 0 12px;
	box-shadow: 0 2px 5px #666;
}

.gallery a.visible {
	max-width: 32%;
	box-shadow: none;
	margin-left:0;
	margin-right:0;
	margin-bottom: 0;
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}

.gallery a.visible img {
	display: block;
}

.photoborder .gallery a.visible {
	max-width: none;
}


/*******************************************************************
	FLEX
*******************************************************************/
.flex-video {
	position: relative;
	padding-top: 1.5625em;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 1em;
	overflow: hidden;
}
.flex-video.widescreen {
	padding-bottom: 57.25%;
}
.flex-video.vimeo {
	padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*******************************************************************
	BLOG
*******************************************************************/

.blog #articles {
	margin-bottom: 50px;
}

.blog #articles article.item {
	text-align: center;
}

.blog #articles article {
	border-top: 2px solid #474643;
	clear: both;
	overflow: hidden;
	margin-top: 50px;
	padding-top: 50px;
}

.blog #articles article:first-child {
	padding-top: 0;
	border-top: 0;
}

.blog #articles article h2 {
	margin: 0;
	font-variant: none;
}

.blog #articles article h1,
.blog #articles article h2 {
	font-size: 24px;
}

.blog #articles article time {
	display: block;
	font-style: italic;
	margin: 0 0 20px 0;
	text-align: center;
}

.blog #articles article .more {
	margin: 20px 0 0 0;
}

.blog #articles article .photo {
	float: right;
	margin: 0 20px 20px 20px;
}

@media handheld, only screen and (max-width: 800px) {
	.blog #articles article .photo {
		display: block;
		float: none;
		margin: 0 auto 20px auto;
		text-align: center;
	}
}

.blog #articles article .photo img {
	border: 1px solid #EDEDED;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	display: inline-block;
	padding: 1px;
}

.blog #articles article iframe {
	width: 100%;
}

.blog #articles article .more,
.blog #articles article .return {
	text-align: center;
}

.blog #articles article .more a:after {
	content: "\f0a9";
	margin-left: 10px;
	font-family: "Icons";
}

.blog #articles article .return a:before {
	content: "\f0a8";
	margin-right: 10px;
	font-family: "Icons";
}

/*******************************************************************
	ARTICLES
*******************************************************************/
/*
.article-item {
	overflow: hidden;
	margin-bottom: 35px;
	padding: 5px 0;
}

.article-item a.title:link,
.article-item a.title:visited {
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
	color: #636466;
}

.article-item a.title:hover {
	color: #2f678f;
	text-decoration: underline;
}

.article-item .photo {
	float: left;
	width: 22%;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
	line-height: 0;
}

.article-item .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-content {
	float: right;
	width: 75%;
}
*/

/*******************************************************************
	SOCIAL
*******************************************************************/


#content .social {
	display: block;
	text-align: center;
}

#content .social a:link, #content .social a:visited {
	width: 64px;
	height: 64px;
	font-size: 36px;
	line-height: 64px;
}

h2.title-social {
	text-align: center;
}

/*******************************************************************
	LOCATIONS
*******************************************************************/
.portfolio #content {
	margin-top: 70px;
}

.locations {
	margin: 0 auto;
}

.locations .item {
	position: relative;
	height: 280px;
	margin: 10px;
	width: 280px;
}

.locations .item:hover .location-content,
.locations .item:focus .location-content {
	padding: 20px 10px;
}

.locations .location-content {
	opacity: 1;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.locations h2.name {
	color: #fff;
	margin: 0;
	font: bold 18px Lato, Myriad Pro, sans-serif;
	text-transform: uppercase;
}

.locations h3.brand {
	color: #fff;
	margin: 0;
	font: 18px Lato, Myriad Pro, sans-serif;
	text-transform: uppercase;
}

.locations a:link,
.locations a:visited {
	text-decoration: none;
}

.locations h4.development {
	position: absolute;
	z-index: 1;
	top: 10px;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.locations .location img {
	width: 100%;
	height: 100%;
	object-fit: cover;
		-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.locations .location:hover img,
.locations .location:focus img {
	filter: brightness(110%) contrast(110%);
}

.locations .brand {
	background-size: cover;
}


/*******************************************************************
  MAIN PAGE INCLUDE
*******************************************************************/

#mainPageLists {
	margin: 20px 0;
}

/*******************************************************************
  EXECUTIVE TEAM PAGE
*******************************************************************/

.team .first-member, .team .top-members {
    display: block;
    width: 100%;
}

.team .executive {
	display: flex;
	flex-direction: row;
	padding: 10px;
	margin: 15px 0;
}

.team .executive img {
	padding: 0 20px 0 0;
	width: 320px;
}

.team .executive-info {
	padding: 20px;
}

.team .executive-info h2{
	font: bold 30px Lato, Myriad Pro, sans-serif;
	text-transform: none;
        background-color: #fff;
}

.team .executive-info h3{
	font: normal 22px Lato, Myriad Pro, sans-serif;
}

.team .executive a:link, a:visited {
    text-decoration: none;
}

.team h2.team-category {
    font: 400 30px Raleway, Myriad Pro, Arial, sans-serif;
    background-color: #ededed;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}

/*******************************************************************
	STAFF PAGE
*******************************************************************/
.staff {
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.staff .member {
	position: relative;
	display: inline-block;
	height: 200px;
	margin: 10px;
	width: 200px;
	cursor: pointer;
}

.staff .member-executive {
	position: relative;
	display: inline-block;
	height: 240px;
	margin: 10px;
	width: 240px;
	cursor: pointer;
}

.staff .staff-content {
	opacity: 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.staff .member:hover .staff-content,
.staff .member:focus .staff-content {
	opacity: 1;
}

.staff h2.name {
	color: #fff;
	margin: 0;
	font: bold 16px Lato, Myriad Pro, sans-serif;
	text-transform: none;
	text-align: left;
}


.staff h3.position {
	color: #fff;
	margin: 0;
	font: 14px Lato, Myriad Pro, sans-serif;
	text-transform: none;
}

.staff a:link,
.staff a:visited {
	text-decoration: none;
}

.staff .member img {
	width: 100%;
	height: 100%;
}

.staff .member:hover img,
.staff .member:focus img {
	filter: none;
	object-fit: cover;
	filter: grayscale(100%);
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.staff .member.years {
	background: #2f678f;
	padding: 10px;
	box-shadow:0px 0px 0px 8px #2f678f inset, 0px 0px 0px 11px #fff inset;
	text-align: center;
	color: #fff;
}

.staff .member.years p {
	font: 300 32px/40px Lato, Myriad Pro, sans-serif;
}
.staff .member.years h4 {
	font: 102px/120px Libre Baskerville, Georgia, serif;
	color: #fff;
	margin: 0;
}


/*******************************************************************
  STAFF POPUP
*******************************************************************/

.team .mfp-iframe-scaler iframe {
	background: #2f678f;
	background: rgba(47,103,143,0.8);
}

body.staff-member {
	color: #fff;
	padding: 45px;
	font: 300 18px/32px Open Sans, Myriad Pro, Arial, sans-serif
}

.staff-member .top {
	overflow: hidden;
}

.staff-member .photo {
	float: left;
	width: 25%;
	line-height: 0;
}

.staff-member .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.staff-member .info{
	float: left;
	width: 65%;
	margin-left: 5%;
}

.staff-member .title {
	color: #fff;
	margin: 0;
	font: bold 30px Lato, Myriad Pro, sans-serif;
	text-transform: none;
}

.staff-member .position {
	margin: 20px 0 0 0;
	color: #fff;
	font: normal 22px Lato, Myriad Pro, sans-serif;
}

.staff-member .staff-content {
	clear: both;
	margin-top: 45px;
}


.staff-member a:link,
.staff-member a:visited {
	display: block;
	margin: 40px 0 0 0;
	color: #fff;
	font: 24px Lato, Myriad Pro, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

.staff-member a:hover {
	text-decoration: underline;
}



/*******************************************************************
	TABLES
*******************************************************************/
/* Tables */
.formatted table {
	width: 100%;
	background: white;
	margin-bottom: 1.25em;
	border: solid 1px #dddddd;
}
.formatted table thead,
.formatted table tfoot {
	background: whitesmoke;
	font-weight: bold;
}
.formatted table thead tr th,
.formatted table thead tr td,
.formatted table tfoot tr th,
.formatted table tfoot tr td {
	padding: 0.5em 0.625em 0.625em;
	font-size: 0.875em;
	color: #222222;
	text-align: left;
}
.formatted table tr th,
.formatted table tr td {
	padding: 0.5625em 0.625em;
	font-size: 0.875em;
	color: #222222;
	text-align: left;
}
.formatted table tr.even, .formatted table tr.alt, .formatted table tr:nth-of-type(even) {
	background: #f9f9f9; }
.formatted table thead tr th,
.formatted table tfoot tr th,
.formatted table tbody tr td,
.formatted table tr td,
.formatted table tfoot tr td {
	display: table-cell;
	line-height: 1.125em;
}

/*******************************************************************
	SOCIAL MEDIA
*******************************************************************/
.social-media {
	text-align: center;
}
.social-media a:before{
	display: block;
	font: 104px Icons;
}
.social-media .facebook:before {
	content: "\f230";
	color: #3b5998;
}

.social-media .linkedin:before {
	content: "\f08c";
	color: #0183bf;
}


.social-media a:link,
.social-media a:visited {
	display: inline-block;
	color: #636466;
	text-decoration: none;
	text-align: center;
	font-size: 32px;
	margin-right: 50px;
	text-transform: uppercase;
}

/*******************************************************************
	FORMS
*******************************************************************/

.form span {
	display: block;
	font-size: 11px;
}

.form #captcha {
	display: block;
	margin: 0 0 10px 0;
}

/* Contact form inputs and text areas*/
.form input[type='text'], .form textarea {
	max-width: 50%;
	width: 100%;
	height: 35px;
	padding: 0 8px;
	border-style: none;
	background: #fff;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}

/* Resizes the text area*/
.form textarea {
	width: 90%;
	max-width: 95%;
	padding-top: 10px;
	height: 150px;
}

/* Removes the Chrome outline on focus, and produces an animation*/
.form input[type='text']:focus, .form textarea:focus {
	-webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
    border-color: #999999;
    outline: none;
}

/* Submit button for the form*/
.form .submit, .form input[type="submit"] {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 75px;
	border: 2px solid #1F3F65;
	background: #1F3F65;
	font: 18px/30px Open Sans, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

/* Submit hover state*/
.form .submit:hover,
.form .submit:focus,
.form input[type="submit"]:hover,
.form input[type="submit"]:focus  {
	background: #FFF;
	color: #1F3F65;
	outline: none;
}

/* Contact form error messages*/
.form strong.required, .form div.error {color: #ff0000}

.form div.error span { padding: 10px 0; font-size: 18px; }

/* Displays a GIF loading animation once the form is submitted*/
.form .throbber {
	display: none;
	padding-left: 10px;
}

.form input[type="text"].captcha_code {
	max-width: 25%;
}

/* Surrounds the inputs witha  red border if an error is found on submit*/
.form input.error,.form textarea.error {border: 1px solid #ff0000}

/* Hides error messages above individual inputs*/
.form p.error {display: none !important}

/* The contact form success container. Displays a thank-you messgae*/
.form_success {
	display: none;
}

.robotic {display:none;}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1400px) {
	.section .photo {
		display: none;
	}

	.section.full .photo {
		display: block;
	}

	.content h1.title, .content h2.title {
		margin: 0 auto 20px auto;
	}

	.section.content .inner-content {
		float: none;
		width: auto;
		text-align: center;
	}
}

@media handheld, only screen and (max-width: 1200px) {
	body.sectioned .scroll {
		display: none;
	}
}

@media handheld, only screen and (max-width: 1200px), only screen and (max-height: 768px) {
	#sub-nav  {
		display: none;
	}

	#masthead h1 {
		top: 50%;
		transform: translateY(-50%);
	}

	#masthead-container.section {
		height: auto;
	}

	#masthead-container #masthead {
		height: 350px;
	}

	.portfolio #content {
		margin-top: 0px;
	}
	.location-filter a:link, .location-filter a:visited {
		font-size: 14px;
	}

	.location-filter ul a:visited, .location-filter ul a:link {
		line-height: 24px;
	}

	#masthead-container .content {
		height: auto;
		position: relative;
		bottom: auto;
	}

	.page-nav {
		display: none;
	}

	.guest-content {
		width: 100%;
		left: 0;
		padding: 50px;
		position: relative;
		transform: none;
		top: 0;
	}
}

@media handheld, only screen and (max-width: 1080px) {
	#masthead {
		height: 250px;
	}
}

@media handheld, only screen and (max-width: 768px) {

	#masthead h2, #masthead h1 {
		font-size: 48px;
		padding: 25px;
	}

	.form a.reload {
		display: block;
	}

	.form .submit {
		margin: 0 auto;
	}

	.locations .item, .staff .member, #sub-nav li {
		width: 200px;
		height: 200px;
		margin: 2px;
	}

	.team .executive {
	    flex-direction: column;
	}
	.team .executive-info {
	    padding: 0;
	}
	.team .executive-info h2 {
	    margin: 20px 0 10px;
	}

	.staff .member.years p {
		font: 300 24px/30px Lato, Myriad Pro, sans-serif;
	}
	.staff .member.years h4 {
		font: 64px/80px Libre Baskerville, Georgia, serif;
	}


	.csstransforms .content h1.title::after, .csstransforms .content h2.title::after {
		left: 50%;
		transform: translateX(-50%);
	}


	.guest.section {
		display: none;
	}






}

@media handheld, only screen and (max-width: 540px) {
	.gallery a.visible {
		max-width: 49%;
	}

	.locations .item, .staff .member, #sub-nav li {
		width: 200px;
		height: 200px;
		margin: 4px;
	}

	.staff h2.title,
	.staff h3.position,
	.locations h2.name,
	.locations h3.brand,
	#sub-nav .title {
		font-size: 12px;
	}

	.team .executive-info h2 {
	    font-size: 26px;
	}

	.staff .member.years p {
		font: 300 18px/24px Lato, Myriad Pro, sans-serif;
	}
	.staff .member.years h4 {
		font: 32px/40px Libre Baskerville, Georgia, serif;
	}
}
@media handheld, only screen and (max-height: 850px) {
			.content.links {
		display: none;
	}
}
