/* Theme Name: Marquette */

/*

font-family:'Avenir LT W01_35 Light1475496';
font-family:'Avenir LT W01_45 Book1475508';
font-family:'Avenir LT W01_55 Roman1475520';
font-family:'Avenir LT W01_65 Medium1475532';
font-family:'Avenir LT W01_85 Heavy1475544';
font-family:'Avenir LT W01_95 Black1475556';

*/

/*======== RESET ========*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*======== GLOBAL STYLES ========*/

body {
	font-family:"Avenir LT W01_55 Roman1475520", sans-serif;
	font-size:62.5%;
	background:#ffffff;
	color:#43413c;
}

.page-wrapper {
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 1;
}

.wrapper {
	max-width:1170px;
	padding:0 20px;
	margin:0 auto;
	position:relative;
}

section {
	float:left;
	width:100%;
}

section:after {
	content:"";
	clear:both;
}

p {
	font-size:1.8em;
	line-height:2em;
}

em {
	font-style:italic;
}

a {
	color:#bc4832;
}

#breadcrumbs {
	color:#808385;
	padding:35px 0;
	font-size:1.4em;
}

#breadcrumbs a {
	padding:0 5px;
	text-decoration:none;
	color:#808385;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#breadcrumbs .breadcrumb_last {
	color:#fff;
	padding-left:5px;
}

.bold, strong {
	font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
}

.orange {
	color:#bc4832;
}

h1 {
	text-transform:uppercase;
	letter-spacing:.06em;
	line-height:1.2em;
	font-weight:normal;
}

h1.underline {
	padding-bottom:20px;
	position:relative;
	letter-spacing: .18em;
	font-size:2.6em;
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
}

h1.center {
	margin-bottom:40px;
	text-align:center;
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
	letter-spacing: .18em;
	font-size:2.6em;
}

h1.underline:after {
	content:"";
	height:3px;
	width:68px;
	position:absolute;
	bottom:0;
	left:0;
	background:#bfc1c2;
}

h1.underline.center:after {
	left:50%;
	margin-left:-34px;
}

h2 {
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:.06em;
	line-height:1.2em;
}

img {
	width:100%;
	height:auto;
	display:block;
}

.white-text {
	color:#fff;
}

.dark-gray_bg {
	background:#42413c;
}

.mid-gray_bg {
	background:#4f4e48;
}

.light-gray_bg {
	background:#595854;
}

.off-white_bg {
	background:#f0f0f0;
}

.light_bg {
	background:#dfe0e0;
}

.orange_bg {
	background:#bc4832;
}

.two-col {
	float:left;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.three-col {
	float:left;
	width:33.3333%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.arrow_topleft {
	position:relative;
}

.arrow_topleft:before {
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.arrow_topleft:after {
	background: #fff;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    
}

.home .posts .arrow_topleft {
	max-width:1600px;
	margin:0 auto;
	padding-bottom:50px;
}

.home .posts .arrow-line {
	width:50%;
	height:2px;
	background:#fff;
	position:absolute;
	top:0;
	right:0;
}

.arrow_topleft.vert:before {
	top:0;
	left:2px;
	border-width: 14px 0 0 8px;
	border-color: transparent transparent transparent #fff;
	
}

.arrow_topleft.vert:after {
	height: 100%;
	width: 2px;
}

.arrow_topleft.horiz:before {
	top:2px;
	left:0;
	border-width: 0 14px 8px 0;
	border-color: transparent #ffffff transparent transparent;
	
}

.arrow_topleft.horiz:after {
	height: 2px;
	width: 100%;
}

section.disclaimer {
	background:#f0f0f0;
	padding:15px 0;
	text-align:center;
}

section.disclaimer .disclaimer_text {
	font-size:1.2em;
}

/*---- buttons ----*/

.btn, span.button a {
	font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
	letter-spacing:.06em;
	font-size:1.6em;
	padding:20px 30px;
	display:inline-block;
	margin-top:25px;
	text-decoration:none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
span.button a {
	font-size:.9em;
	line-height:normal;
}

.btn.outline-white, span.button.outline-white a {
	border:2px solid #fff;
	color: #fff;
	background:none;
}

.btn.outline-white:hover, span.button.outline-white a:hover {
	color: #43413c;
	background:#fff;
}

.btn.outline {
	border:2px solid #bc4832;
	color:#42413c;
	background:none;
}

.btn.outline:hover {
	color:#fff;
	background:#bc4832;
}

.btn.outline-orange {
	border:2px solid #bc4832;
	color:#bc4832;
	background:none;
}

.btn.outline-orange:hover {
	color:#fff;
	background:#bc4832;
}

/*---- header/nav ----*/

.print-header {
	display:none;
}

.print-header img {
	width:200px;
	height:auto;
}

.site-header {
	background:#fff;
	border-bottom:1px solid #c9c9cb;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:2;
}

.site-header .branding {
	background:url(images/marquette_logo.svg) no-repeat 0 0;
	background-size:cover;
	width:284px;
	height:46px;
	text-indent:-9000px;
	display:inline-block;
	margin:22px 0;
}

.site-header .nav {
	float:right;
	height:90px;
    line-height:90px;
}

.site-header .nav.secondary {
	position:absolute;
	top:10px;
	right:21px;
	height:auto;
	line-height:normal;
	z-index:2;
}

.site-header .nav > ul {
	vertical-align:bottom;
    display:inline-block;
    line-height:1.7em;
}

.site-header .nav > ul > li {
	float: left;
    font-size: 1.7em;
	line-height:1em;
    margin-bottom: 25px;
    position: relative;
}

.site-header .nav.secondary > ul > li {
	font-size:1.6em;
}

.site-header .nav > ul > li > a {
	color:#362f2d;
	text-decoration:none;
	padding:6px 11px 21px;
	position:relative;
	z-index:1;
}

.site-header .nav > ul > li.menu-item-has-children > a {
	padding:6px 18px 21px 11px;
}

.site-header .nav.secondary > ul > li > a {
	padding:6px 6px 12px;
}

.site-header .nav.secondary > ul > li.menu-item-has-children > a {
	padding:6px 16px 12px 11px;
	position:relative;
}

.site-header .nav.secondary > ul > li > a {
	color:#808285;
}

.site-header .nav.secondary > ul > li > a .fa {
	font-size:1.2em;
}

.site-header .nav > ul > li.menu-item-has-children > a:after, .site-header .nav > ul > li.current-menu-item.menu-item-has-children > a:after {
	content:"";
	position:absolute;
	top:15px;
	right:2px;
	width:9px;
	height:4px;
	vertical-align:middle;
}

.site-header .nav > ul > li.menu-item-has-children > a:after {
	background:url(images/nav_updownarrow.png) no-repeat 0 bottom;
}

.site-header .nav > ul > li.current-menu-item > a, .site-header .nav > ul > li.current-menu-parent > a {
	color:#bc4832;
}	

.site-header .nav > ul > li.current-menu-item.menu-item-has-children > a:after, .site-header .nav > ul > li.current-menu-parent.menu-item-has-children > a:after {
	background:url(images/nav_updownarrow_orange.png) no-repeat 0 bottom;
}

.site-header .nav > ul > li.menu-item-has-children:hover > a {
	border-left:1px solid #f0f0f0;
	border-top:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	background:#fff;
	padding:5px 17px 25px 10px;
}

.site-header .nav.secondary > ul > li.menu-item-has-children:hover > a {
	padding:5px 15px 12px 10px;
}

.site-header .nav > ul > li.menu-item-has-children:hover > a:after {
	background-position:0 0;
}

.site-header .sub-menu {
	display:none;
	position:absolute;
	top:42px;
	left:0;
	width:230px;
	background:#fff;
	padding:10px 10px 15px 20px;
	border:1px solid #f0f0f0;
	z-index:0;
}

.site-header .nav.secondary .sub-menu {
	left:auto;
	right:0;
	top:27px;
	width:160px;
}

.site-header .nav > ul li:hover > .sub-menu {
	display:block;
}

.site-header .nav > ul ul li {
	padding:10px 0;
}

.site-header .nav > ul ul li a {
	color:#808385;
	display:block;
	text-decoration:none;
}

.site-header .nav:not(.secondary) > ul ul li a:after {
	content:"";
	margin-left:8px;
	width:4px;
	height:9px;
	display:inline-block;
	background:url(images/nav_rightarrow.png) no-repeat 0 0;
}

.site-header .nav .search {
	background: rgba(0, 0, 0, 0) url("images/search_icon_dark.png") no-repeat scroll 0 center / 16px 15px;
    display: inline-block;
    margin-bottom: 0;
    text-indent: -9000px;
    vertical-align: middle;
    width: 16px;
	cursor:pointer;
	margin-left:15px;
}

.site-header .search-form {
	width:100%;
	position:absolute;
	top:100%;
	left:0;
	background:rgba(66, 65, 60, .85);
	padding:10px 0;
	display:none;
}

.site-header .search-form .close {
	float:right;
	display:block;
	width:30px;
	margin-left:10px;
	background:url(images/close_search.png) no-repeat 0 center;
	cursor:pointer;
	text-indent:-9000px;
	background-size:30px 30px;
	height:60px;
}

.site-header .search-form .search-icon{
	float:left;
	display:block;
	width:22px;
	margin-right:18px;
	background:url(images/search_icon_gray.png) no-repeat 0 center;
	cursor:pointer;
	text-indent:-9000px;
	background-size:22px 21px;
	height:60px;
}

.search-form form {
	float:left;
	width:calc(100% - 80px);
}

.search-form input {
	color:#fff;
	float:left;
}

.search-form input[type=text] {
	font-size:2.8em;
	line-height:60px;
	width:calc(100% - 110px);
}

.search-form input[type=submit] {
	background:#bc4832;
	padding:20px 0;
	width:110px;
	float:right;
	font-size:2em;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

input, button, textarea {
	background:none;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	outline:none;
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

textarea {
	outline:none;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label {
	background-color: #fff;
	border: 1px solid #808385;
	display: inline-block;
	position: relative;
	height:12px;
	width:12px;
}

input[type=checkbox]:checked + label {
	background-color: #e9ecee;
	color: #43413c;
}

input[type=checkbox]:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 2px;
	color: #43413c;
}

.mktoForm {
	width:100% !important;
}

.mktoForm .mktoGutter {
	display:none;
}

.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
	padding:0 !important;
}

.mktoForm .mktoCheckboxList > label {
	margin:0 !important;
}

.mktoForm .mktoOffset {
	width:0 !important;
}

.mktoForm .mktoFormRow {
	clear:none !important;
	display:inline-block;
	width:50%;
	vertical-align:top;
}

.mktoForm .mktoLabel {
	width:auto !important;
}

.mktoHtmlText {
	width:auto !important;
}

.contact-form .mktoForm {
	max-width:635px !important;
	margin:0 auto;
}

.contact-form .mktoForm .mktoGutter {
	height:.5em !important;
	clear:left;
	float:none !important;
}

.mktoButtonRow {
	width:100%;
	text-align:center !important;
	margin:20px auto !important;
}

.mktoButtonWrap {
	margin-left:0 !important;
}

.mktoForm button.mktoButton {
	background: none !important;
	box-shadow: none !important;
	border: 2px solid #bc4832 !important;
	text-shadow: none !important;
	color:#42413c !important;
	font:normal 16px/1 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
	letter-spacing:.06em;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	padding:20px 30px !important;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	width:auto !important;
	font-family:'Avenir LT W01_85 Heavy1475544', sans-serif !important;
}

.mktoForm button.mktoButton:hover {
	background: #bc4832 !important;
	color:#fff !important;
}

.mktoForm textarea[rows="2"] {
	height:8em !important;
}

.mktoForm .mktoError .mktoErrorArrow, .mktoForm .mktoError .mktoErrorMsg {
	background:#bc4832 !important;
	border:none !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	-webkit-text-shadow:none !important;
	-moz-text-shadow:none !important;
	text-shadow:none !important;
}

/*---- footer ----*/

footer {
	float:left;
	clear:left;
	width:100%;
	padding:20px 0 60px 0;
	font-family:'Avenir LT W01_45 Book1475508', sans-serif;
}

footer p {
	font-size:1.6em;
	line-height:1.3em;
}

footer .copy {
	float:left;
	line-height:normal;
}

footer nav {
	float:right;
}

footer nav ul li {
	float:left;
	padding:0 10px;
	border-right:1px solid #fff;
	font-size:1.6em;
}

footer nav ul li:last-child {
	border-right:none;
	padding:0 0 0 10px;
}

footer nav ul li a {
	color:#fff;
	text-decoration:none;
}

footer nav ul li a:hover {
	text-decoration:underline;
}

footer .locations {
	float:left;
	width:100%;
	padding-top:40px;
}

footer .locations > div {
    float: left;
    padding-left: 0;
    width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .locations .phone {
	padding-left:0;
}

footer .locations .phone p.bold {
	padding-bottom:15px;
}

/*======== HOMEPAGE SPECIFIC ========*/

/*---- banner ----*/
.home .banner .wrapper {
	display:table;
	max-width:1600px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
}

.home .banner .content {
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
}

.home .banner .main {
	position:relative;
	display:table-cell;
}

.home .banner .main .content {
	position: absolute;
	background:#bc4832;
	padding:30px 55px;
    left: 0;
	top: 50%;
    max-width: 400px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}


.home .banner .main .content h2 {
	font-size:3.5em;
	margin-bottom:15px;
}

.home .banner .secondary {
	display:table-cell;
	position:relative;
	width:440px;
	background:#4f4e48;
	vertical-align:middle;
}

.home .banner .secondary .content {
	max-width:300px;
	margin:0 auto;
}

.home .banner .secondary .content h1 {
	font-family:'Avenir LT W01_95 Black1475556', sans-serif;
	font-size:2.6em;
	margin-bottom:10px;
	padding:0;
}

/*---- posts ----*/

.home section.posts {
	padding:0 0 50px 0;
	position:relative;
}

section.posts {
	padding:50px 0;
}

section.posts .wrapper {
	max-width:1194px;
}

section.posts .two-col .container {
	padding:55px 0 25px 0;
	margin:12px;
}

section.posts .two-col .content {
	max-width:370px;
	padding:0 15px;
	margin:0 auto;
}

section.posts .two-col .title {
	padding-top:30px;
	padding-bottom:12px;
	line-height:normal;
	font-size:2em;
}

section.posts .two-col .title a {
	color:#fff;
	text-decoration:none;
}

section.posts .two-col .title a:hover {
	text-decoration:underline;
}

section.posts .two-col h2 {
	font-size:2.6em;
}

section.posts .three-col .container {
	margin:12px;
}

section.posts .three-col .image {
	height:200px;
	overflow:hidden;
	position:relative;
}

section.posts .three-col .image .icon {
	position:absolute;
	z-index:2;
	max-width:100px;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

section.posts .three-col .image .overlay {
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(255, 255, 255, 0.7);
	z-index:1;
}

section.posts .three-col .content {
	text-align:center;
	padding:20px 40px 0px 40px;
}

section.posts .three-col .content.updates {
	padding:40px 40px 0px 40px;
}

section.posts .three-col .content .date {
	color:#bfc1c2;
	font-size:1.4em;
	margin-bottom:20px;
}

section.posts .three-col .content .title {
	text-transform:none;
	font-size:2.8em;
	margin-bottom:30px;
}

section.posts .three-col .content .title a {
	color:#fff;
	text-decoration:none;
}

section.posts .three-col .content .title a:hover {
	text-decoration:underline;
}

section.posts .three-col .content .excerpt {
	font-size:1.4em;
}

section.posts .three-col .more-wrapper, section.posts .two-col .more-wrapper {
	padding:20px 0 30px 0;
	text-align:center;
}

section.posts .more-research {
	float:left;
	width:100%;
	padding:50px 0 40px 0;
	font-size:1.4em;
	text-align:center;
}

section.posts #more_posts, section.posts #more_updates {
	cursor:pointer;
}

section.posts #more_posts:hover, section.posts #more_updates:hover {
	text-decoration:underline;
}

section.posts .no_posts {
	text-align:center;
}

/*---- twitter ----*/

.tweet-wrapper {
	max-width:300px;
	margin:0 auto;
	padding:0 20px;
}

.tweet-wrapper p {
	font-size:1.4em;
	line-height:1.6em;
	color:#fff;
}

.tweet-wrapper p.icon {
	font-size:3em;
	margin-bottom:25px;
	color:#bfc1c2;
}

.tweet-wrapper p.date {
	font-size:1.6em;
	margin-bottom:20px;
	color:#bfc1c2;
}

.tweet-wrapper p a {
	color:#bfc1c2;
	white-space:nowrap;
}

/*======== CONTENT BLOCK/NAV ========*/

section.content-block_nav {
	padding:100px 0;
}

section.content-block_nav .content {
	width:65%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 60px;
}

section.content-block_nav .content h1 {
	padding-bottom:20px;
	margin-bottom:35px;
	position:relative;
	letter-spacing: .18em;
	font-size:2.6em;
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
}

section.content-block_nav .content h1:after {
	content:"";
	height:3px;
	width:68px;
	position:absolute;
	bottom:0;
	left:0;
	background:#bfc1c2;
}

section.content-block_nav .content p {
	margin-top:30px;
}

section.content-block_nav .content ul > li {
	list-style:disc;
	font-size:1.8em;
	line-height:2em;
	margin-left:1em;
}

section.content-block_nav nav {
	width:35%;
	float:right;
}

section.content-block_nav nav.bottom {
	float:left;
	width:auto;
	padding:40px 60px 0 60px;
}

section.content-block_nav nav ul {
	list-style:disc;
	font-size:1.6em;
	max-width:240px;
	margin:70px auto 0 auto;
}

section.content-block_nav nav ul li {
	margin-left:1em;
}

section.content-block_nav nav.bottom ul {
	list-style:none;
	margin:0;
	max-width:none;
	font-size:1.8em;
}

section.content-block_nav nav ul li {
	padding:10px 0;
	color:#bc4832;
}

section.content-block_nav nav.bottom ul li {
	margin-left:-3px;
	margin-top:0;
	width:50%;
	display:inline-block;
	color:#43413c;
	padding-bottom:55px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:top;
}

section.content-block_nav nav.bottom ul:last-child li {
	padding-bottom:0;
}

section.content-block_nav nav.bottom ul li p {
	font-size:1em;
	margin-top:10px;
}

section.content-block_nav nav.bottom ul li:nth-child(1n) {
	padding-right:90px;
	border-right:2px solid #bfc1c2;
}

section.content-block_nav nav.bottom ul li:nth-child(2n) {
	padding-left:90px;
	padding-right:0;
	border-right:none;
}

section.content-block_nav nav ul li a {
	color:#bc4832;
	text-decoration:none;
}

section.content-block_nav nav.bottom ul li .label {
	color:#bc4832;
	line-height:normal;
}
section.content-block_nav nav.bottom ul li p {
	margin-top:0;
}

section.content-block_nav nav ul li a:hover {
	text-decoration:underline;
}

/*======== ICONS ========*/

section.icons {
	padding:70px 0;
	text-align:center;
}

section.icons .wrapper {
	max-width:1190px;
}

section.icons .icon-wrapper {
	padding:25px 0;
}

section.icons .icon {
	width:235px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
}

section.icons .icon p {
	max-width:130px;
	margin:0 auto;
	line-height:1.6em;
}

section.icons .icon a {
	text-decoration:none;
	color:#fff;
}

section.icons .icon a:hover {
	text-decoration:underline;
}

section.icons .icon img {
	max-width:50px;
	margin:0 auto;
	padding-bottom:25px;
}

/*======== EXPERTS ========*/

section.experts {
	background:#dfe0e0;
	padding:60px 0 0 0;
}

section.experts, .slick-slider .slick-track, .slick-slider .slick-list {
	height:600px;
}

section.experts h1 {
	margin-left:90px;
	position:absolute;
	top:0;
	left:20px;
}

section.experts .wrapper {
	height:650px;
	max-width:1230px;
}

section.experts .slideshow {
	padding:0 90px;
}

section.experts .slideshow .slide .content {
	position:relative;
	z-index:1;
	width:55%;
	top:100px;
}

section.experts .slideshow .slide > .content h2 {
	font-size:2.8em;
	text-transform:none;
}

section.experts .slideshow .slide > .content .social {
	padding-top:15px;
	padding-bottom:40px;
}
section.experts .slideshow .slide > .content .social a {
	font-size:2em;
	color:#6b6b6b;
	margin-right:8px;
}

section.experts .slideshow .slide img {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:auto;
}

section.experts .slideshow .slide .ctas {
	margin-top:35px;
}

section.experts .slideshow .slide .ctas .btn:first-of-type {
	margin-right:5px;
}

.slick-arrow {
	position:absolute;
	z-index:1;
	top:50%;
	width:33px;
	height:40px;
	background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    margin-top: -20px;
    outline: medium none;	
}

.slick-prev {
	background-image:url(images/prev-arrow.png);
	background-size:cover;
	left:0;
}

.slick-next {
	background-image:url(images/next-arrow.png);
	background-size:cover;
	right:0;
}

/*======== STATS ========*/

section.stats {
	padding:70px 0;
	text-align:center;
	/*background: #bc4832;
    background: -webkit-linear-gradient(#c95431, #bc4832);
    background: -o-linear-gradient(#c95431, #bc4832);
    background: -moz-linear-gradient(#c95431, #bc4832);
    background: linear-gradient(#c95431, #bc4832);*/
}

section.stats .wrapper {
	max-width:1400px;
}

section.stats .wrapper.about {
	display:table;
	max-width:740px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

section.stats .stat {
	width:33.3333%;
	float:left;
}

section.stats .stat h2 {
	font-size:10em;
	font-family:'Proxima N W01 Thin Reg', sans-serif;
	letter-spacing:normal;
}

section.stats .stat h2 sup {
    font-size: 0.6em;
    line-height: 1.6em;
    vertical-align: top;
	top:0;
}

section.stats .stat p {
	font-size:2.6em;
}

section.stats .stat img {
	max-width:220px;
	margin:0 auto;
}

section.stats .wrapper.about .stat {
	display:table-cell;
	vertical-align:middle;
	float:none;
}

/*======== CONTACT/SOCIAL ========*/

section.contact .wrapper {
    display: table;
	max-width:1600px;
	height:335px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
}

section.contact .contact_us {
	background:url(images/homepagecontact_bg.jpg) no-repeat 0 0;
	background-size:cover;
}

section.contact .contact_us .content {
	position:relative;
	max-width:440px;
	padding-left:50px;
}


section.contact .contact_us .content h1 {
	text-transform:none;
	font-family:'Avenir LT W01_95 Black1475556', sans-serif;
	font-size:2.6em;
}

section.contact .contact_us, section.contact .twitter_feed {
	display:table-cell;
	vertical-align:middle;
}

section.contact .twitter_feed {
	position:relative;
	width:440px;
	vertical-align:middle;
	text-align:center;
}

/*======== SUBSCRIBE ========*/

section.subscribe {
	background:url(images/subscribe_pattern.gif) repeat 0 0;
}

section.subscribe .wrapper {
	max-width:570px;
	margin-top:36px;
	background:#fff;
	text-align:center;
	padding:50px 20px 40px 20px;
}

section.subscribe h1 {
	font-family:'Avenir LT W01_65 Medium1475532', sans-serif;
	font-size:2.1em;
	text-transform:none;
	letter-spacing:normal;
}

#subscribe-form {
	display:none;
}

#subscribe-form .wrapper {
	padding:50px 80px 30px 80px;
	text-align:center;
}

#subscribe-form h2 {
	padding-bottom:20px;
	position:relative;
	letter-spacing: .18em;
	font-size:2.4em;
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
	max-width:400px;
	margin: 0 auto 40px auto;
	text-align:center;
}

#subscribe-form h3 {
	padding-top:40px;
	padding-bottom:30px;
	font-size:2.8em;
	line-height:1.2em;
	font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
}


#subscribe-form h2:after {
	content:"";
	height:3px;
	width:68px;
	position:absolute;
	bottom:0;
	left:50%;
	background:#bfc1c2;
	margin-left:-34px;
}

#subscribe-form p {
	color:#808385;
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
}

#subscribe-form p.disclaimer {
	font-size:1.4em;
}

#subscribe-form a {
	font-size:1.6em;
	text-decoration:none;
	padding-top:30px;
	display:inline-block;
}

#subscribe-form a:hover {
	text-decoration:underline;
}

#subscribe-form form { 
	text-align:left;
	width:100% !important;
	margin:40px auto;
	max-width:635px;
}

.mktoForm input, .mktoForm textarea {
	background:#fff;
	border:1px solid #808385;
	width:300px !important;
}

.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], textarea  {
	padding:10px 5px !important;
	font-size:16px !important;
	line-height:normal;
}

#subscribe-form form input#Company, #subscribe-form form input#LastName {
	margin-bottom:20px;
}

#subscribe-form .thank-you {
	display:none;
}

.fancybox-overlay {
	background:rgba(66, 65, 60, .85);
}

.fancybox-skin {
	border-radius:0;
	background:#f0f0f0;
}

.fancybox-close {
	background-image:url(images/close_search.png) !important;
	background-size:cover;
	background-repeat:no-repeat;
}

.touchevents.fancybox-lock .page-wrapper {
	overflow:hidden;
	position:fixed;
}

.fancybox-wrap {
	-webkit-overflow-scrolling:touch;
}


/*======== 404 ========*/

.content.not-found p {
	margin-bottom: 20px;
}

.content.not-found input[type=text]{
	padding:10px 5px !important;
	font-size:16px !important;
	line-height:normal;
	background:#fff;
	border:1px solid #808385;
	max-width: 220px;
	width: 100%;
}

.content.not-found input[type=submit]{
	background: #bc4832;
    padding: 11px 30px;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: normal;
    color: #fff;
}


/*======== INTERIOR SPECIFIC ========*/

/*---- banner ----*/

.banner h1.title {
	color: #fff;
    font-family: "Avenir LT W01_55 Roman1475520",sans-serif;
    font-size: 4.8em;
    letter-spacing: 0.04em;
    line-height: normal;
    margin: 0;
    padding: 40px 0 15px;
    text-transform: none;
}

/*---- overview ----*/

section.overview {
	padding:75px 0;
}

.overview .wrapper {
	max-width:830px;
	text-align:center;
}

.overview .wrapper p, .overview .wrapper h1 {
	font-size:2.4em;
}

.overview .wrapper p {
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
	padding-bottom:40px;
}

.overview .wrapper p:last-of-type {
	padding-bottom:0;
}

.overview .wrapper h1 {
	position:relative;
	padding-bottom:20px;
	margin-bottom:30px;
	letter-spacing: .18em;
}

.overview .wrapper h1:after {
	content:"";
	height:3px;
	width:68px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-34px;
	background:#bfc1c2;
}

/*---- filter ----*/

section.filter {
	padding:20px 0 50px 0;
	text-align:center;
}

section.filter.research {
	padding:60px 0 10px 0;
}

section.filter nav > ul > li {
	display:inline-block;
	border:1px solid #fff;
	background:none;
	font-size:1.4em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:7px 12px;
	margin:0 5px 10px 0;
	cursor:pointer;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	position:relative;
}

section.filter nav > ul > li.people-search {
	border:none;
	padding:0;
}

section.filter nav > ul > li.people-search input {
    border: 1px solid #fff;
    padding: 7px 29px 7px 12px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    height: 30px;
	color:#fff;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}

section.filter nav > ul > li.people-search button {
	color:#fff;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}

section.filter nav > ul > li.people-search:hover input, section.filter nav > ul > li.people-search input:focus {
	background:#fff;
	color:#000;
}

section.filter nav > ul > li.people-search:hover button, section.filter nav > ul > li.people-search.active button {
	color:#000;
}

section.research.filter nav > ul > li {
	padding:7px 8px 7px 12px;
}

section.research.filter nav > ul > li:after {
	content:'';
	background:url(images/nav_updownarrow_orange.png) no-repeat 0 bottom;
	width:9px;
	height:4px;
	vertical-align:middle;
	display:inline-block;
	margin-left:5px;
}

section.filter nav ul > li ul {
	display:none;
	position:absolute;
	background:#fff;
	text-align:left;
	top:100%;
	left:0;
	z-index:10;
	max-height:300px;
	overflow:scroll;
}

section.filter nav ul li ul li {
	white-space:nowrap;
	color:#362F27;
	padding:5px 10px;
	font-size:13px;
}

section.filter nav ul li ul li:hover {
	color: #bc4832;
}

section.research.filter nav > ul > li:hover:after {
	background:url(images/nav_updownarrow.png) no-repeat 0 bottom;
}

section.filter nav ul li.search img{
	display: inline-block;
    max-width: 14px;
    padding-left: 8px;
    vertical-align: top;
}

section.filter nav > ul > li:not(.people-search):hover, section.filter.people nav > ul > li:not(.people-search).active {
	border:1px solid #bc4832;
	background:#bc4832;
}


/*---- cards ----*/

section.cards {
	padding-bottom:70px;
}

section.cards .wrapper {
	padding:0 10px;
}

section.cards .card {
	display: inline-block;
    margin: 0 10px 22px 10px;
    padding: 30px 30px;
    vertical-align: top;
    width: calc(24.9% - 22px);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}

section.cards .card  img {
	max-width: 80px;
    margin: 0 auto 25px auto;
}

section.cards .card  h2 {
	font-size:2.8em;
	margin-bottom:25px;
	text-transform:none;
}

section.cards .card  p {
	font-size:1.4em;
}

section.cards .card  .btn {
	margin-top:20px;
}

/*======== PEOPLE ========*/

section.people .wrapper {
	padding:0 5px;
}

section.people .person {
	vertical-align:top;
	display:inline-block;
	width:calc(25% - 3px);
	padding:30px 10px 70px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

section.people .person.list {
	width:100%;
	padding:10px;
}

section.people .person img {
	margin-bottom:15px;
}

section.people .person p {
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
	line-height:1.2em;
}

section.people .person p a {
	color:#43413c;
	text-decoration:none;
}

section.people .person p a:hover {
	text-decoration:underline;
}

section.people .person p.icons {
	padding-top:10px;
}

section.people .person p.icons a {
	color:#bc4832;
	margin-right:8px;
}

section.bio {
	padding:60px 0 50px 0;
}

section.bio .wrapper {
	display:table;
	max-width:900px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

section.bio .wrapper .headshot, section.bio .wrapper .content {
	display:table-cell;
	vertical-align:top;
}

section.bio .wrapper .headshot {
	width:260px;
	padding-right:30px;
	text-align:center;
}

section.bio .wrapper .headshot a {
	display:inline-block;
	padding:0 6px;
	margin-top:20px;
	color:#bc4832;
	font-size:1.8em;
}

section.bio h1 {
	text-transform:none;
	font-size:4em;
	margin:4px auto 50px auto;
	letter-spacing:normal;
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
	max-width:860px;
	padding:0 20px;
}

section.bio h1 .orange {
	position: relative;
}

/*section.bio h1 .orange:before {
 	background: #bc4832 none repeat scroll 0 0;
    content: "";
    height: 80%;
    left: 0;
    position: absolute;
    top: 50%;
    width: 2px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}*/

section.bio p {
	margin-bottom:30px;
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
}

section.bio a {
	color:#bc4832;
}
	
/*======== ABOUT STATS ========*/

section.about-stats {
	background:#f0f0f0;
	padding:50px 0;
}

section.about-stats h2 {
	font-family:'Proxima N W01 Thin Reg', sans-serif;
	font-size:8.4em;
	color:#bc4832;
	letter-spacing:normal;
	text-transform:none;
}

section.about-stats h2 sup {
    font-size: 0.6em;
    line-height: 1.6em;
    vertical-align: top;
	top:0;
}

section.about-stats .divided {
	border-top:2px solid #d7d6d5;
	border-bottom:2px solid #d7d6d5;
	padding:15px 0 20px 0;
	margin:0 auto;
	display:table;
}

section.about-stats.three-column .divided {
    padding: 15px 40px 15px 20px;
	text-align:left;	
}

section.about-stats .divided div {
	vertical-align:middle;
	display:table-cell;
	padding:0 5px;
}

section.about-stats .divided div.align h2, section.about-stats .divided div.align p  {
	display:inline-block;
	vertical-align:middle;
}

section.about-stats:not(.three-column) .divided div p {
	max-width:125px;
}

section.about-stats .divided div p {
	max-width:185px;
}

section.about-stats .divided div.years {
	position:relative;
}

section.about-stats .divided div.years p {
	bottom: 14px;
    position: absolute;
    right: -18px;
}

section.about-stats .stat {
	width:33.3333%;
	float:left;
	text-align:center;
	margin-top:35px;
}

section.about-stats .stat > img {
	max-width:90px;
	margin:0 auto;
}

section.about-stats.three-column .wrapper {
	display:table;
}

section.about-stats.three-column .callout {
	text-align:center;
	margin-top:40px;
}

section.about-stats.three-column .callout h2 {
	font-size:4.8em;
}

section.about-stats.three-column .callout img {
	max-width:50px;
	margin:0 auto 10px auto;
}

section.about-stats.three-column .column:first-of-type {
	padding-right:40px;
}

section.about-stats.three-column .column:last-of-type {
	padding-left:40px;
}

section.about-stats.three-column .column {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

section.about-stats.three-column .column > img {
	max-width:170px;
	margin:0 auto 15px auto;
}

section.about-stats.three-column .column.handshake > img {
	max-width:220px;
}

/*======== UPDATES ========*/

section.updates {
	padding:60px 0;
	text-align:center;
}

section.updates .two-col:first-of-type {
	padding-right:12px;
}

section.updates .two-col:last-of-type {
	padding-left:12px;
}

section.updates .update-items {
	padding:45px 100px;
}

.update-items {
	display:table;
	border-spacing:0 25px;
}

.update-items a {
	color:#fff;
	text-decoration:none;
	font-family:'Avenir LT W01_95 Black1475556', sans-srif;
}
.update-items a:hover {
	text-decoration:underline;
}

.update-items article {
	display:table-row;
	border-spacing:0 25px;
}

.update-items article .image, .update-items article .article-content  {
	display:table-cell;
	vertical-align:top;
	text-align:left;
}

.update-items article .image img {
	width:70px;
}

.update-items article .article-content p  {
	padding-left:20px;
	font-size:1.4em;
	line-height:1.6em;
}

section.updates .btn {
	margin-top:50px;
}

/*======== CAREERS ========*/

section.careers {
	padding:70px 0 0 0;
}

section.careers .postings {
	display:table;
	margin:0 auto;
}

section.careers .postings .two-col {
	display: table-cell;
    float: none;
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
    vertical-align: top;
    width: auto;
}

section.careers .two-col.featured {
	padding:40px 60px;
	border-left:2px solid #bfc1c2;
	border-top:2px solid #bfc1c2;
	border-right:2px solid #bfc1c2;
	width:55%;
	text-align:left;
}

section.careers .location {
	color:#808385;
	font-size:1.6em;
}

section.careers .title {
	font-size:3.6em;
	text-transform:none;
	margin-bottom:20px;
	letter-spacing:normal;
	font-family:'Avenir LT W01_55 Roman1475520', sans-serif;
}

section.careers .apply {
	color:#bc4832;
	font-size:1.8em;
	margin-top:30px;
	float:left;
	text-decoration:none;
}

section.careers .apply:hover {
	text-decoration:underline;
}

section.careers .featured .title {
	font-size:4.8em;
	margin-bottom:35px;
}

section.careers .posting {
	display:inline-block;
	margin:0 60px 30px 60px;
	padding-bottom:30px;
	border-bottom:2px solid #bfc1c2;
	text-align:left;
}

section.careers .posting p {
	font-size:1.6em;
}

section.careers .postings .btn {
	margin:25px 0 40px 60px;
	float:left;
}

/*======== ICON OVERVIEW ========*/

section.icon-overview {
	padding:60px 0 50px 0;
}

section.icon-overview .wrapper {
	display:table;
	max-width:830px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

section.icon-overview .wrapper .icon, section.icon-overview .wrapper .content {
	display:table-cell;
	vertical-align:top;
}

section.icon-overview .wrapper .content.post img {
	width:auto;
}

section.icon-overview .wrapper .content.post .alignright {
	float:right;
	padding:0 0 20px 20px;
}

section.icon-overview .wrapper .icon {
	width:50px;
	padding-right:30px;
}

section.icon-overview .wrapper .icon.sub .image {
	width:50px;
	height:50px;
	background-size:cover;
	background-repeat:no-repeat;
}

section.icon-overview h1 {
	text-transform:none;
	font-size:4em;
	margin:4px 0 50px 0;
	letter-spacing:normal;
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
}

section.icon-overview p {
	margin-top:30px;
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
}

section.icon-overview ul li {
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
	margin-left:1em;
	list-style:disc;
	font-size:1.8em;
	line-height:2em;
}

/*======== FEATURED CONTENT ========*/

section.featured-content {
	padding-top:60px;
}

section.featured-content .posts {
	width:100%;
	float:left;
}

section.featured-content .two-col {
	display:inline-block;
	float:left;
	vertical-align:top;
	width:50%;
}

section.featured-content .date_author {
	color:#808385;
	font-size:1.6em;
	line-height:1.2em;
	padding-bottom:10px;
}

section.featured-content .title {
	font-size:2.8em;
	text-transform:none;
	margin-bottom:20px;
	letter-spacing:normal;
}

section.featured-content .title a {
	color:#43413c;
	text-decoration:none;
}

section.featured-content .post.icon .title {
	margin-top:8px;
}

section.featured-content .more {
	color:#bc4832;
	font-size:1.8em;
	margin-top:30px;
	float:left;
	text-decoration:none;
}

section.featured-content .more:hover, section.featured-content .title a:hover {
	text-decoration:underline;
}

section.featured-content .post {
	float:left;
	margin:0 60px 60px 60px;
	padding-bottom:50px;
	border-bottom:2px solid #bfc1c2;
}

section.featured-content .post.icon {
	display:table;
	float:none;
	margin:0 60px;
	border:none;
}

section.featured-content .posts p {
	font-size:1.6em;
}

section.featured-content .posts .btn {
	margin:25px 0 40px 60px;
}

section.featured-content .post.icon .icon, section.featured-content .post.icon .content {
	display:table-cell;
	vertical-align:top;
}

section.featured-content .post.icon .icon {
	width:50px;
	padding-right:20px;
}
section.featured-content .post.icon .icon .image {
	width:50px;
	height:50px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:0 bottom;
}

section.featured-content .post.icon .content {
	border-bottom:2px solid #bfc1c2;
	padding-bottom:60px;
	width:100%;
}

section.featured-content .posts:last-of-type .content {
	border-bottom:none;
}

/*======== CALLOUT ========*/

section.callout {
	padding:90px 0;
}

section.callout .wrapper {
	max-width:770px;
	text-align:center;
}
section.callout .wrapper p {
	font-size:2.4em;
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
}

section.callout .wrapper a {
	font-size:2em;
	font-family:'Avenir LT W01_65 Medium1475532', sans-serif;
	color:#fff;
	text-decoration:none;
	margin:20px 0 0 0;
	display:inline-block;
}

section.callout .wrapper a:hover {
	text-decoration:underline;
}

section.callout .wrapper a:after {
	content:"";
	background:url(images/download_icon.png) no-repeat 0 0;
	background-size:cover;
	width:45px;
	height:39px;
	display:block;
	margin:30px auto 0 auto;
}

/*======== RESEARCH ========*/

section.research h1 {
	margin:4px 0 0 0;
}

section.research .content .author_date {
	font-size:1.6em;
	margin-top:10px;
}

section.research .content .date {
	color:#808385;
}

section.research .content .author {
	color:#bc4832;
}

section.research .content .author .separator {
	color:#44413A;
}

section.research .wrapper .content.post .attachment-post-thumbnail {
	margin-bottom:30px;
	margin-top:20px;
	width:100%;
}

section.research .wrapper .content.post.update .attachment-post-thumbnail {
	width:auto;
}

.author-info {
	display:table;
	margin-top:50px;
}

.author-info .headshot {
	display:table-cell;
	vertical-align:top;
	padding-right:20px;
}

.author-info .headshot img {
	width:160px;
}

.author-info .content > p {
	margin-bottom:15px;
	line-height:normal;
}

.author-info .content a {
	color:#bc4832;
	font-size:1.4em;
	font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
	display:inline-block;
	margin-top:20px;
}

.author-info .content .icons a {
	display:inline-block;
	margin-right:8px;
	font-size:1em;
	margin-top:0;
}

.posts .more-link {
	text-align:center;
	margin-top:35px;
	float:left;
	width:100%;
}

.posts .more {
	color:#fff;
	font-size:1.6em;
	font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
	text-decoration:none;
}

.posts .more:hover {
	text-decoration:underline;
}

/*======== CONTACT ========*/

section.contact-form {
	padding:70px 0;
}

section.contact-form label {
	color:#808385;
	font-weight:normal !important;
	font-size:15px;
}

section.contact-form input, section.contact-form textarea {
	background:#f7f7f6;
}

section.contact-form .thank-you {
	display:none;
	padding:35px 0;
}

section.contact-form .thank-you h2 {
	color:#bc4832;
	text-align:center;
	text-transform:none;
	font-size:1.6em;
	font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
}

/*======= LOGIN/REGISTER ======*/
.um-form input[type=number], .um-form input[type=password], .um-form input[type=tel], .um-form input[type=text] {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}

.um-2239.um .um-button, .um-2240.um .um-button, .um-um_password_id.um .um-button {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	letter-spacing:.06em;
	padding:20px 30px !important;
	font-family:'Avenir LT W01_85 Heavy1475544', sans-serif !important;
}

.um-right .um-button {
	border:2px solid #d3d3d3 !important
}

.um-left .um-button, .um-center .um-button {
	border:2px solid #bc4832 !important;
}

.um-left .um-button:hover, .um-center .um-button:hover {
	color:#fff !important;
}

.um-postmessage, .um-field-block p {
	font-family:'Avenir LT W01_35 Light1475496', sans-serif;
	color:#43413c;
	font-size:18px;
	line-height:24px;
}

div.um .g-recaptcha {
	margin-bottom: 0;
}

.um-col-alt {
	margin: 30px 0 5px !important;
}

.um input[type=submit].um-button, #um-submit-btn{
	background: transparent!important;
}
.um input[type=submit].um-button:hover, #um-submit-btn:hover{
    background-color: #bc4832!important;
}

/*--- map ----*/

.map-wrapper {
	display:table;
	float:none;
}

#map, #map-sidebar {
	display:table-cell;
	position:relative;
}
#map {
	width:65%;
}
#map-sidebar {
	position: relative;
	width:35%;
	background-color: #f0f0f0;
}

#map-sidebar:after {
	height: 100%;
	width: 4px;
	background: #fff;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
#map-sidebar .offices {padding: 10px 20px 20px 20px;max-width:300px;}
#map-sidebar .office {cursor:pointer;padding: 10px 0 10px 40px;}
#map-sidebar .office.active {background:url(images/pin-red.png) no-repeat 0px 10px;}
#map-sidebar .offices hr {border:none;background:#b8b9ba;height:1px;margin-left:40px;}
#map-sidebar h2 {font-size:2.0em;line-height:2.0em;text-transform: none;font-family:'Avenir LT W01_55 Roman1475520', sans-serif;}
#map-sidebar p {font-size:1.6em;line-height: 1.6em;margin-bottom: 5px;}
#map-sidebar p span {color:#808385;}

#map .gm-style-iw {border:none;box-shadow:none;}
#map .gm-style-iw h1 {font-size:1.5em;line-height:1.5em;text-transform: none;}
#map .gm-style-iw p {font-size:1.1em;line-height: 1.2em;margin-bottom: 5px;}
#map .gm-style-iw a {text-decoration: none;}

/*======== SEARCH ========*/

.search-results section.icon-overview h1 {
	margin:4px 0 0 0;
}

.search-results article {
	border-bottom:2px solid #bfc1c2;
	padding:40px 0;
}

.search-results article h2 {
	font-size: 2.4em;
	text-transform: none;
	margin-bottom: 10px;
	letter-spacing: normal;
}

.search-results article .image, .search-results article .content {
	display:table-cell;
}

.search-results article .image img {
	width:230px;
	margin-right:30px;
}

.search-results article h2 a {
	text-decoration:none;
}
.search-results article h2 a:hover {
	text-decoration:underline;
}

.search-results article p {
	margin-top:0;
}

.search-results article p.post-type {
	color:#6b6b6b;
	font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
}

.search-results .navigation.pagination {
	padding:20px 0;
	text-align:center;
	font-size:1.4em;
}

.menu-wrapper {
	float:right;
}

.mobile-trigger {
	display:none;
	font-size:1.3em;
	position:absolute;
	top:26px;
	right:20px;
}

.mobile-trigger .mobile-nav {
	display:none;
	cursor:pointer;
}

.mobile-trigger .mobile-nav.active {
	display:block;
}

.mobile-trigger .open .icon {
	font-size:1.6em;
}

.mobile-trigger .close .icon {
	font-size:1.7em;
}

/*======== MEDIA QUERIES ========*/

@media (min-width: 1181px) {
	.home .banner .main {
		background:none !important;
	}
}
	
@media (max-width: 1180px) {
	.home .banner .main {
		height:450px;
	}
	
	.home .banner .main img {
		display:none;
	}
		
}

@media (max-width: 1080px) {
	section.experts .wrapper {
		padding:0;
	}
	
	section.experts h1 {
		margin-left:25px;
	}
	
	section.experts .slideshow {
		padding:0 0 0 45px;
	}
	
	.slick-arrow {
		width:23px;
		height:28px;
	}
	
	.slick-prev {
		left:10px;
	}
	
	.slick-next {
		right:10px;
	}
	
	footer .locations > div {
		padding-left:50px;
	}
}

@media (max-width: 959px) {
	.home .banner .secondary {
		width:390px;
	}
	
	.home .banner .secondary .content {
		max-width:280px;
	}
	
	section.contact .twitter_feed {
		width:387px;
	}
	
	section.posts .three-col .content {
		padding:20px 20px 0 20px;
	}
	
	section.cards .card {
		padding:0px 20px;
	}
	
	section.experts .slideshow .slide img {
		right:-50px;
	}
	
	section.featured-content .post, section.featured-content .post.icon {
		margin: 0 20px;
	}
	
	footer .locations > div {
		padding-left:20px;
	}
	
	section.about-stats:not(.second) .three-column .column {
		display:block;
		padding:0 0 30px 0 !important;
	}
	
	section.updates .update-items {
		padding:35px 30px;
	}
	
	#map {
		height:500px;
	}
	
	#map, #map-sidebar {
		width:100%;
		display:block;
		float:left;
	}
	
	#map-sidebar {
		border-top:2px solid #c9c9c9;
	}
	
	#map-sidebar .offices {
		max-width:none;
		float:left;
		padding:20px;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	#map-sidebar .offices hr {
		display:none;
	}
	
	#map-sidebar .office {
		float:left;
		width:50%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	#map-sidebar:after {
		display:none;
	}
}

@media (min-width: 901px) {
	.site-header .menu-wrapper {
		display:block !important;
	}
}

@media (max-width: 900px) {
	.site-header, .page-wrapper {
		position:relative;
		float:left;
	}
	
	.page-wrapper {
		top:auto;
	}
	
	.site-header .branding {
		width:200px;
		height:32px;
		margin:15px 0;
	}
	
	.site-header .mobile-trigger {
		display:block;
	}
	
	.site-header .menu-wrapper {
		display:none;
		float:left;
		width:100%;
	}
	
	.site-header .nav.secondary, .site-header .nav {
		float:left;
		width:100%;
		position:relative;
		clear:left;
		top:auto;
		right:auto;
		height:auto;
		line-height:normal;
	}
	
	.site-header .nav > ul {
		display:block;
	}
	
	.site-header .nav > ul > li {
		float:none;
		margin-bottom:15px;
	}
	
	.site-header .nav > ul > li.social {
		display:none;
	}
	
	.site-header .sub-menu {
		position:relative;
		top:auto !important;
		width:auto !important;
		border:none;
		padding:0;
	}
	
	.site-header .nav > ul > li.menu-item-has-children:hover > a, .site-header .nav.secondary > ul > li.menu-item-has-children:hover > a {
		border:none;
		background:none;
		padding:6px 20px 6px 0;
	}
	
	.site-header .nav > ul li:hover > .sub-menu {
		display:none;
	}
	
	.site-header .nav.secondary > ul > li > a, .site-header .nav > ul > li > a {
		padding:6px 0;
	}
	
	.site-header .nav.secondary > ul > li.menu-item-has-children > a, .site-header .nav > ul > li.menu-item-has-children > a {
		padding:6px 20px 6px 0;
	}
	
	.site-header .nav > ul ul li {
		padding:10px 0 10px 10px;
	}
	
	.site-header .nav > ul ul li:first-child {
		padding:15px 0 10px 10px;
	}
	
	.site-header .nav > ul > li.menu-item-has-children:hover > a:after {
		background-position:0 bottom;
	}
	
	.site-header .nav .search {
		background-position: 100% center;
		background-size:13px 13px;
		text-indent:0;
		width: auto;
		margin-left:0;
		margin-bottom:15px;
		padding-right:20px;
	}
	
	.site-header .search-form .search-icon {
		display:none;
	}
	
	.search-form input[type=submit] {
		padding:10px 0;
		font-size:1.6em;
		width:70px;
	}
	
	.search-form form {
		width:calc(100% - 40px);
	}
	
	.search-form input[type=text] {
		font-size:1.8em;
		line-height:36px;
		width:calc(100% - 70px);
	}
	
	.site-header .search-form .close {
		height:36px;
	}
	
	.home .banner .main {
		height:auto;
	}
	
	.home .banner .main .content {
		height:100%;
		position:relative;
		-webkit-transform:none;
		-moz-transform:none;
		transform:none;
		top:0;
	}
	
	.two-col, .three-col {
		width:100%;
	}
	
	section.cards .card {
		width:100%;
		padding:30px 20px;
		margin:10px auto;
	}
	
	section.cards .card .content {
		height:auto !important;
	}
	
	section.posts .two-col .container, section.posts .three-col .container {
		margin:12px 0;
	}
	
	.two-col .content, .three-col .content {
		height:auto !important;
	}
	
	section.people {
		padding:30px 0;
	}
	
	section.people .person {
		width:calc(33.3333% - 3px);
		padding:30px 10px;
	}
	
	section.updates .two-col {
		padding:0 !important;
	}
	
	section.updates .update-items {
		display:block;
		margin:15px 0;
	}
		
}

@media (max-width: 830px) {
	
	.home .banner .secondary {
		width:50%;
	}
	
	section.content-block_nav {
		padding:50px 0;
	}
	
	section.content-block_nav .content {
		padding:0;
	}
	
	section.experts h1 {
		position:relative;
		margin-left:45px;
		left:0;
	}
	
	section.experts .wrapper {
		height:auto;
	}
	
	section.experts .slideshow .slide .content {
		width:100%;
		top:auto;
	}
	
	section.experts .slideshow {
		padding:0 45px;
		height:auto;
		margin-bottom:30px;
	}
	
	section.experts .slideshow .slide img {
		display:none;
	}
	
	section.experts, .slick-slider .slick-track, .slick-slider .slick-list {
		height:100% !important;
	}
	
	section.experts .slideshow .slide .ctas .btn {
		float:left;
	}
	
	#subscribe-form .wrapper {
		padding:50px 45px 30px 45px;
	}
	
	section.featured-content .two-col {
		width:100%;
	}
	
	section.featured-content .post, section.featured-content .post.icon {
		margin: 0;
		width:100%;
		padding:40px 0;
	}
	
	section.featured-content .posts:last-of-type .content {
		border-bottom:2px solid #bfc1c2;
	}
	
	section.content-block_nav nav.bottom {
		padding:40px 0 0 0;
	}
	
	section.content-block_nav nav.bottom ul li:nth-child(2n) {
		padding-left:40px;
	}
	
	section.content-block_nav nav.bottom ul li:nth-child(1n) {
		padding-right:40px;
	}
	
	section.careers .two-col {
		width: 100% !important;
		display: block !important;
		float: left !important;
		margin: 20px auto 30px auto !important;
		max-width: none !important;
		
	}
	
	section.careers .two-col.featured {
		border:2px solid #bfc1c2;
		padding:40px 30px;
	}
	
	section.careers .posting {
		margin:0 0 30px 0;
	}
}

@media (max-width: 768px) {
	
	.home .banner .main, .home .banner .secondary {
		display:block;
		width:100%;
		padding:25px 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.home .banner .secondary {
		padding:25px 20px;
	}
	
	.home .banner .secondary .content {
		max-width:none;
	}
	
	.home .banner .secondary.arrow_topleft:before, .home .banner .secondary.arrow_topleft:after {
		display:none;
	}
	
	.overview .wrapper p, .overview .wrapper h1 {
		font-size:2em;
	}
	
	section.content-block_nav .content {
		width:100%;
	}
	
	section.content-block_nav nav:not(.bottom) {
		display:none;
	}
	
	section.icons .icon {
		width:180px;
	}
	
	section.stats {
		padding:40px 0;
	}
	
	section.stats .stat h2 {
		font-size:7em;
	}
	
	section.stats .stat p {
		font-size:1.6em;
	}
	
	section.contact .contact_us, section.contact .twitter_feed {
		width:100%;
		display:block;
		float:left;
		padding:40px 0;
	}
	
	footer .locations {
		max-width:500px;
		margin:0 auto;
		float:none;
	}
	
	footer .locations > div {
		width:50%;
		padding: 0 20px 30px 0;
	}
	
	footer .copy, footer nav {
		width:100%;
		text-align:center;
		padding:0 0 20px 0;
	}
	
	footer nav {
		padding:0 0 50px 0;
	}
	
	footer nav ul li {
		display:inline-block;
		float:none;
	}
	
	#subscribe-form .wrapper {
		padding:35px 25px 30px 25px;
	}
	
	#subscribe-form form {
		width:100% !important;
		max-width:300px !important;
		margin:25px auto 0 auto;
	}
	
	.mktoForm .mktoFormRow {
		width:100%;
	}
	
	#subscribe-form .mktoForm input[type=text], #subscribe-form .mktoForm input[type=email]  {
		float:none;
		width:300px !important;
	}
	#subscribe-form form input#LastName {
		margin-bottom:0;
	}
	
	.mktoForm, .mktoForm * {
		padding:0 !important;
	}
	
	.contact-form input, .contact-form textarea, .contact-form .mktoForm .mktoFormCol, .contact-form .mktoForm .mktoFieldWrap {
		width:100% !important;
	}
	
	section.about-stats .stat {
		width:100%;
		padding-bottom:20px;
	}
	section.about-stats h2 {
		font-size:6.4em;
	}
	
	section.about-stats .divided div.years p {
		bottom:3px;
	}
	
	#map {
		height:400px;
	}
	
	#map-sidebar .office {
		padding:30px 0 10px 0;
		text-align:center;
	}
	
	#map-sidebar .office p {
		display:none;
	}
	
	#map-sidebar .office.active {
		background-position: center 0;
	}
	
	.search-results article .image, .search-results article .content {
		display:block;
	}
	
	.search-results article .image img {
		max-width:200px;
		width:100%;
		margin:0 auto;
	}
}

@media (max-width: 620px) {
	
	.banner h1.title {
		padding:20px 0;
		font-size:4em;
	}
	
	#breadcrumbs {
		padding:10px 0;
	}
	
	h1.center {
		margin-bottom:0;
	}
	
	section.posts .three-col .content {
		padding:10px 10px 0 10px; 
	}
	
	.home .posts .arrow_topleft {
		padding-bottom:30px;
	}
	
	section.icons .icon {
		width:100%;
		margin:20px 0;
	}
	
	section.stats .stat, section.about-stats.second .column  {
		width:100%;
		margin-bottom:30px;
	}
	
	section.about-stats.second .column  {
		display:block;
		padding:0 !important;
	}
	
	section.stats .wrapper.about .stat {
		display:block;
	}
	
	section.contact .contact_us .content {
		padding-left:20px;
	}
	
	section.overview {
		padding:30px 0;
	}
	
	section.people {
		padding:10px 0;
	}
	
	section.people .person {
		width:calc(50% - 3px);
		padding:20px 10px;
	}
	
	section.bio h1 {
		margin: 4px auto 15px auto;
	}
	
	section.bio .wrapper .headshot {
		width: 140px;
		padding: 20px;
		margin: 0 auto;
		float: none;
	}
	
	section.bio .wrapper .headshot, section.bio .wrapper .content {
		display: block;
	}
	
	section.featured-content .post.icon {
		display:block;
		padding-bottom:0;
	}
	
	section.featured-content .post.icon .content {
		padding-bottom:90px;
	}
	
	section.icon-overview .wrapper .icon, section.featured-content .post.icon .icon {
		display:block;
		margin: 0 auto;
		padding-right:0;
	}
	
	section.icon-overview .wrapper .content, section.featured-content .post.icon .content {
		display:block;
		margin-top:30px;
	}
	
	section.icon-overview h1, section.featured-content .post.icon .title {
		text-align:center;
	}
	
	section.content-block_nav nav.bottom ul li {
		width:100%;
		padding:30px 0 !important;
		border-top:2px solid #bfc1c2;
		border-right:none !important;
		height:auto !important;
	}
	
	section.about-stats .divided div {
		display:block;
		text-align:center;
	}
	
	section.about-stats .divided div.years p {
		right:auto;
		position:relative;
	}
	
	section.about-stats:not(.three-column) .divided div p, section.about-stats .divided div p {
		display:block;
		text-align:center;
		max-width:none;
	}
	
	section.updates {
		padding:30px 0;
	}
	
	section.stats .wrapper.about {
		width:auto;
	}
	
	#map-sidebar .offices {
		padding:10px;
	}
	
	#map-sidebar .office {
		width:100%;
		padding:10px 0 0 0;
	}
	
	#map-sidebar .office.active {
		background-size:15px;
		color:#bc4832;
	}
	
	#map-sidebar h1 {
		font-size:1.6em;
		line-height:1.2em;
	}
	
	.search-results article {
		padding:20px 0;
	}
}
@media (max-width: 480px) {
	.home .banner .main {
		padding:0;
	}
	
	.home .banner .main .content {
		padding:25px 20px;
		max-width:none;
	}
	
	footer .locations > div {
		max-width:250px;
		width:100%;
		margin:0 auto;
		float:none;
	}
	
	footer p, footer nav ul li {
		font-size:1.4em;
	}
	
	.banner h1.title {
		font-size:3em;
	}
	
	.overview .wrapper p, .overview .wrapper h1 {
		font-size:1.8em;
	}
	
	#subscribe-form .wrapper {
		padding:35px 5px 30px 5px;
	}
	
	.mktoForm .mktoFormRow .mktoFormCol {
		clear:none !important;
		float:left !important;
	}
	
	.mktoForm .mktoCheckboxList {
		padding-right:10px !important;
	}
	
	.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel]  {
		height:auto !important;
		line-height:1.2em !important;
	}
	
	#subscribe-form h2 {
		font-size:2em;
		margin:0 auto 20px auto;
	}
	
	#subscribe-form h3 {
		padding-top:10px;
		font-size:2em;
	}
	
	#map {
		height:300px;
	}
	
}