/*
	Theme Name: Burford
	Description: Burford Theme
	Version: 1.0
	Author: Demetri/MBLM
	Tags: HTML5, CSS3
*/

/*------------------------------------*\
    FONTS
\*------------------------------------*/
@import url("css/burfordcapital-icons.css");

/*------------------------------------*\
    SCAFFOLDING
\*------------------------------------*/

/*------------------------------------*\
    STYLES
    
    colors:
    =======
    #CBCBCB
    #505050
    
    #C60C30
    
    #5a98a6
    #83B2bB
    
    #E6F4F7
\*------------------------------------*/


body { font: 18px/26px "Chronicle Text G4 A", "Chronicle Text G4 B"; color: #505050; }
section { margin-bottom: 30px; }
section.big { margin-bottom: 60px; }
blockquote { color: #505050; margin: 30px 50px; padding: 30px; background-color: #E6F4F7; border: none; }
a { color: #C60C30; }
a:hover, a:focus { color: #505050; }

h1.landing, .h1.landing { font: 300 48px/54px "Chronicle Display A", "Chronicle Display B"; color:#000000; }
h1, .h1 { font: 300 48px/54px "Chronicle Display A", "Chronicle Display B"; color:#000000; }
h2, .h2 { font: 36px/42px "Chronicle Display A", "Chronicle Display B"; color:#000000; }
h3, .h3 { font: 24px/30px "Chronicle Display A", "Chronicle Display B"; color:#000000; }
h4, .h4 { font: 300 18px/24px "Chronicle Display A", "Chronicle Display B"; color:#505050; }
h5, .h5 { font: 18px/24px "Chronicle Display A", "Chronicle Display B"; color:#000000; }

form .form-control { font-family: "nimbus-sans", arial, sans-serif; font-weight: 100; }
form input.form-control { height: 40px; }
form .checkbox label { font-family: "nimbus-sans", arial, sans-serif; font-weight: 100; font-size: 16px; line-height: 24px; }


.lead {
	color: #505050;
	font-family: "Chronicle Display A", "Chronicle Display B";
}
@media (min-width: 768px) {
	h1.landing, .h1.landing { font-size: 64px; line-height: 72px; }
	h2, .h2 { font: 48px/54px "Chronicle Display A", "Chronicle Display B"; color:#000000; }
	h3, .h3 { font: 36px/42px "Chronicle Display A", "Chronicle Display B"; color:#000000; }
	h4, .h4 { font: 300 24px/30px "Chronicle Display A", "Chronicle Display B"; color:#505050; }
	.lead { font-size: 24px; margin-bottom: 30px; }
}

@media (min-width: 992px) {
	.pull-md-right { text-align: right; }
}

/*------------------------------------*\
    UI ELEMENTS SIMPLE
\*------------------------------------*/
.main { min-height: 600px; }
@media (min-width: 768px) {
	.main { padding-top: 100px; }	
}
.sidebar { padding-top: 30px; }

.large-copy { font: lighter 20px/28px "nimbus-sans", arial, sans-serif; }
.in-front { z-index: 100; }

h1.text-red, h2.text-red, h3.text-red, h4.text-red, h5.text-red { color: #C60C30; }
h1.text-grey, h2.text-grey, h3.text-grey, h4.text-grey, h5.text-grey { color: #505050; }
.text-red { color: #C60C30; }
.text-grey { color: #505050; }
h3.narrow-top { margin-top: 0; }

.source-line { font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; font-size:16px; color:#505050; }
.date-line { font-family: "nimbus-sans", arial, sans-serif; font-weight: lighter; font-size:16px; color:#505050; }
.date-line a { color: #505050; text-decoration: none; }
.job-title { font: 22px/26px "nimbus-sans", arial, sans-serif; font-weight:lighter; color: #505050; }
.no-results { font-family: "Chronicle Display A", "Chronicle Display B"; color: #505050; }
.fine-print { font: 12px/14px "nimbus-sans", arial, sans-serif; }

.page-header.no-line { border-bottom: none; }
.page-header h1 { margin-top: 0; }
.modal-content { border-radius: 0; }

.text-chronicle { font-family: "Chronicle Display A", "Chronicle Display B" !important; }

.see-more {
	font: bold 16px/21px "nimbus-sans", arial, sans-serif;
	color:#505050;
	padding: 15px 0;
	display: inline-block;
}
.see-more:hover {
	color: #C60C30;
	text-decoration: none;
}

.see-more:hover .text {
	border-bottom: 2px solid #C60C30;
}

@media (min-width: 768px) {
	.page-header .lead { margin-bottom: 10px; }
}

/* hamburger */
.c-hamburger { 
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	background-color: transparent;
}

.c-hamburger:focus { outline: none; }
.c-hamburger span { display: block; position: absolute; top: 17px; left: 12px; right: 0px; height: 3px; background: #FFF; transition: background 0s 0.3s; }
.c-hamburger span::before,
.c-hamburger span::after { position: absolute; display: block; left: 0; width: 100%; height: 3px; background-color: #FFF; content: ""; transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; }
.c-hamburger span::before { top: -8px; transition-property: top, transform; }
.c-hamburger span::after { bottom: -8px; transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger.is-active span { background: none; }
.c-hamburger.is-active span::before { top: 0; transform: rotate(45deg); }
.c-hamburger.is-active span::after { bottom: 0; transform: rotate(-45deg); }
.c-hamburger.is-active span::before,
.c-hamburger.is-active span::after { transition-delay: 0s, 0.3s; }

/*------------------------------------*\
    UI ELEMENTS 
\*------------------------------------*/

/* buttons */
.btn { font: bold 16px/18px "nimbus-sans", arial, sans-serif; border-radius: 0; padding: 6px 20px; }

.btn.btn-primary { color: #000; border: 1px solid #979797; background-color: transparent; }
.btn.btn-primary:hover,
.btn.btn-primary:focus { color: #C60C30; background:#e8e3db; border:1px solid #979797; }
.btn-primary:active:hover, 
.btn-primary.active:hover, 
.btn-primary:active:focus, 
.btn-primary.active:focus { color: #C60C30; background:#a79c94; border:1px solid #979797; }

.btn.btn-secondary { color: #000; border: 1px solid #979797; background-color: transparent; }
.btn.btn-secondary:hover,
.btn.btn-secondary:focus { color: #C60C30; border-color: #C60C30; }
.btn-secondary:active:hover, 
.btn-secondary.active:hover, 
.btn-secondary:active:focus, 
.btn-secondary.active:focus { color: #990925; border-color: #990925; }

.btn.btn-red { color: #FFF; border: 1px solid #C60C30; background-color: #C60C30; }
.btn.btn-red:hover,
.btn.btn-red:focus { color: #FFF; border-color: #C60C30; background-color: #C60C30; }
.btn-red:active:hover, 
.btn-red.active:focus { color: #FFF; border-color: #C60C30; background-color: #C60C30; }

.btn.btn-tabs { color: #000; border: 1px solid #979797; background-color: #FFF; }
.btn.btn-tabs:hover,
.btn.btn-tabs:focus,
.btn.btn-tabs:active, 
.btn.btn-tabs.active { color: #FFF; background:#C60C30; }

form .btn.btn-tabs { padding-top: 10px; padding-bottom: 10px; border-color: #C60C30; }

.btn:active, 
.btn.active { box-shadow: none; color: #C60C30; background:#e8e3db; border:1px solid #979797; }
a.btn.disabled, 
fieldset[disabled] a.btn { color:#000000; opacity:0.3; border:1px solid #979797; }

.btn-group .btn { padding-top: 20px; padding-bottom: 20px; border-right: none; }
.btn-group .btn:last-child { border-right: 1px solid #979797; }

/* form elements */
form .form-control { box-shadow: none; border-radius: 0; border-color: #979797; }
form .form-control:focus { box-shadow: none; border-color: #505050; } 

/* header */
.header { background-color: #C40232; color: #FFF; height: 80px; }
.header a { color: #FFF; }
.header .logo { display: block; float: left; margin: 20px 0; }
.header .logo img { max-height: 40px; }
.header > .container { position: relative; }

.header .menu { display: block; float: left; margin: 0 40px; }
.header .menu li { padding-left: 14px; padding-right: 14px; }
.header .menu li a { font-family: "nimbus-sans", arial, sans-serif; font-size: 22px; font-weight: 300; line-height: 26px; padding: 0; text-decoration: none; margin: 43px 0 0 0; display: inline-block; }
.header .menu li a:hover,
.header .menu li a.active { border-bottom: 2px solid #FFF; }

.header .search-input { width: 30px; transition: width 0.5s; position: absolute; right: 50px; }
.header .search-input .form-group { margin: 20px 0 0 0; position: relative; }
.header .search-input .form-control { border-radius: 0; border: none; background-color: transparent; box-shadow: none; padding-right: 30px; transition: background-color 0.5s; }
.header .search-input .glyphicon { font-size: 20px; line-height: 30px; width: 30px; height: 30px; position: absolute; top: 5px; right: 0; color: #FFF; text-align: center; pointer-events: none; }
.header .search-input.active { width: 160px; transition: width 0.5s; }
.header .search-input.active .form-control { background-color: #FFF; transition: background-color 0.5s; }
.header .search-input.active .form-control + .glyphicon { color: #C40232; }

.header .c-hamburger { display: block; float: right; margin: 21px 0 0 0; }

.header .mobile-menu { width: 100%; position: absolute; background-color: #FFF; z-index: 9999; box-sizing: border-box; }
.header .mobile-menu li { padding: 15px; min-height: 74px; border-bottom: 1px solid #CCC; }
.header .mobile-menu li a { color: #000; text-decoration: none; display: block; font: 24px/30px "HelveticaNeueDeskInterface-Regular", Helvetica, Arial; padding: 6px 0; }
.header .mobile-menu li a .glyphicon { color: #CCC; }

@media (min-width: 768px) {
	.header { height: 100px; position: fixed; z-index: 999; width: 100%; }
	.header .logo { margin: 25px 0; }
	.header .logo img { max-height: none; }
	.header .search-input .form-group { margin: 30px 0 0 0; }
	.header .mobile-menu { width: 370px; right: 0; }
	.header .c-hamburger { margin: 31px 0 0 0; }
}

@media (min-width: 992px) {
	.header .search-input { right: 10px; }
}

/* footer */
.footer { background-color: #000; color: #FFF; padding-top: 30px; font-weight: 200; font-family: "Chronicle Display A", "Chronicle Display B"; }

.footer .language-switcher { margin-top: 10px; }
.footer .language-switcher .dropdown-toggle {
	font: 100 16px/30px "nimbus-sans", arial, sans-serif;
	display: block;
	text-decoration: none;
	color: #FFF;
	height: 30px; 
	padding: 0 30px 0 10px; 
    border: 1px solid #FFF;
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBmaWxsPSIjN2Y3ZjdmIiBkPSJNMTQuODMgMTYuNDJMMjQgMjUuNTlsOS4xNy05LjE3TDM2IDE5LjI1bC0xMiAxMi0xMi0xMnoiLz48L3N2Zz4=) no-repeat right center;
    background-size: 30px 26px;
	-webkit-background-size: 30px 26px;
	
}
.footer .language-switcher .dropdown-menu {
	padding: 10px 15px 0px 15px;
	border-radius: 0;	
	right: 0;
}
.footer .language-switcher .dropdown-menu a {
	display: block;
	font: 100 16px/30px "nimbus-sans", arial, sans-serif;
	text-decoration: none;
	color: #505050;
	
}


.footer .footer-links { margin-bottom: 0; font-size: 16px; font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; }
.footer .footer-links li { padding: 5px 0; }
.footer .footer-links a { color: #FFF; text-decoration: none; }
.footer .fine-print { background-color: #FFF; color: #000; margin-top: 30px; padding-top: 20px; padding-bottom: 10px; }
.footer .fine-print a { color: #000; text-decoration: none; font: 12px/14px "nimbus-sans", arial, sans-serif; }
.footer .fine-print .terms-links a:hover { color: #C60C30; }
.footer .fine-print .social { float: right; }
.footer .fine-print .social a { font-size: 20px; margin: 0 3px; display: block;}

@media (min-width: 768px) {
	.footer .fine-print .social { overflow: hidden; float: none; text-align: right; margin-bottom: 15px; }
	.footer .fine-print .social a { display: inline-block;}
}


/*------------------------------------*\
    WIDGETS
\*------------------------------------*/
/* tiles */
.tile { color: #505050; padding: 30px 30px 0px 30px; margin-bottom: 30px; position: relative; }
.tile.with-link { padding-bottom: 30px; }
.tile.slide-up { opacity: 0; }
.tile .tile-category { margin: 0px; font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; }
.tile > img.tile-image { margin: 15px 0; }
.tile .tile-date { margin-top: 30px; }
.tile .tile-heading { margin: 15px 0 40px 0; color: #505050; }
.tile .tile-heading.narrow-bottom { margin-bottom: 10px; }
.tile .tile-body { margin-bottom: 30px; }
.tile .tile-body.narrow-bottom { margin-bottom: 10px; }
.tile .tile-body.large-body, .tile .tile-body.large-body p { font-size: 24px; line-height: 30px; }
.tile .tile-body ul { font-size: 24px; line-height: 30px; }
.tile .tile-body ul li { margin-top: 20px; padding-bottom: 20px; border-bottom: 2px solid rgba(80,80,80,0.3); }
.tile .tile-body ul li:last-child { border: none; padding-bottom: 0; }
.tile .tile-body ul li a:hover, .tile .tile-body ul li a:focus, .tile .tile-body ul li:active { text-decoration: none; }
.tile .tile-link a { font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; }
.tile .tile-link a:after { font-family: 'Glyphicons Halflings'; content: "\e258"; position: relative; top: 3px; left: 10px; }
.tile .tile-cover { position: absolute; right: 20px; top: 20px; }
.tile .tile-vertical-align { min-height: 180px; line-height: 180px }
.tile .date-line.blog-date { margin: 15px 0 -12px 0; }

.tile.tile-border { border:2px solid #83B2bB; }
.tile.tile-border hr { border-top: 2px solid #83B2bB; }
.tile.tile-border .tile-category { color: #5a98a6; }
.tile.tile-border .tile-heading a { color: #505050; text-decoration: none; }
.tile.tile-border .tile-heading a:hover { color: #C60C30; }
.tile.tile-border .tile-link { font-size: 16px; position: absolute;  bottom: -2px; left: 0px; background: #fff; display: inline-block; padding: 0 30px 0 0; min-height: 10px; }
.tile.tile-border .tile-link a { color: #5a98a6; text-decoration: none; margin-left: 30px;}
.tile.tile-border .tile-link a:hover span { border-bottom: 2px solid #83B2bB; }
.tile.tile-border.with-link .tile-link { bottom: -10px; }

.tile.tile-border.black,
.tile.tile-border.black hr { border-color: #CBCBCB; }
.tile.tile-border.black .tile-category { color: #505050; }
.tile.tile-border.black .tile-heading { color: #C60C30; }
.tile.tile-border.black .tile-heading a { color: #C60C30; text-decoration: none; }
.tile.tile-border.black .tile-heading a:hover { color: #505050; }
.tile.tile-border.black .tile-link a { color: #505050; }
.tile.tile-border.black .tile-link a:hover { color: #C60C30; }
.tile.tile-border.black .tile-link a:hover span { border-bottom: 2px solid #C60C30; }

.tile.tile-border.red,
.tile.tile-border.red hr { border-color: #C60C30; }
.tile.tile-border.red .tile-category { color: #C60C30; }
.tile.tile-border.red .tile-heading { color: #505050; }
.tile.tile-border.red .tile-heading a { color: #505050; text-decoration: none; }
.tile.tile-border.red .tile-heading a:hover { color: #505050; }
.tile.tile-border.red .tile-link a { color: #505050; }
.tile.tile-border.red .tile-link a:hover { color: #505050; }
.tile.tile-border.red .tile-link a:hover span { border-bottom: 2px solid #505050; }

.tile.tile-solid { background:#e8e3db; color:#505050; padding-bottom: 1px; }
.tile.tile-solid.with-link { padding-bottom: 30px; }
.tile.tile-solid.white { background: #FFF; }
.tile.tile-solid.blue { background: #A9D9E3; } 
.tile.tile-solid .tile-heading.white { background-color: #FFF; color: #C60C30; }
.tile.tile-solid .tile-heading.tan { background:#e8e3db; color:#505050; }
.tile.tile-solid .tile-heading.push-right { position: relative; left: 35px; z-index: 1; padding: 45px 35px; }
.tile.tile-solid .tile-heading.push-left { position: relative; left: -35px; z-index: 1; padding: 45px 35px; }
.tile.tile-solid .tile-link a { color:#505050; text-decoration: none; font-size: 16px; line-height: 18px; }

@media (min-width: 992px) {
	.tile.tile-solid .tile-heading.push-right { width: 125%; left: 70px; padding-right: 65px; }
	.tile.tile-solid .tile-heading.push-left { width: 125%; left: -200px; padding-left: 65px; }
}

.tile.tile-border.tile-image { padding: 0; margin-bottom: 30px; border: none; }
.tile.tile-border.tile-image .tile-body { padding: 30px; border-right: 2px solid #83B2bB; border-left: 2px solid #83B2bB; border-bottom: 2px solid #83B2bB; }
.tile.tile-border.tile-image .tile-link { bottom: -8px; left: 2px; }
.tile.tile-border.tile-image.black .tile-body { border-color: #505050; }
.tile.tile-border.tile-image .video-link { position: relative; }
.tile.tile-border.tile-image .video-link .play { position: absolute; bottom: 20px; left: 20px; }


/* Bio link */
.bio { position: relative; color: #505050; border:2px solid #CBCBCB; padding: 20px; margin-bottom: 30px; }
.bio a { color: #c60c30; text-decoration: none; }
.bio a:hover { color: #505050; text-decoration: none;}
.bio .bio-category { font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; }
.bio .position { font-family: "nimbus-sans", arial, sans-serif; font-weight: lighter; font-size: 16px; }
.bio .name { font-size:24px; line-height:30px; }
.bio .pager-label { font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; font-size:16px; line-height:21px; }
.bio.previous:before,
.bio.next:after { font-family: 'Glyphicons Halflings'; position: absolute; bottom: 20px; color: #CBCBCB; background-color: #FFF; padding: 5px 0; font-size: 14px; }
.bio.next:after { content: "\e258"; right: -7px; }
.bio.previous:before { content: "\e257"; left: -7px; }

.bio.fixed-height { min-height: 228px; }

.bio.fixed-height .name { height: 60px; }

.bio-image + .bio { border-top: none; }

/* banner */
.banner { min-height: 300px; background-repeat: no-repeat; background-position: center center; background-size: cover; margin-bottom: 60px; }
.banner.small-banner { min-height: 400px; }
@media (min-width: 768px) {
	.banner { min-height: 500px; }
	.banner.x-small-banner { min-height: 300px; margin-bottom: 40px; }
	.banner.small-banner { min-height: 400px; height: 400px; }
}


/* blog masonry grid */
.grid { margin: 0 auto 40px auto; padding: 0; }
.grid .grid-sizer,
.grid .grid-item { width: 290px; }
.grid .grid-item { height: auto; float: left; position: relative; margin: 15px 0px; }

@media (min-width: 768px) {
	.grid .grid-item.item-wide { width: 610px; }
}

@media (min-width: 992px) {
	.grid .grid-sizer,
	.grid .grid-item { width: 360px; }
	.grid .grid-item.item-wide { width: 750px; }
}

/* share */
.share-bar { font: lighter 16px/22px "nimbus-sans", arial, sans-serif; margin-bottom: 30px; display: block; overflow: hidden; color: #505050; }
.share-bar a { font-size: 25px; margin-left: 18px; display: inline-block; color: #CBCBCB; text-decoration: none; }
.share-bar a:hover { color: #C60C30; }

/* video tile */
.video-tile { background-color: #31556d; color: #FFF; padding: 13px 23px; margin: 0 20px 40px 5px; }
.video-tile h5 { overflow: hidden; }
.video-tile h5 a { color: #FFF; }
.video-tile h5 a img { display: inline-block; float: left; margin-right: 22px; height: 60px; }

/* loading */
.loading-more { text-align: center; font: 300 14px/16px "nimbus-sans", arial, sans-serif; color:#505050; }
.loading-more img { width: 32px; height: 32px; margin-bottom: 10px; }

/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/
.come-in { opacity: 0; transform: translateY(150px); animation: come-in 1.8s ease forwards; }
.fast .come-in { animation-duration: 0.5s; /* So they look staggered */ }
.already-visible { transform: translateY(0); animation: none; opacity: 1; }

@keyframes come-in {
	to { transform: translateY(0); opacity: 1; }
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* landing */
.landing .banner .background-white { background-color: #FFF; color: #C60C30; padding: 30px; }
.landing .banner .flush-right { position: relative; right: -15px; top: 50px; }
.landing .banner .tile.push-down { position: relative; top: 110px; z-index: 1; }

@media (min-width: 768px) {
	.landing .banner .background-white { padding: 50px 200px 40px 60px; }
	.landing .banner .flush-right { top: 150px; }
}

/* directory */
.profile-tile { color: #505050;  margin-bottom: 30px; position: relative;  }
.profile-tile .tile-body { position: relative; line-height: 20px; margin-bottom: 30px; padding: 10px 20px; border-right: 2px solid #CBCBCB; border-left: 2px solid #CBCBCB; border-bottom: 2px solid #CBCBCB; }
.profile-tile .tile-body h4 { margin: 0; }
.profile-tile .tile-body h4 a:hover { color: #505050; text-decoration: none; }
.profile-tile .tile-body p { margin-bottom: 20px; }
.profile-tile .tile-link { position: absolute;  bottom: -5px; left: 0px; background: #fff; display: inline-block; padding: 0 20px 0 0; min-height: 10px; }
.profile-tile .title { font-family: "nimbus-sans", arial, sans-serif; font-size: 14px; font-weight: 700; }
.profile-tile .tel { font-family: "nimbus-sans", arial, sans-serif; font-size: 16px; font-weight: 300; }
.profile-tile .email { font-family: "nimbus-sans", arial, sans-serif; font-size: 16px; font-weight: 300; }
.profile-tile .bio-past { font-family: "nimbus-sans", arial, sans-serif; font-size: 14px; font-weight: 300; line-height: 16px; }
.profile-tile .img-border { position: relative; border-right: 2px solid #CBCBCB; border-left: 2px solid #CBCBCB; border-top: 2px solid #CBCBCB; }

@media (min-width: 768px) {
	.directory .filter { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }
	.directory .filter .col { display: table-cell; vertical-align: top; float: none; width: 1%; padding: 10px 10px 0 10px; }
	.directory .filter .cols .col:first-child { padding-left: 0; width: 2%; }
	.directory .filter .cols .col:last-child { padding-right: 0; width: .5%; }
} 
.directory .filter label { text-align: center; font-family: "nimbus-sans", arial, sans-serif; font-weight: normal; background-color: #C60C30; color: #FFF; display: block; line-height: 50px;  }
.directory .filter button { text-align: center; font-family: "nimbus-sans", arial, sans-serif; font-weight: normal; background-color: #C60C30; color: #FFF; display: block; line-height: 35px; width: 100%; border: 1px solid #C60C30; } 

.directory .filter .form-group.select-filter select { 
	height: 50px; 
	padding: 0 33px 0 20px; 
	font-size: 18px;
	line-height: 18px;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
    border: 0;  
    border: 1px solid #979797;
	background: white url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBmaWxsPSIjN2Y3ZjdmIiBkPSJNMTQuODMgMTYuNDJMMjQgMjUuNTlsOS4xNy05LjE3TDM2IDE5LjI1bC0xMiAxMi0xMi0xMnoiLz48L3N2Zz4=) no-repeat right center;
    background-image: none \9;
    background-size: 40px 33px;
	-webkit-background-size: 40px 33px;
}
.directory .filter .form-group.select-filter select::-ms-expand { display: none; }

.directory .filter .form-group.search { position: relative; }
.directory .filter .form-group.search .glyphicon { position: absolute; right: 15px; top: 15px; } 
.directory .filter .form-group.search .form-control { padding-right: 40px; height: 50px; display: inline-block; }

.directory .filter-container { padding: 20px; background-color: #e8e3db; }
.directory .filter-container .filter-title { font-size: 26px; line-height: 32px; margin-bottom: 15px; }

.directory .filter-clear { font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; font-size: 16px; color: #505050; }
.directory .filter-clear:hover { text-decoration: none; color: #C60C30; }
.directory .filter-clear:focus { text-decoration: none; color: #505050; }
.directory .filter-clear:after {
    font-family: 'Glyphicons Halflings';
    content: "\e258";
    position: relative;
    top: 3px;
    right: 0;
    margin-left: 8px;
}

.directory .before-filter {}
.directory .after-filter { display: none; }

.directory .filter .form-control:focus { box-shadow: none; border-color: #979797; } 
.directory .filter ::-webkit-input-placeholder { color: #505050; }
.directory .filter :-moz-placeholder { color: #505050; opacity: 1; }
.directory .filter ::-moz-placeholder { color: #505050; opacity: 1; }
.directory .filter :-ms-input-placeholder { color: #505050; }
.directory .filter *:focus { outline: none; }

.directory .loading { position: absolute; left: 50%; transform: translate(-50%, 0); top: 70px; color: #C60C30; font-family: "nimbus-sans", arial, sans-serif; }

.profile-banner { margin-top: 30px; margin-bottom: 20px; position: relative; }
@media (min-width: 768px) {
	.profile-banner .overlap { background-color: #FFF; padding-bottom: 20px; overflow: hidden; position: absolute; bottom: 0; width: 100%; }
	.directory .filter-container { padding: 30px; }
	.directory .filter-container .filter-title { margin-bottom: 5px; }
}
.profile .tag-line { font-weight: bold; margin-bottom: 25px; }
.profile .excerpt { color: #505050; font-weight: lighter; }

/* offerings */
.offering { position: relative; }
.offering a + .card { position: relative; margin-left: 40px; margin-top: -60px; padding: 10px 20px 20px 30px; background-color: #FFF;  }
.offering .card h3 { margin-bottom: 30px; }
.offering .card h3 a:hover { color: #505050; text-decoration: none; }
.offering .card p { margin-bottom: 25px; }
.offering .card > a { font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; }

.offering-banner { margin-top: 30px; }

@media (min-width: 992px) {
	.offering .video-tile { margin-top: -120px; }
}

.offering .full-banner { position: relative; height: 400px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.offering .full-banner .container { position: relative; top: 230px; }
.offering .full-banner .white-tile { background-color: #FFF; padding: 30px 0; padding-left: 50%; width: 150%; left: -50%; position: relative; }
.offering .full-banner .white-tile h2 { margin: 0; }

.offering .team h4 { margin-bottom: 20px; }
.offering .team .member { padding-bottom: 10px; }

/* blog */
.blog .filter { margin-top: 10px; }
.blog .filter h1 { line-height: 48px; }
.blog .grid .tile { padding-top: 12px; }
.blog .grid .tile .tile-category { margin-bottom: 0; }
.blog .grid .tile img { margin-top: 11px; }
.blog .grid .tile .tile-heading { margin-top: 20px; }
.blog .grid .tile-solid .tile-link a { font-weight: 400; }
.blog .grid .tile-solid .btn-primary, 
.blog .tile-solid .btn-primary-dark { background: #505050; color: #FFF; font-family: "nimbus-sans", arial, sans-serif; padding: 7px 35px 7px 35px; font-weight: 400; } 

.blog .filter .form-group select { 
	height: 40px;
	padding: 0 33px 0 15px; 
	font-size: 16px;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
    border: 0;  
    border: 1px solid #979797;
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBmaWxsPSIjN2Y3ZjdmIiBkPSJNMTQuODMgMTYuNDJMMjQgMjUuNTlsOS4xNy05LjE3TDM2IDE5LjI1bC0xMiAxMi0xMi0xMnoiLz48L3N2Zz4=) no-repeat right center;
    background-image: none \9;
    background-size: 33px 33px;
	-webkit-background-size: 33px 33px;
}
.blog .filter .form-group select::-ms-expand { display: none; }

@media (min-width: 992px) {
	.content-column { margin-top: -130px; background-color: #FFF; }
	.content-column.narrow-column { margin-top: -80px;}
}
.single-blog h1 { margin-bottom: 35px; }
.single-blog .date-line { margin-bottom: 35px; }
.single-blog .content img { display: block; max-width: 100%; height: auto; }

/* search-page */
.search-page article { border-bottom: 2px solid #F2F2F2; margin-bottom: 35px; padding-bottom: 25px; }
.search-page article h3 { margin: 15px 0 15px 0; }
.search-page article h3 a { color: #000000; text-decoration: none; }
.search-page article h3 a:hover { color: #C60C30; }
.search-page .search-form .form-group { position: relative; margin-bottom: 40px; }
.search-page .search-form .form-group .form-control { height: 40px; font-size: 16px; }
.search-page .search-form .form-group .glyphicon { position: absolute; right: 13px; top: 11px; } 

/* newsroom */
.newsroom .section-title { margin-bottom: 35px; margin-top: 0; }
.newsroom article { border-bottom: 2px solid #F2F2F2; margin-bottom: 35px; padding-bottom: 25px; }
.newsroom article h3 { margin: 15px 0 15px 0; }
.newsroom article h3 a { color: #000000; text-decoration: none; }
.newsroom article h3 a:hover { color: #C60C30; }

.newsroom .search { margin-bottom: 50px; }
.newsroom .search .form-group { position: relative; }
.newsroom .search .form-group .glyphicon { position: absolute; right: 15px; top: 20px; } 
.newsroom .search .form-group .form-control { color: #000; font-weight: bold; font-family: "nimbus-sans", arial, sans-serif; background-color: #F6F6F6; padding-top: 18px; padding-bottom: 18px; padding-right: 30px; height: 60px; }
.newsroom .search ::-webkit-input-placeholder { color: #000; font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; }
.newsroom .search input:-moz-placeholder { color: #000; font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; }
.newsroom .search ::-moz-placeholder { color: #000; font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; }
.newsroom .search :-ms-input-placeholder { color: #000; font-family: "nimbus-sans", arial, sans-serif; font-weight: bold; }

.newsroom .dropdown .btn.btn-tabs { text-align: left; padding: 15px; font-weight: normal; }
.newsroom .dropdown .btn.btn-tabs .glyphicon { float: right; }

.single-newsroom .page-header { margin-top: 30px;}
.single-newsroom .page-header .date-line { margin-bottom: 15px; }
.single-newsroom .page-header .btn.back { margin-bottom: 40px; }
.single-newsroom .content img { display: block; max-width: 100%; height: auto; }

/* contact us */
.contact-us form .btn.btn-tabs { font-weight: bold; }
.contact-us form select.form-control { 
	color: #505050;
	height: 40px; 
	padding: 0 30px 0 10px; 
	font-size: 14px;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
    border: 0;  
    border: 1px solid #979797;
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBmaWxsPSIjN2Y3ZjdmIiBkPSJNMTQuODMgMTYuNDJMMjQgMjUuNTlsOS4xNy05LjE3TDM2IDE5LjI1bC0xMiAxMi0xMi0xMnoiLz48L3N2Zz4=) no-repeat right center;
    background-image: none \9;
    background-size: 30px 26px;
	-webkit-background-size: 30px 26px;
}
.contact-us form select.form-control::-ms-expand { display: none; }
.contact-us form textarea { height: 150px; }


.contact-us .white-tile { background-color: #FFF; position: relative; padding: 5px 30px 45px 30px; margin-top: -275px; z-index: 100; }
.contact-us .aligned-tile { padding: 0 0 0 30px; }
.contact-us .white-tile h3 { margin-top: 0; }
.contact-us .banner .white-tile { /*padding: 5px 35px 50px 20px;  margin-top: 135px; z-index: 100;*/ }

@media (max-width: 991px) {
	.contact-us .white-tile { padding: 5px 15px; }
	.contact-us .aligned-tile { padding: 0 15px; }
	.contact-us section.big { padding-left: 15px; padding-right: 15px; }
}

@media (min-width: 992px) {
	.contact-us .banner { height: 400px; }
	.contact-us .aligned-tile { padding: 0 30px; }
}

@media (min-width: 1200px) {
	.contact-us .white-tile.overlap-left {
		left: -130px;
		padding: 25px 20px;
		top: 65px;
		width: 130%;
	}
	
	.contact-us .white-tile.overlap-right {
		right: -150px;
		padding: 20px 20px;
		top: 60px;
		z-index: 1;	
	}
}

/* locations */
.locations label { font: bold 16px/18px "nimbus-sans", arial, sans-serif; }
.locations .btn-primary:HOVER,
.locations .btn-primary:FOCUS { color: #FFF; background-color: #C60C30; border-color: #C60C30; }
.locations .white-tile { background-color: #FFF; position: relative; padding: 5px 15px; }
.locations .white-tile h2 { margin-top: 0; margin-bottom: 35px; }

@media (min-width: 768px) {
	.locations .white-tile.overlap-right {
		padding: 20px 20px 0px 0px;
		margin-top: 50px;
		margin-bottom: 50px; 
		z-index: 1;	
		width: 150%;
	}
	
	.locations .white-tile.overlap-left {
		padding: 20px 0px 30px 30px;
		margin-top: 50px;
		margin-bottom: 50px; 
		margin-left: -50%;
		z-index: 1;	
		width: 150%;
	}
}

/* subscribe modal */ 
#subscribeModal form .btn.btn-tabs {
    font-weight: bold;
    border-color: #C60C30;
}

/* custom list bullet */
.custom-bullet > ul {
	list-style: none;
	padding-left: 0;
  	margin: 0 0 20px 0;
}
.custom-bullet > ul li {
	background: url('') left 12px no-repeat;
	background-size: 4px 4px;
	margin: 0 0 8px 0;
	padding-left: 15px;
}
.custom-bullet > ul li {
  	background-image: url(images/icons/red-square-bullet.png);
}
.custom-bullet > ul li {
 	background-image: url(images/icons/red-disc-bullet.png);
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.post-edit-link {
	margin: 0 0 20px 0;
	display: inline-block;
}

.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;
}
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:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* medium screen */
@media (max-width: 1199px) and (min-width: 992px) {
	.directory .filter .form-group label,
	.directory .filter .form-group.select-filter select,
    .directory .filter .form-group.search .form-control {
    	font-size: 14px;
    }
}

/* print mode */
@media print {
    #cookie-law-info-bar { 
    	display: none !important; 
    }
    .date-line a[href]:after {
        content: none !important;
    }
}

/* SearchWP Live Ajax Search */
.searchwp-live-search-results { border-radius: 0 !important; }
.searchwp-live-search-result a { white-space: unset !important; line-height: 1.3em !important; }