/*

Theme Name: Bristol Global
Theme URI: http://www.bristolglobal.com
Description: Theme for Bristol Global.
Author: Creative B'Stro
Author URI: http://www.bstro.com
Version: 1.0
Tags:
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* #Website Styles
--------------------------------------------- */


/* =Font Family
--------------------------------------------- */
@font-face {
  font-family: 'Google Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@font-face {
  font-family: 'Google Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}
@font-face {
  font-family: 'Google Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Google Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/HkF_qI1x_noxlxhrhMQYED8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Google Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Google Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}



/* =HTML and Body
--------------------------------------------- */

html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family: "Google Lato", sans-serif;
}



/* =Wrappers
--------------------------------------------- */

#super-wrapper {
	min-height: 100%;
	position: relative;
}
.wrapper {
	width: 940px; /* 960-padding */
	margin: auto;
	padding: 0 10px;
}
.header-wrapper {
	width: 100%;
	border-bottom: 1px solid #e1e0d8;
}
.home .header-wrapper {
	border-bottom: 0px;
}



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

header {
	position: relative;
	height: 120px;
	z-index: 50;
}

/* Logo */
#bristol-logo {
	margin-top: 26px;
}

/* Login */
#login {
	background-color: #f6f5ef;
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 25px 6px;
	font-size: 0.813em; /* 13px */
	font-weight: 400;
	color: #666c5e;
	text-transform: uppercase;
	text-decoration: none;
}

/* Search */
.search-form {
	background-color: #fff;
	border: 1px solid #e0dfd9;
	position: absolute;
	top: 3px;
	right: 98px;
}
.search-input {
	border: 0;
	width: 139px; /* 149-padding */
	height: 25px;
	margin-top: 1px;
	padding: 0 5px;
	font-size: 13px;
	font-weight: 300;
	color: #918b84;
}
.search-input:focus {
	outline: 0;
}
.search-btn {
	background: #fff url("img/header-search-icon.jpg") 0 2px no-repeat;
	border: 0;
	width: 23px;
	height: 25px;
	float: right;
}
.search-btn[type="submit"]:hover {
	background-color: #fff;
}
.search-btn:focus {
	outline: 0;
}



/* =Navigation
--------------------------------------------- */

/* All navigation menus */
nav ul, nav li {
	margin: 0;
	padding: 0;
}

/* Main Navigation */
#main-nav {
	position: absolute;
	bottom: 10px;
	right: 0;
}
#main-nav li {
	display: block;
	float: left;
	margin-left: 30px;
	position: relative;
}
#main-nav li a {
	font-size: 17px;
	font-weight: 300; /* Light */
	color: #76726c;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 3px solid #fff;
}
#main-nav li a:hover, 
#main-nav li.current-menu-item > a, 
#main-nav li.current-menu-ancestor > a, 
#main-nav ul li.current_page_parent > a {
	color: #628a2a;
	border-bottom-color: #628a2a;
}
#main-nav li.menu-parent-item a:hover {     
	border-bottom-color: #fff;
}
/* Sub-Menus */
#main-nav .menu li:hover ul.sub-menu {
	display: block;
	z-index: 100;
}
#main-nav .sub-menu {
	display: none;
	background-color: #f6f5ef;
	border: 1px solid #dfded6;
	border-top: 3px solid #628a2a;
	width: 222px;
	margin: -1px 0 0;
	padding: 15px 0 17px;
	position: absolute;
	top: 29px;
	left: 0;
}
#main-nav .sub-menu li {
	float: none;
	margin: 0;
}
#main-nav .sub-menu li a {
	display: block;
	font-size: 15px;
	margin: 0 4px;
	padding: 5px 18px;
	border-bottom: 0;
}
#main-nav .sub-menu li a:hover, 
#main-nav .sub-menu li.current-menu-item a {
	background-color: #e6e5dc;
	color: #76726c;
	border-bottom: 0px;
}
#main-nav .sub-menu li:hover {

}




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

.content {
	padding-bottom: 320px; /* At least the height of the sticky footer */
}

.left-content {
	float: left;
	width: 620px;
}
.right-content {
	float: right;
	width: 320px;
}



/* =Footer
--------------------------------------------- */

footer {
	clear: both;
	background-color: #f6f5ef;
	border-bottom: 56px solid #cdcbc3;
	min-width: 100%;
	height: 150px;
	padding: 26px 0 0;
	position: absolute;
	bottom: 0px;
}

/* Footer Navigation */
#footer-nav {
	margin-bottom: 8px;
}
#footer-nav li {
	float: left;
}
#footer-nav li a {
	font-size: 12px;
	font-weight: 400;
	color: #4a4e46;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 14px;
}
#footer-nav li a:hover {
	color: #383f2f;
}

/* Footer Sub-Navigation */
#footer-sub-nav {
	margin-bottom: 7px;	
}
#footer-sub-nav li {
	float: left;
}
#footer-sub-nav li a {
	font-size: 11px;
	font-weight: 400;
	color: #7f8577;
	text-transform: uppercase;
	text-decoration: none;
	border-left: 2px solid #e1e0d8;
	padding: 0 7px;
}
#footer-sub-nav li a:hover {
	color: #58604e;
}
#footer-sub-nav li:first-child a {
	border-left: 0;
	padding-left: 0;
}

/* Copyright */
.widget-copyright {
	margin-bottom: 15px;
}
.widget-copyright .widgettitle {
	display: none;
}
.widget-copyright a, #copyright a {
	color: #383f2f;
	font-weight: 400;
}
#copyright, .textwidget, .textwidget p {
	font-size: 0.688em; /* 11px */
	color: #7f8577;
	text-transform: uppercase;
}
.textwidget p {
	font-size: 1.0em;
}

/* Newsletter */
.newsletter-form {
	margin-left: 5px;
}
.newsletter-form label {
	display: none;
}
.newsletter-form .nsu-error {
	float: left;
	font-weight: 400;
	color: #e39737;
}
.newsletter-form .nsu-signed-up {
	font-weight: 400;
	color: #e39737;
	line-height: 20px;
}

.newsletter-form span.mc_error_msg {
	font-size: 14px;
	font-weight: 400;
	color: #e39737;
	line-height: 20px;
}

.newsletter-form p {
	margin: 0;
}
.newsletter-form input[type="email"], 
.newsletter-form input[type="text"] {
	float: left;
	background-color: #fbfaf7;
	border: 2px solid #dbdad2;
	font-size: 13px;
	color: #918b84;
	width: 256px; /* 266-padding */
	height: 35px;
	margin-right: 6px;
	padding: 0 5px;
}
.newsletter-form input[type="submit"] {
	background-color: #e39737;
	font-size: 13px;
	color: #fbfaf7;
	text-transform: uppercase;
	border: 0;
	width: 36px;
	height: 36px;
	margin-top: 1px;
	padding: 0;
}
.newsletter-form input[type="email"]:focus, 
.newsletter-form input[type="submit"]:focus {
	outline: 0;
}
/* Thank-You Message */
.mc_success_msg {
	margin-left: 5px;
}
.mc_success_msg p {
	line-height: 20px;
	margin-bottom: 0;
}
.mc_success_msg span {
	color: #e39737;
	font-weight: 400;
	text-transform: uppercase;
}

/* Social Media */
.social-media {
	margin: 18px 0 0 5px;
}
.social-icon {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	height: 27px;
}
.social-icon.linkedin {
	background: url("img/icon-linkedin.jpg") top left no-repeat;
	width: 27px;
}
.social-icon.linkedin:hover {
	background: url("img/icon-linkedin-hover.jpg") top left no-repeat;
}

.social-icon.twitter {
	background: url("img/icon-twitter.jpg") top left no-repeat;
	width: 31px;
}
.social-icon.twitter:hover {
	background: url("img/icon-twitter-hover.jpg") top left no-repeat;
}

.social-icon.facebook {
	background: url("img/icon-facebook.png") top left no-repeat;
	width: 27px;
}
.social-icon.facebook:hover {
	background: url("img/icon-facebook-hover.jpg") top left no-repeat;
}

/* Footer Logos */
.footer-logos img {
	float: left;
	margin-right: 8px;
}



/* =Headings, Links, etc
--------------------------------------------- */

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #4a3264; /* Purple */
	margin-top: 0;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-size: 1.750em; /* 28px */
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 9px;
}
.page-title, .post-title {
	font-size: 2.188em; /* 35px */
}
h2 {
	font-size: 1.500em; /* 24px */
	font-weight: 300;
	line-height: 24px;
	color: #628a2a; /* Green */
	margin-bottom: 0.3em;
}
h3, h3 a {
	font-size: 1.250em; /* 20px */
	font-weight: 300;
	line-height: 24px;
	color: #4a3264; /* Purple */
}
h3 {
	margin-bottom: 0.3em;
}

/* Paragraphs */
p {
	font-size: 0.875em; /* 14px */
	font-weight: 300;
	line-height: 28px;
	color: #4a4e46;
	margin: 0 0 22px;
}
.intro {
	font-size: 1.125em; /* 18px */
	line-height: 28px;
}

/* Links */
a {
	color: #e39737;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	color: #ce7e19;
}

/* Lists */
.content ul, .content ol {
	padding-left: 20px;
	margin-bottom: 22px;
}
.content ul li {
	list-style: none; /* Removes bullets */
	background: url("img/list-bullet.png") no-repeat 0px 8px; /* Put in img for the list bullets as a background so they match horizonally with the list text */
	padding-left: 12px;
	font-size: 0.875em; /* 14px */
	font-weight: 300;
	line-height: 20px;
	color: #4a4e46;
}
.content ol li {
	font-size: 0.875em; /* 14px */
	font-weight: 300;
	line-height: 20px;
	color: #4a4e46;
}
.left-content ul li, 
.left-content ol li {
	line-height: 22px;
	margin-bottom: 5px;
}

/* Blockquotes */
blockquote {
	font-style: italic;
}

/* Pull-Quote */

.pull-quote {
	border: 3px solid #dcdacd;
	border-left: 0;
	border-right: 0;
}
.quote-left {
	float: left;
	width: 245px; /* 270-padding */
	margin: 20px 30px 20px 0;
	padding: 30px 25px 30px 0;
}
.quote-right {
	float: right;
	width: 245px; /* 270-padding */
	margin: 20px 0 20px 30px;
	padding: 30px 0 30px 25px;
}
.quote-full {
	display: inline-block;
	max-width: 100%;
	margin: 20px 0 20px 0;
	padding: 30px 25px 30px 25px;
}
.pull-quote q {
	font-size: 30px; /* 30px */
	line-height: 37px;
	font-weight: 300;
	font-style: italic;
	color: #628a2a;
}
.quote-author {
	display: block;
	font-size: 16px; /* 16px */
	line-height: 27px;
	font-weight: 300;
	font-style: italic;
	color: #666c5e;
	margin-top: 10px;
}

/* Form Elements */
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="submit"], 
select, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-appearance: none;
}
.content label {
	font-size: 14px; /* 0.875em */
	line-height: 25px;
	font-weight: 300;
	color: #4a4e46;
	text-transform: uppercase;
}
.content input[type="text"], 
.content input[type="email"], 
.content input[type="tel"], 
select, textarea {
	border: 1px solid #e7e6e1;
	width: 296px; /* 320-padding */
	height: 29px; /* 30-padding */
	margin-bottom: 10px;
	padding: 1px 12px 0;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #a1a09b;
}
.content select {
	background: #fff url("img/contact-form-arrow.jpg") center right no-repeat;
	width: 322px;
	height: 32px;
	padding: 5px 7px 5px 12px;
}
.content textarea {
	height: 90px; /* 110px-padding */
	padding-top: 10px;
	padding-bottom: 10px;
}
.content input[type="submit"] {
	background-color: #e39737;
	border: 0;
	padding: 8px 22px;
	font-size: 13px;
	color: #fbfaf7;
	text-transform: uppercase;
}
input[type="submit"]:hover {
	background-color: #ce7e19;	
}




/* =Media
--------------------------------------------- */

.left-content img {
	border: 1px solid #dcdbd3;
}




/* =WordPress Core
--------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background-color: #f6f5ef;
    border: 0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 2px 0 0;
    margin-bottom: 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 30px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 30px;
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    min-width: 250px;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.left-content .wp-caption p.wp-caption-text {	
	background-color: #f6f5ef;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    text-align: left;
    color: #8b9184;
    margin: 0;
    padding: 15px 30px 16px 14px;
}



/* =Common Styles
--------------------------------------------- */

/* Breadcrumbs */
.breadcrumbs {
	font-size: 0.813em; /* 13px */
	font-weight: 300;
	color: #7f8577;
	margin: 25px 0 30px;
}
.breadcrumbs a {
	font-weight: 300;
	text-decoration: underline;
}

/* Hero Images */
.hero-image {
	margin-bottom: 30px;
}

/* Blocks and Sidebar Blocks */
.block {
	width: 300px;
}
.block h4, 
.sidebar-block h4 {
	font-size: 1.125em; /* 18px */
	line-height: 25px;
	font-weight: 300;
	color: #628a2a;
	margin-bottom: 8px;
}
.block h5, 
.sidebar-block h5 {
	font-size: 0.875em; /* 14px */
	line-height: 25px;
	font-weight: 300;
	color: #4a4e46;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.block p, 
.sidebar-block p {
	margin-bottom: 11px;
}
.block > a, 
.sidebar-block > a {
	font-size: 0.875em; /* 14px */
}

/* Row of Blocks */
.block-row {
	clear: both;
	padding-top: 48px;
}
.block-row .block {
	float: left;
	margin-left: 20px;
}
.block-row .block:first-child {
	margin-left: 0;
}

/* Sidebar */
aside {
	float: right;
	width: 270px; /* 300 */
	padding-left: 30px;
}
aside .sidebar-block {
	width: 270px;
	padding-bottom: 40px;
}
aside h5 {
	border-bottom: 1px solid #e1e0d8;
	padding-left: 8px;
}

/* Navigation Block */
.sidebar-nav {
	padding: 0 8px;
}
.sidebar-nav ul {
	margin: 0;
	padding: 0;
}
.sidebar-nav ul li {
	background-image: none;
	margin: 0 0 3px;
	padding: 0;
}
.sidebar-nav ul li.current_page_item a {
	background-color: #4a3264;
}
.sidebar-nav a {
	display: block;
	background-color: #6b4f88;
	font-size: 1.0em;
	font-weight: 400;
	color: #dcdacd;
	padding: 10px 25px 12px 38px;
	
	position: relative;
}
.sidebar-nav a:hover {
	background-color: #4a3264;
}
.sidebar-nav span {
	color: #e39737;
	
	position: absolute;
	left: 25px;
}

/* Custom Widgets */
.custom-widget {
	padding: 0 8px;
}
.full-thumb {
	margin-bottom: 11px;
	border: 1px solid #dcdbd3;
}
.half-thumb {
	float: left;
	margin-right: 14px;
}
.custom-widget p {
	line-height: 19px;
}
.custom-widget .cta-text {
	clear: both;
	margin-top: 8px;
}

/* Quote Block */

.quote {
	border: 1px solid #dcdacd;
	border-left: 0;
	border-right: 0;
	padding-bottom: 0;
	margin-bottom: 40px;
}
.quote-content {
	display: inline-block;
	padding: 20px 15px;
}
.quote-content q {
	font-size: 26px; /* 26px */
	line-height: 37px;
	font-weight: 300;
	font-style: italic;
	color: #628a2a;
}
.quote-content .quote-author {
	font-size: 0.875em; /* 14px */
}

/* Newsletter Block */
.custom-widget .newsletter-form {
	clear: both;
	margin-top: 8px;
	margin-left: 0;
}
.custom-widget input[type="email"], 
.custom-widget input[type="text"] {
	width: 198px;
	height: 35px;
	border: 2px solid #dbdad2;
	padding: 0 5px;
	color: #918b84;
}
.thank-you-side {
	margin-left: 0;
	display: none;
}
.thank-you-side p {
	line-height: 20px;
	margin-bottom: 0;
}
.thank-you-side span {
	color: #e39737;
	font-weight: 400;
	text-transform: uppercase;
}
.custom-widget input[type="submit"] {
	padding: 0;
}

/* Contact Block */
.contact h5 {
	border-bottom: 0;
	padding-left: 0;
}
.contact div {
	background: #6b4f88 url("img/contact-bubbles.jpg") 193px 14px no-repeat;
	width: 238px; /* 270-padding */
	padding: 21px 16px 22px;
}
.contact p, .contact-info {
	color: #fff;
	line-height: 1.4;
	margin-bottom: 22px;
}
.contact-info {
	color: #000;
}
.contact .cta-text {
	margin-bottom: 0;
}
.number {
	font-size: 20px;
}
.contact .cta-text a {
	display: block;
	background-color: #9279ad;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	width: 125px;
	margin-top: 10px;
	padding: 10px 22px 9px 18px;
}
.contact .cta-text a:hover {
	background-color: #7f649b;
}

/* Tweets Block */
.sidebar-tweets {
	padding: 0 8px;
	font-weight: 300;
}
.sidebar-tweets  ul {
	padding-left: 0;
}
.sidebar-tweets .tweet {
	background: none;
	border-bottom: 0;
	padding-left: 0;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 30px;
}
.sidebar-tweets .tweet p {
	margin-bottom: 5px;
}
.sidebar-tweets .tweet a {
	font-weight: 300;
}

/* Sidebar Search Block */
.sidebar-search-form {
	padding-left: 8px;
}
.content input.sidebar-search-input {
	float: left;
	border: 1px solid #d0cfc7;
	width: 207px; /* 217-padding */
	height: 31px;
	margin-right: 7px;
	margin-bottom: 0;
	padding: 0 5px;
	font-size: 13px;
	font-weight: 300;
	color: #918b84;
}
.content input.sidebar-search-btn {
	background: #e39737 url("img/sidebar-search-icon.jpg") 0 0 no-repeat;
	border: 0;
	width: 36px;
	height: 32px;
	padding-right: 0;
}
.content input.sidebar-search-btn[type="submit"]:hover {
	background: url("img/sidebar-search-icon-hover.jpg") 0 0 no-repeat;
}

/* Most Read Posts Block */
.read-post {
	background-color: #f6f5ef;
	margin: 0 0 15px;
	padding: 13px 15px 15px 18px;
}
.read-post p {
	font-size: 0.938em; /* 15px */
	line-height: 23px;
	margin-bottom: 0;
}
.read-post p a {
	font-weight: 300;
	color: #4a4e46;
}
.read-post > a {
	font-size: 0.875em; /* 14px */
}

/* Popular Tags */
.sidebar-tag-cloud a {
	background-color: #f6f5ef;
	float: left;
	margin: 0 10px 7px 0;
	padding: 5px 11px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px !important; /* Override WP inline styles */
	font-weight: 300; /* Light */
	color: #e39737 !important;
}
.sidebar-tag-cloud a:hover {
	background-color: #edece4;
}

/* Categories Block */
.sidebar-categories {
	padding-left: 8px;
}
.sidebar-categories ul {
	margin: 0;
	padding: 0;
}
.sidebar-categories ul li {
	background-image: none;
	padding: 0;
}
.sidebar-categories a {
	line-height: 28px;
	font-weight: 300;
	color: #4a4e46;
}
.sidebar-categories span {
	color: #e39737;
	margin-right: 7px;
}

/* Tags & Categories */
.post-meta {
	padding-top: 30px;
	clear: both;
}
.tags p, .categories p {
	margin-bottom: 5px;
}
.tags a, .categories a {
	font-weight: 300;
	text-decoration: underline;
}

/* Pagination */
.pagination {
	float: right;
	font-weight: 400; /* Regular */
	font-size: 1.00em; /* 16px */
	line-height: 16px;
}
.pagination .current,
.pagination a {
	display: block;
	float: left;
	background-color: #f6f5ef;
	text-decoration: none;
	text-align: center;
	width: 38px;
	height: 25px; /* 35px-padding */
	margin: 0 0 0 3px;
	padding-top: 10px;
	font-weight: 300;
	color: #a4aa9c;
}
.pagination .next, 
.pagination .prev {
	height: 28px; /* 35px-padding */
	padding-top: 7px;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
}
.pagination a:hover {
	background-color: #edece4;
}
.pagination .current{
	color: #e39737;
}







/* #Page Template Styles
--------------------------------------------- */



/* =Homepage Carousel
--------------------------------------------- */

/* No JS */
#carousel-wrapper-no-js {
	border-top: 1px solid #dcdbd3;
	border-bottom: 1px solid #dcdbd3;
	width: 100%;
	height: 440px;
	position: relative;
	overflow: hidden;
}
#carousel-no-js {
	width: 1080px;
	height: 440px;
	margin: auto;
	position: relative;
}

/* With JS*/
.carousel-wrapper {
	display: none;
	border-top: 1px solid #dcdbd3;
	border-bottom: 1px solid #dcdbd3;
	width: 100%;
	height: 440px;
	/* For centering unknown width */
	position: relative;
	overflow: hidden;
}
.carousel {
	/* For centering unknown width */
	float: left;
	position: relative;
	left: 50%;
}
.carousel img, 
#carousel-no-js img {
	width: 1080px;
	height: 440px;
}
.carousel ul, 
#carousel-no-js ul {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
}
.carousel li, 
#carousel-no-js li {
	list-style-type: none;
	display: block;
	float: left;
	width: 1080px;
	height: 440px;
	margin: 0 2px 0 0;
	padding: 0;
}

/* Slide Text Overlay */
.slide-overlay-wrapper {
	width: 1079px;
	height: 440px;
	position: relative;
	top: 0px;
	margin: 0 auto;
	z-index: 15;
}
#carousel-wrapper-no-js .slide-overlay-wrapper {
	top: -440px;
	z-index: 35;
}
.slide-overlay {
	background-color: rgba(74, 50, 100, 0.95); /* #4a3264 at 95% */
	width: 300px;
	height: 440px;
	position: absolute;
	top: 0;
	right: 93px;
}
.slide-text {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.slide-text li {
	position: absolute;
	top: 0;
	left: 0;
}
.slide-text div {
	width: 240px; /* 300-padding */
	padding: 25px 30px 0;
	display: none;
}
#carousel-wrapper-no-js .slide-text div {
	display: block;
}
.slide-text h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 100; /* Light */
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
}
.slide-text h1 a {
	color: #fff;
	font-weight: 100;
}
.slide-text p {
	font-size: 16px;
	line-height: 28px;
	color: #f2efe4;
	margin: 0 0 15px 0;
	padding: 0;
}
.slide-text p a {
	color: #f2efe4;
	font-weight: 500; /* Bold */
	text-decoration: none;
}

/* Active/Inactive Slide Circles */
.circles {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 270px; /* 300-padding */
	padding: 0 30px;
	z-index: 5;
}
.circles ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 25px;
}
.circles li {
	float: left;
	width: 12px;
	height: 11px;
	background: url("img/carousel/inactive-slide.png") top left no-repeat;
	margin-right: 6px;
}
.circles li.activeSlide {
	background: url("img/carousel/active-slide.png") top left no-repeat;
}

/* Carousel Arrows */
.arrows {
	width: 1080px;
	height: 440px;
	position: relative;
	top: -440px;
	margin: auto;
}
.left-arrow {
	background: url("img/carousel/left-arrow.png") top left no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 190px;
	left: -45px;
	z-index: 20;
}
.left-arrow:hover {
	background: url("img/carousel/left-arrow-hover.png") top left no-repeat;
	cursor: pointer;
}
.right-arrow {
	background: url("img/carousel/right-arrow.png") top left no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 190px;
	right: -45px;
	z-index: 20;
}
.right-arrow:hover {
	background: url("img/carousel/right-arrow-hover.png") top left no-repeat;
	cursor: pointer;
}



/* =Homepage Template (.home)
--------------------------------------------- */

.home .content .left-content, 
.home .content .right-content {
	padding-top: 53px;
}

/* Content Blocks */
.home-block {
	padding: 0 80px 19px 0;
}
.home-block p {
	font-size: 16px;
}
.home-block a {
	font-weight: 300;
	color: #4a3264;
}

/* Latest News Block */
.latest-news {
	background-color: #f6f5ef;
	width: 267px; /* 475-padding */
	padding: 34px 170px 28px 38px;
}
.latest-news h4 a {
	font-weight: 300;
	color: #628A2A;
}
.latest-news p {
	line-height: 26px;
}

/* Left Widget Block */
.left-widget-block {
	padding: 0;
}

/* Middle Widget Block */
.middle-widget-block {
	width: 262px; /* 300-padding */
	padding: 0 25px 0 13px;
}

/* Twitter Block */
.twitter-feed {
	width: 262px; /* 300-padding */
	padding: 25px 0 0 38px;
	font-weight: 300;
}
.twitter-feed  ul {
	padding-left: 0;
}
.twitter-feed .tweet {
	background: none;
	border-bottom: 0;
	padding-left: 0;
	font-size: 17px;
	line-height: 28px;
}
.twitter-feed .tweet p {
	margin-bottom: 5px;
}
.twitter-feed .tweet a {
	font-weight: 300;
}
.tweet .intent {
	display: none;
}
.tweet .timeline {
	font-size: 13px;
	color: #666c5e;
}
.follow-link {
	background: url("img/twitter-bird.jpg") top left no-repeat;
	font-size: 14px;
	padding: 3px 0 5px 32px;
}

/* Video Block */
.bristol-video {
	width: 247px; /* 300-padding */
	padding: 0 35px 0 18px;
	font-weight: 300;
}



/* =Overview Template (.overview)
--------------------------------------------- */

.overview {
	
}

/* Teaser Blocks */
.teaser-blocks {
	padding-top: 30px;
}
.teaser-block {
	width: 277px; /* 300-padding */
	padding: 0 23px 35px 0;
}
.teaser-block h3 a {
	color: #6b4f88;
}
.teaser-block h3 a:hover {
	color: #4a3264;
}
.teaser-block.left {
	float: left;
	clear: both;
}
.teaser-block.right {
	float: right;
}
.teaser-block img {
	margin-bottom: 10px;
}



/* =Basic Page Template (.basic-page)
--------------------------------------------- */

/* Content Blocks */
.content-blocks {
	padding-top: 26px;
}
.content-block {
	background-color: #f6f5ef;
	margin: 0 0 26px;
	padding: 25px;
}
.content-block h2 {
	margin: 5px 0 8px;
}
.content-block p {
	line-height: 24px;
}
.content-block img {
	float: right;
	margin: 0 0 10px 40px;
}
.block-points {
	clear: both;
	padding: 5px 0 22px;
}
.block-points ul {
	margin: 0;
	padding: 0;
}
.block-points ul li {
	float: left;
	width: 47%; /* Fall-back! */
	margin: 0 0 10px 0;	
}
.block-points li:nth-child(odd) {
	width: 47%;
	padding-right: 4%;
}
.block-points li:nth-child(even) {
	width: 43%;
}



/* =Our Network Template (.our-network)
--------------------------------------------- */

/* Page Title */
.our-network .page-title {
	margin-bottom: 15px;
}

/* Networks */
.network-info {
	margin-bottom: 40px;
}

/* Network Navigation */
.network-nav {
	float: left;
	width: 236px;
	display: none;
}
.network-nav ul {
	margin: 0;
	padding: 0;
}
.network-nav ul li {
	background-image: none;
	background-color: #6b4f88;
	border: 1px solid #cdcbc3;
	margin-top: 3px;
	padding: 0;
}
.network-nav ul li:first-child {
	margin-top: 0;
}
.network-nav a {
	display: block;
	font-size: 1.1em; /* 16px */
	font-weight: 300;
	color: #f6f5ef;
	padding: 28px 50px 28px 30px;
}
.network-nav span {
	display: block;
	float: left;
	height: 30px;
	color: #6b4f88;
	margin-right: 4px;
}
.network-nav li.current-tab {
	background-color: #f6f5ef;
	border-right: 0;
}
.network-nav li.current-tab a {
	color: #4a3264;
}
.network-nav li.current-tab span {
	color: #e39737;
}

/* Network Sections */
.network-block {
	background-color: #f6f5ef;
	border: 1px solid #cdcbc3;
	padding: 35px 34px 0 47px;
}
.network-block img {
	float: right;
	border: 1px solid #dcdbd3;
	margin-left: 45px;
}
.network-block h2 {
	color: #4a3264;
}
.network-block p {
	font-size: 1.125em; /* 18px */
	line-height: 28px;
}
.network-section {
	padding-bottom: 38px;
}

/* Blocks */
.our-network .block h5 {
	margin-bottom: 5px;
}

/* Our Offices Block */
.offices-block {
	float: left;
	width: 630px;
}
.offices-block div {
	background-color: #f9f8f5;
	padding: 5px 10px 7px 25px;
}
.offices-block img {
	float: right;
	margin-left: 20px;
}
.offices-block h4 {
	margin-top: 25px;
}
.offices-block h4 a {
	color: #628A2A;
	font-weight: 300;
}
.offices-block p {
	line-height: 20px;
}

/* Contact Block */
.our-network .contact, 
.widget-block {
	float: right;
	width: 270px;
}



/* =Locations Template (.locations)
--------------------------------------------- */

/* Locations Map */
.locations-map {
	width: 800px;
	margin: 0 auto 25px;
	position: relative;
}

/* Map Rollover Boxes */
.map-rollover-wrap {
	border: 1px solid #d0cec3;
	background-color: #f9f8f5;
	width: 360px;
	-webkit-box-shadow: 0px 3px 10px #ccc;
	-moz-box-shadow: 0px 3px 10px #ccc;
	-ms-box-shadow: 0px 3px 10px #ccc;
	box-shadow: 0px 3px 10px #ccc;
	position: absolute;
	display: none;
}
.map-pin {
	/* Must give bg colour for IE to hover 
	the hotspots properly. Use opacity
	to hide the colour. */
	display: block;
	background-color: #f3b43a;
	opacity: 0;
	filter: alpha(opacity=0.5);
	width: 18px;
	height: 25px;
	position: absolute;
	cursor: pointer;
}

/* Phoenix */
#phoenix {
	top: 100px;
	left: 110px;
}
#phoenix-pin {
	top: 123px;
	left: 64px;
}
#phoenix-pin:hover + #phoenix {
	display: block;
}

/* Green Bay */
#green-bay {
	top: 70px;
	left: 180px;
}
#green-bay-pin {
	top: 92px;
	left: 134px;
}
#green-bay-pin:hover + #green-bay {
	display: block;
}

/* Essex */
#essex-uk {
	top: 50px;
	left: 377px;
}
#essex-uk-pin {
	top: 73px;
	left: 331px;
}
#essex-uk-pin:hover + #essex-uk {
	display: block;
}

/* Singapore */
#singapore {
	top: 190px;
	left: 635px;
}
#singapore-pin {
	top: 210px;
	left: 590px;
}
#singapore-pin:hover + #singapore {
	display: block;
}

.map-rollover-wrap .map-rollover:before {
	content: url(img/map-rollover-arrow.png);
	width: 25px;
	height: 35px;
	position: absolute;
	top: 14px;
	left: -25px;
}
.map-rollover {
	border-right: 6px solid #6b4f88;
	min-height: 40px;
	padding: 10px;
}
.map-rollover img {
	width: 158px;
	height: auto;
	float: left;
}
.rollover-copy {
	margin-left: 174px;
}
.map-rollover h5 {
	font-size: 1.0em;
	font-weight: 400;
	color: #4a4e46;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.map-rollover p {
	margin: 0;
	font-size: 13px;
	line-height: 19px;
}


/* Service Centers Title */
.service-centers {
	background: url("img/location-pin.gif") 0 0 no-repeat;
	padding-left: 28px;
}

/* Locations */
.location-block {
	background-color: #f6f5ef;
	width: 246px; /* 300-padding */
	margin-bottom: 20px;
	padding: 20px 30px 25px 24px;
}
.highlight-location {
	background-color: #edece4;
}
.location-block.left {
	float: left;
	clear: both;
}
.location-block.right {
	float: right;
}
.location-block h3 {
	margin-bottom: 10px;
}
.location-block p {
	font-size: 1.0em; /* 16px */
	line-height: 24px;
}
.location-title, .phone {
	font-weight: 600;
}

.locations aside {
	margin-top: -8px;
}



/* =Case Study Template (.case-study)
--------------------------------------------- */

.case-study .left-content p {
	line-height: 24px;
}
.all-case-studies {
	margin-left: 8px;
}



/* =All Case Studies Template (.all-studies)
--------------------------------------------- */

.all-studies .page-title {
	margin-bottom: 28px;
}



/* =News Overview Template (.news-overview)
--------------------------------------------- */

.news-overview {
	
}

/* Page Title */
.news-overview .page-title {
	margin-bottom: 28px;
}

.all-news {
	border-bottom: 1px solid #e1e0d8;
	margin: 0 0 6px;
	padding: 0 10px;
}
.all-news h5 {
	float: left;
	font-size: 0.875em; /* 14px */
	line-height: 25px;
	font-weight: 300;
	color: #4a4e46;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.all-news a {
	float: right;
	font-size: 0.813em; /* 13px */
}

/* Featured Post */
.featured-post {
	background-color: #edece4;
	border-left: 7px solid #6b4f88;
	margin: 0 0 6px;
	padding: 25px 20px 30px;
}
.featured-post h6 {
	font-size: 0.813em; /* 13px */
	font-weight: 300;
	line-height: 25px;
	color: #6b4f88;
	text-transform: uppercase;
	margin-bottom: 0;
}
.featured-post h4 {
	font-size: 1.125em; /* 18px */
	line-height: 26px;
	margin-bottom: 0;
}
.featured-post h4 a {
	font-weight: 400;
	color: #625f5f;
}
.featured-post a.read-more {
	font-size: 0.875em; /* 14px */
	font-weight: 600;
	color: #E39737;
}

/* News Posts */
.news-item {
	background-color: #f6f5ef;
	margin: 0 0 6px;
	padding: 15px 22px 18px;
}
.news-item time {
	font-size: 0.813em; /* 13px */
	font-weight: 300;
	line-height: 23px;
	color: #7f8577;
}
.news-item h5 {
	font-size: 0.938em; /* 15px */
	line-height: 23px;
	margin-bottom: 0;
}
.news-item h5 a {
	font-weight: 400;
	color: #4a4e46;
}
.news-item a.read-more {
	font-size: 0.875em; /* 14px */
}

/* Popular Resources Block */
.popular-resources > h5 {
	border-bottom: 1px solid #E1E0D8;
	padding-left: 8px;
}
.popular-resources > a {
	font-size: 0.813em; /* 13px */
	margin-left: 4px;
}
.resource {
	background-color: #f6f5ef;
	margin: 0 0 6px;
	padding: 15px 40px 15px 18px;
}
.resource h5 {
	font-size: 0.938em; /* 15px */
	line-height: 23px;
	text-transform: none;
	margin-bottom: 0;
}
.resource h5 a {
	font-weight: 400;
	color: #4a4e46;
}
.resource-type {
	font-size: 0.75em; /* 12px */
}
.resource a.read-more {
	font-size: 0.875em; /* 14px */
}

/* Middle Widget News Block */
.middle-news-block {
	padding: 0;
}
.middle-news-block h5 {
	border-bottom: 1px solid #E1E0D8;
	padding-left: 8px;
}
.middle-news-block > div {
	padding: 0 8px;
}
.middle-news-block img {
	margin-bottom: 11px;
}
.middle-news-block .half-thumb {
	border: 0;
}
.middle-news-block p {
	font-size: 0.938em; /* 15px */
	line-height: 21px;
}
.middle-news-block a {
	font-size: 0.875em; /* 13px of 15px */
}



/* =News Post Template (.news-post)
--------------------------------------------- */

/* Share Icons */
.share-icons {
	float: right;
	height: 22px;
	margin: 10px 0 0 10px;
}
.addthis_default_style a {
	width: 90px;
}
.addthis_default_style .addthis_counter {
	width: 50px;
}

/* Post Date */
.post-date {
	padding-bottom: 10px;
}
.post-date time {
	font-size: 0.875em; /* 14px */
	font-weight: 300;
	line-height: 24px;
	color: #7f8577;
	font-style: italic;
}

/* Post Content */
.post-content p {
	line-height: 24px;
}



/* =Contact Template (.contact-us)
--------------------------------------------- */

.contact-us .page-title {
	margin-bottom: 30px;
}
.contact-left {
	float: left;
	width: 460px;
}
.contact-right {
	float: right;
	width: 460px;
}

/* Headquarters Info */
.contact-headquarters {
	margin-bottom: 40px;
}
.contact-headquarters p {
	font-size: 1.125em; /* 18px */
	line-height: 28px;
	margin-bottom: 10px;
}
.contact-headquarters a {
	font-size: 0.875em; /* 14px */
	font-weight: 400;
	text-decoration: underline;
}

/* Contact Info */
.contact-phone,  
.contact-fax {
	background-color: #f6f5ef;
	width: 335px; /* 365-padding */
	margin-bottom: 15px;
	padding: 15px 15px 15px;
}
.contact-phone h3 {
	margin-bottom: 5px;
}
.contact-fax h3 {
	margin-bottom: 0;
}
.contact-phone span, 
.contact-fax span {
	font-weight: 600;
	color: #4a4e46;
	margin-left: 14px;
}
.contact-phone p {
	font-size: 1.0em; /* 16px */
	margin-bottom: 0;
}
.contact-fax span {
	font-size: 0.813em; /* 16px of 20px */
}

/* Work For Us */
.work-for-us {
	width: 365px;
	margin-top: 60px;
}
.work-for-us h2 {
	margin-bottom: 14px;
}
.work-for-us p {
	line-height: 20px;
	margin-bottom: 4px;
}
.work-for-us a {
	font-size: 0.875em; /* 14px */
}

/* Contact Form */
.contact-form {
	padding-top: 8px;
}
.contact-form ul, 
.contact-form ul li {
	padding: 0;
	background: none;
}
.contact-form h3 {
	font-size: 1.500em;
	font-weight: 300;
	line-height: 24px;
	color: #628A2A;
}
.contact-form #gforms_confirmation_message h3 {
	color: #4a3264;
	margin-bottom: 6px;
}
.contact-form #gforms_confirmation_message p {
	line-height: 23px;
}
.contact-form .validation_error {
	font-size: 0.875em;
	font-weight: 400;
	line-height: 22px;
	color: #E39737;
	margin: 0 0 22px;
}
.contact-form .validation_message {
	float: right;
	clear: both;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #E39737;
}
.contact-form label {
	float: left;
	width: 137px;
	clear: right;
	margin-top: 5px;
}
.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form input[type="tel"], 
.contact-form select, 
.contact-form textarea {
	float: right;
	clear: right;
}
.contact-form select {
}
.contact-form textarea {
}
.contact-form .last-name label {
	display: none;
}
.contact-form .state label {
	display: none;
}
.contact-form .state input {
	width: 123px;
	clear: none;
	margin-right: 17px;
}
.contact-form .postal-code label {
	display: none;
}
.contact-form .postal-code {
	display: block;
	width: 156px;
	float: right;
	clear: right;
}
.contact-form .postal-code input {
	float: none;
	width: 130px;
}
.contact-form .country label {
	display: none;
}
.contact-form input[type="submit"] {
	clear: both;
	float: left;
	margin-left: 138px;
}



/* =404 Template (.error404)
--------------------------------------------- */

.error404 .left-content p {
	font-size: 0.813em; /* 13px */
	line-height: 24px;
	text-transform: uppercase;
}

.content input.error-search-input {
	float: left;
	border: 1px solid #d0cfc7;
	width: 426px; /* 436-padding */
	height: 31px;
	margin-right: 7px;
	padding: 0 5px;
	font-size: 13px;
	font-weight: 300;
	color: #918b84;
}
.content input.error-search-btn {
	background: #e39737 url("img/sidebar-search-icon.jpg") 0 0 no-repeat;
	border: 0;
	width: 36px;
	height: 32px;
	padding-right: 0;
}
.content input.error-search-btn[type="submit"]:hover {
	background: url("img/sidebar-search-icon-hover.jpg") 0 0 no-repeat;
}


/* =Sitemap Template (.sitemap)
--------------------------------------------- */

.sitemap .page-title {
	margin-bottom: 20px;
}
#sitemap-nav ul {
	padding: 0;
}
#sitemap-nav .menu > li {
	float: left;
	display: block;
	width: 240px;
}
#sitemap-nav .menu li {
	background-image: none;
	font-size: 1.125em; /* 18px */
	line-height: 24px;
	width: 270px;
	padding: 0 0 100px 0;
}
#sitemap-nav .menu li a {
	color: #628a2a;
	font-weight: 400;
}
#sitemap-nav .menu li a:hover {
	color: #58604E;
}
#sitemap-nav .sub-menu {
	margin-top: 10px;
}
#sitemap-nav .sub-menu li {
	font-size: 0.938em; /* 15px */
	line-height: 23px;
	padding: 0 0 5px;
}
#sitemap-nav .sub-menu li a {
	color: #4a4e46;
	font-weight: 300;
}
#sitemap-nav .menu .sitemap-about {
	width: 240px;
}
#sitemap-nav .menu .sitemap-results {
	width: 310px;
}
#sitemap-nav .menu .sitemap-ournetwork {
	width: 120px;
}
.sitemap-news {
	clear: left;
}
#sitemap-nav .menu .sitemap-other {
	width: 550px;
}
#sitemap-nav .menu .sitemap-other li {
	float: left;
	width: 240px;
}



/* =Search Results Template (.search-results)
--------------------------------------------- */

/* Search Form */
.results-search-form {
	float: right;
	width: 340px;
	margin-top: 7px;
}
.content input.results-search-input {
	float: left;
	border: 1px solid #d0cfc7;
	width: 285px; /* 295-padding */
	height: 31px;
	margin-right: 7px;
	padding: 0 5px;
	font-size: 13px;
	font-weight: 300;
	color: #918b84;
}
.content input.results-search-input:focus {
	outline: 0;
}
.content input.results-search-btn {
	background: #e39737 url("img/sidebar-search-icon.jpg") 0 0 no-repeat;
	border: 0;
	width: 36px;
	height: 32px;
	padding-right: 0;
}
.content input.results-search-btn[type="submit"]:hover {
	background: url("img/sidebar-search-icon-hover.jpg") 0 0 no-repeat;
}

/* Results */
.results {
	font-size: 0.813em; /* 13px */
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.search-term {
	color: #e39737;
}

/* Result Items */
.result-item {
	border-bottom: 1px solid #e1e0d8;
	margin-bottom: 25px;
	padding-bottom: 22px;
}
.result-item h2 {
	margin-bottom: 10px;
}
.result-item h2 a {
	font-weight: 300;
	color: #628A2A;
}
.result-excerpt p {
	line-height: 24px;
	margin-bottom: 0;
}



/* =Archive Template (.archive)
--------------------------------------------- */

.archive .page-title {
	margin-bottom: 28px;
}






/* =Carousel Media Query
--------------------------------------------- */

@media only screen and (max-width: 1130px) {
	.slide-overlay-wrapper {
		width: 100%;
	}
	.slide-overlay {
		right: 10%;
	}
	.arrows {
		width: 100%;
	}
	.left-arrow {
		left: 1%;
	}
	.right-arrow {
		right: 1.5%;
	}
}






/* =Profiles
--------------------------------------------- */

.team-intro {
	margin-bottom: 50px;
}
.team-intro p {
	font-size: 1.125em; /* 18px */
	line-height: 28px;
}
.profile-overview {
	margin-top: 20px;
}
.profile-overview h2 {
	margin-bottom: 0;
}
.profile-overview h2 a {
	font-weight: 300;
	color: #628a2a;
}
.headshot {
	float: left;
}
.profile-teaser {
	margin-left: 125px;
}
.profile-section {
	margin-bottom: 30px;
}
.profile-left {
	float: left;
	width: 393px;
}
.profile-right {
	float: right;
	width: 182px;
}
.photo {
	max-width: 180px;
	height: auto;
	margin-bottom: 10px;
}










/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}