/*
Theme Name: Bridger Fund
Author: Optik
Description: Bridger Fund
Version: 21.1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bridgerfund
*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
html {
	background: #f3f3f3;
}
/*
@font-face {
	font-family: 'Avenir';  
	src:	url('fonts/AvenirNextLTPro-Regular.otf'),
			url('fonts/AvenirNextLTPro-Regular.eot'),
			url('fonts/AvenirNextLTPro-Regular.ttf'),
			url('fonts/AvenirNextLTPro-Regular.woff');  
	font-weight: normal;  
}

@font-face {
	font-family: 'AvenirBold';  
	src: 	url('fonts/AvenirNextLTPro-Bold.otf'),
			url('fonts/AvenirNextLTPro-Bold.eot'),
			url('fonts/AvenirNextLTPro-Bold.ttf'),
			url('fonts/AvenirNextLTPro-Bold.woff');  
	font-weight: normal;
}*/

body {
    /*font-family: 'Avenir';
	font-family: 'Roboto', sans-serif;*/
	font-family: Lato, arial, sans-serif;
	color: rgb(94, 94, 94);
	min-width: 300px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cabin', arial, sans-serif;
	color: rgb(19, 49, 86);
}

p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.4;
}

label {
	font-weight: 300;
}

.main-content li {
	font-size: 16px;
}

strong {
	/*font-family: AvenirBold;*/
	font-weight: 700;
}

@media (min-width: 768px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

a {
	color: inherit;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: none;
	outline: none !important;
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
    color: inherit;
    outline: none;
    outline-offset: unset;
}

.fl-accordion-button-label:focus, .fl-accordion-button-label:active, .fl-accordion-button-icon:focus, .fl-accordion-button-icon:active {
	outline: none !important;
}

.container-fluid {
	width: 1750px;
	max-width: 100%;
	margin: auto;
}

.navbar {
	position: relative; /*BB Fix*/
}

/* .navbar-default .container-fluid { 
	padding-left: 30px; 
	padding-right: 30px;
} */

.navbar-toggle {
	margin-top: 5px;
	margin-right: 0;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
	background-color: #2a4567;
    border-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
/*     max-height: 450px;
    padding-right: 5px; */
	padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #FFFFFF;
}

.navbar-nav .btn-grn {
	color: #fff;
    background-color: #005487;
    border-color: transparent;
	font-weight: bold;
}

.navbar-nav .btn-grn:hover {
	color: #fff;
	background-color: #009ABF;
	border-color: transparent;
	font-weight: bold;
}

.navbar-nav .btn-orange {
	color: #fff;
    background-color: #DF6A2E;
    border-color: transparent;
	font-weight: bold;
}

.navbar-nav .btn-orange:hover {
	color: #fff;
	background-color: #f59462;
	border-color: transparent;
	font-weight: bold;
}

#quoteRequest {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #ffffff !important;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

.site-content {
/* 	min-height: 600px;
	margin-top: 90px; */
}

.row {
	margin-left: 0;
	margin-right: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.section-label {
	font-size: 20px;
/* 	color: #6ABF4B; */
	color: #133156;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	font-weight: bold;
}

.info-item {
	margin-bottom: 5px;
}

.nopad {
	padding: 0;
}

.nopad-l {
	padding-left: 0;
}

.nopad-r {
	padding-right: 0;
}

.center {
	text-align: center;
}

.bg-grn {
	background-color: #DF6A2E;
}

.rotate-angle-left {
	-webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.add-on .input-group-btn > .btn {
	border-left-width:0;left:-2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.add-on .form-control:focus {
	box-shadow:none;
	-webkit-box-shadow:none; 
	border-color:#cccccc; 
}

.bg-img-ctr {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-404 {
	padding-top: 50px;
}

.full-w {
	width: 1750px;
	max-width: 100%;
	margin: auto;
}

/*Home*/
#homeHero {
	min-height: 600px;
	width: 1750px;
	max-width: 100%;
	margin: auto;
}

#homeHero .item {
    min-height: 650px;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#homeHero .cap-block {
	width: 585px;
    max-width: 100%;
    padding-left: 45px;
}

#homeHero .slider-caption .slider-text-1 {
	text-align: left;
	text-transform: uppercase;
	font-size: 28px;
	padding-top: 165px;
/* 	padding-left: 70px; */
	color: #ffffff;
	font-weight: bold;
	font-weight: 700;
    text-shadow: 1px 1px 3px #000;
	line-height: 1.3;
}

#homeHero .slider-caption .slider-text-2 {
	text-align: left;
	font-size: 25px;
	padding-top: 30px;
/* 	padding-left: 70px; */
	color: #ffffff;
    text-shadow: 1px 1px 3px #000;
	line-height: 1.3;
}

#homeHero #treasurySwapRates {
	width: 375px;
    max-width: 100%;
    height: 580px;
    background: rgba(106, 191, 75, 0.85);
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 99;
	padding: 20px;
    margin-top: 15px;
}

#homeHero #treasurySwapRates .rate {
	line-height: 2;
	font-size: 13px;
}

#homeHero #treasurySwapRates .rate td:nth-child(2) {
	font-weight: bold
}

#homeHero #treasurySwapRates #libor12mo, #homeHero #treasurySwapRates #tres30yr, #homeHero #treasurySwapRates #swap10y {
	border-bottom: 1px solid;
}

#homeHero #treasurySwapRates .right {
	float: right;	
}

#homeHero #treasurySwapRates #top {
	font-size: 17px;
}

#homeHero #treasurySwapRates #date {
	margin-bottom: 20px;
}

#homeHero #treasurySwapRates #delay {
	margin-top: 20px;
	font-size: 11px;
}

#homeSlider {
	height: 640px;
	width: 1750px;
	max-width: 100%;
	margin: auto;
}

#homeSlider .item {
    height: 640px;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-indicators li, .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0 2px;
	border: 2px solid #fff;
}

#homeSlider .slider-caption {
	/*background-color: rgba(0, 0, 0, 0.2);*/
    height: 100%;
    /*width: 100%;*/
}

#homeSlider .slider-caption .slider-text-1 {
	text-align: left;
	text-transform: uppercase;
	font-size: 32px;
	padding-top: 130px;
	padding-left: 70px;
	color: #ffffff;
	font-weight: bold;
	font-weight: 700;
    text-shadow: 1px 1px 3px #000;
	line-height: 1.3;
}

#homeSlider .slider-caption .slider-text-2 {
	text-align: left;
	font-size: 22px;
	padding-top: 30px;
	padding-left: 70px;
	color: #ffffff;
    text-shadow: 1px 1px 3px #000;
	line-height: 1.3;
}

#treasurySwapRates {
	width: 375px;
    max-width: 100%;
    height: 470px;
    background: rgba(106, 191, 75, 0.85);
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 83px;
    z-index: 99;
	padding: 20px;
    margin-top: 15px;
}

#treasurySwapRates .rate {
	line-height: 2;
	font-size: 13px;
}

#treasurySwapRates .rate td:nth-child(2) {
	font-weight: bold
}

#treasurySwapRates #libor12mo, #treasurySwapRates #tres30yr, #treasurySwapRates #swap10y {
	border-bottom: 1px solid;
}

#treasurySwapRates .right {
	float: right;	
}

#treasurySwapRates #top {
	font-size: 17px;
}

#treasurySwapRates #date {
	margin-bottom: 20px;
}

#treasurySwapRates #delay {
	margin-top: 20px;
	font-size: 11px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 2px;
}

.table>thead>tr>th {
	font-size: 13px;
	text-align: right;
}


#requestQuoteForm label {
    display: block;
    font-weight: normal;
}

#requestQuoteForm .form-control {
    border-radius: 0;
}

#requestQuoteForm .form-label {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

#requestQuoteForm p {
	margin: 0;
}

#requestQuoteForm .btn-grn {
	font-weight: bold;
}


/*Blog*/
.blog-posts {
	padding: 0;
}

.blog-post-single {
	width: 1200px;
	max-width: 100%;
	margin: auto;
}

.blog-post-single .col-sm-1 {
	padding: 0;
}

.blog-img {
	margin-bottom: 20px;
}

.blog-title {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
	/*font-family: AvenirBold;*/
	font-weight: 700;
}

.blog-date {
	margin-bottom: 15px;
}

.blog-content {
    margin-bottom: 20px;
}

.blog-grid-post .blog-img {
	height: 200px;
}

.blog-grid-post .blog-content {
	min-height: 300px;
}

.blog-arrow {
	margin-top: 180px;
    text-align: center;
}

.blog-arrow .fa, .blog-arrows-mobile .fa {
	font-size: 40px;
    color: #cccccc;
}

.single-blog-heading {
	padding-top: 60px; 
	font-size: 22px; 
	color: #848383; 
	padding-left: 15px; 
	font-weight: bold;
}

.single-post #breadcrumbs {
	margin-bottom: 15px;
    padding-left: 15px;
}

/*White Papers*/
.white-papers {
	padding: 0;
}

.whitepaper-single {
	width: 1200px;
	max-width: 100%;
	margin: auto;
}

.whitepaper-single .col-sm-1 {
	padding: 0;
}

.whitepaper-img {
	margin-bottom: 20px;
}

.whitepaper-title {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
	/*font-family: AvenirBold;*/
	font-weight: 700;
}

.whitepaper-date {
	margin-bottom: 15px;
}

.whitepaper-content {
    margin-bottom: 20px;
}

.whitepaper-grid-post .whitepaper-img {
	height: 200px;
}

.whitepaper-grid-post .whitepaper-content {
	min-height: 270px;
}

.whitepaper-arrow {
	margin-top: 180px;
    text-align: center;
}

.whitepaper-arrow .fa, .whitepaper-arrows-mobile .fa {
	font-size: 40px;
    color: #cccccc;
}

.single-whitepaper-heading {
	padding-top: 60px; 
	font-size: 22px; 
	color: #848383; 
	padding-left: 15px; 
	font-weight: bold;
}

.single-whitepaper #breadcrumbs {
	margin-bottom: 15px;
    padding-left: 15px;
}


.single-press #breadcrumbs {
	margin-bottom: 15px;
    padding-left: 15px;
}

/* Post and White Paper Nav */
.archive-section-link {
	margin-bottom: 10px
}

.pagination .current, .pagination .page-numbers:hover {
	/*font-weight: bold;*/
	/*font-family: AvenirBold;*/
	font-weight: 700;
}

#viewArchive {
	margin-top: 20px;
}

/*Side Menu*/
.side-menu ul {
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.side-menu ul li {
	color: #000000;
	font-size: 15px;
	list-style-type: none;
	padding: 2px 0 2px 10px;
	border-left: 5px solid transparent;
	margin-bottom: 3px;
}

.side-menu ul li:hover {
/* 	border-left: 5px solid #6ABF4B; */
	border-left: 5px solid #133156;
	cursor: pointer;
}
.side-menu ul li a {
	width: 100%;
    display: block;
	color: #000000;
    font-size: 15px;
}

.side-menu ul li a:hover {
	text-decoration: none;
}

#departmentsMenu, #officesMenu {
	margin-bottom: 30px;
}

.side-menu .current-menu-item {
/* 	background-color: #f5f5f5;
    border-left: 5px solid #6ABF4B; */
	background-color: #E6E7E8;
    border-left: 5px solid #54575A;
}


/*Home Transactions Section*/
#recentTransactions {
	margin-top: 20px;
/* 	height: 705px;
	overflow: hidden; */
}

#recent-transactions .side-menu .left, #recent-transactions .side-menu .right {
	float: left;
	width: 200px;
}

#recentTransactions .item {
	color: #000000;
	height: 380px;
	padding: 0 5px;
	text-decoration: none;
}
/*
#recentTransactions .odd {
	background-color: #f1efef;
}

#recentTransactions .even {
	background-color: #e0e0e0;
}
*/
#recentTransactions .transaction-summary-image {
	color: #000000;
    height: 230px;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#recentTransactions .transaction-summary {
	padding: 10px 10px 10px 0;
}

#recentTransactions .transaction-summary p {
	margin: 0;
}

#recentTransactions .loan-amount {
	/*font-weight: bold;*/
	/*font-family: AvenirBold;*/
	font-weight: 700;
}

#transactionsProgress {
	height: 340px; 
	text-align: center; 
	padding: 75px; 
	display: none;
}

#transactionsProgress img {
	width: 100px;
}

#recentTransactions .heading {
	width: 400px;
	max-width: 100%;
	margin: auto;
	margin-top: 20px;
	padding-left: 20px;
}

#recentTransactions .heading p {
	font-size: 26px;
	margin: 0;
}

.bridgerfund-testimonials-section {
	padding: 50px 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	background-color: #f3f3f3; 
 	background-image: url('/wp-content/uploads/Bridger-Fund-CRE-Property.jpg');
	padding: 30px 10px 15px 10px;
	background-size: cover;
	background-position: bottom;
}

.footer .top {
	border-bottom: 1px solid #868686; padding-bottom: 25px; margin-bottom: 15px;
}

.footer #subscribe p {
	color: #000000;
}

.footer #links {
	margin-top: 35px;
}

.footer #links a {
	color: #000000;
	padding: 5px 10px;
}

.footer .copyright {
/* 	color: #7d7d7d; */
	color: #FFFFFF;
}

.footer p {
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 15px;
}

.footer #social {
	margin-top: 30px;
	text-align: right;
}
.footer #social .fa {
	font-size: 30px;
	color: #717171;
	margin-left: 5px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.txt-blk, .txt-blk p {
	color: #000000;
}

.txt-wht, .txt-wht p {
	color: #ffffff;
}

.txt-blu, .txt-blu p {
/* 	color: #6ABF4B; */
	color: #133156;
}

.txt-gry, .txt-gry p {
	color: #8e8e8e;
} 

.txt-up {
	text-transform: uppercase;
}

.txt-cap {
	text-transform: capitalize;
}

.ital {
	font-style: italic;
}

.bold {
	/*font-weight: bold;*/
	/*font-family: AvenirBold;*/
	font-weight: 700;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: inherit;
}

.navbar-default {
	background-color: rgb(19 49 86 / 100%);
/* 	padding: 25px 0; */
	padding: 15px 0;
	border-color: transparent;
/* 	position: fixed; */
}

.navbar-default .navbar-brand {
    width: 200px;
    text-align: center;
	padding: 0;
}

.navbar-default .navbar-brand img {
	max-width: 100%;
	width: 160px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-right {
	margin-right: 15px;
}

.navbar-form {
	padding: 0;
	padding-right: 10px;
	margin-top: 5px;
}

.navbar-form .form-control, .navbar-form .btn {
	border-radius: 0;
}
/*
.post-navigation {
	margin-top: -43px;
}
*/
.post-navigation .nav-links {
	float: right;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
	display: inline-block;
}

.post-navigation .nav-next {
	float: left;
}

.post-navigation .nav-previous {
	padding-left: 8px;
}

.post-navigation a {
	font-size: 22px;
	color: #a0a0a0;
	vertical-align: top;
}

.post-navigation a:hover {
	color: #525252;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.btn {
	border-radius: 0;
}

.btn-grn {
	color: #fff;
    background-color: #6ABF4B;
    border-color: transparent;
}

.hov-lt:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(255,255,255,.3);
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    top: 0;
    left: 0;
    position: absolute;
}

.hov-lt:hover:after {
    opacity: 1;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.mainPageTopBg {
	height: 400px;
	margin-top: -40px;
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
	width: 1750px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.mainPageTop {
	position: relative;
	height: 400px;
	background: #676767;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.50)));
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.50));
	background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.50));
	background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.50));
	background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.50));
}

.page-title-wht {
	font-size: 32px;
	text-transform: uppercase;
	/*font-weight: bold;*/
	/*font-family: AvenirBold;*/
	font-weight: 700;
	color: #ffffff;
	padding-left: 32px;
	position: absolute;
    bottom: 10px;
}

.summary .title {
/* 	font-size: 14px; */
	text-transform: uppercase;
}

.summary .position, .summary .location {
/* 	font-size: 13px; */
}

.main-content {
/* 	margin-top: 40px;
	margin-bottom: 40px;
	min-height: 400px; */
}

/*Grid*/
.grid .photo img {
	max-width: 100%;
}

.grid .summary {
	margin-top: 10px;
/* 	height: 125px; */
	font-size: 13px;
}

.grid-item {
	margin-bottom: 15px;
}

.summary .title,
.summary .title a {
/* 	color: #6ABF4B; */
	color: #133156;
}

/* Page Section Heading */
.page-section-header {
	margin-bottom: 20px;
	padding-left: 15px;
}

.page-heading {
/* 	background-color: #DF6A2E; */
	background-color: #F88D2A;
    color: #ffffff;
    padding: 5px 10px;
    width: 240px;
    font-size: 16px;
    letter-spacing: 1px;
}

.page-topline {
	border-bottom: 1px solid #F88D2A;
}

/*Team */
.team-section {
	margin-bottom: 20px;
}

.team-section .social .fa {
    font-size: 18px;
    color: #717171;
    margin: 3px 8px 3px 0;
}

.team-profile img {
	width: 200px;
}

.team-profile .social {
	width: 200px;
	margin: auto;
}

.team-profile .social .fa {
	font-size: 30px;
	color: #717171;
	float: right;
}

.team-info p {
	font-size: 13px;
}

.team-bio .background-info {
	margin-top: 30px;
}

.team-bio .heading {
	text-transform: uppercase;
	/*font-weight: bold;*/
	/*font-family: AvenirBold;*/
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.team-bio .background-info, .team-bio .affiliations {
	margin-bottom: 20px;
}

.team-bio #position {
	text-transform: uppercase;
}

.team .city {
	padding-bottom: 10px;
}

#recentTransactionPhoto {
	height: 305px;
}

#recentTransactionSummary {
	min-height: 305px;
/* 	background-color: #6ABF4B; */
	background-color: #133156;
	padding: 15px 35px 10px 35px;
}

#recentTransactionSummary .heading {
	font-size: 22px;
    /*font-weight: bold;*/
	/*font-family: AvenirBold;*/
	font-weight: 700;
}

#recentTransactionSummary .table>tbody>tr>td {
	border-top: 1px solid #ffffff;
	min-width: 120px;
}

/*Transactions */
.transaction-info .title {
	/*font-family: AvenirBold;*/
	font-weight: 700;
	color: #133156;
}

.transaction-info .loan-amount {
	text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #133156;
    margin-bottom: 15px;
}

.grid-item .photo {
	text-align: center;
}

.transaction-info .summary {
	margin-top: 10px;
	font-family: Lato, arial, sans-serif;
	text-align: center;
    font-size: 18px;
	color: #54575A;
    margin-bottom: 25px;
}

.transaction-info .summary .title,
.transaction-info .summary .title a {
/* 	color: #6ABF4B; */
	color: #133156;
	/*font-family: AvenirBold;*/
	font-weight: 700;
}

.case-study {
	margin-top: 15px;
	padding-left: 15px;
}

.post-back {
	 text-align: right; 
	 font-size: 14px; 
	 padding-top: 3px; 
	 color: #a0a0a0;
}

/*Contact Us*/
.page-id-28 {
	background-color: #f3f3f3;
}

.page-id-28 .site-content {
	border-bottom: 3px solid #ffffff;
}

.info-block {
	margin: 20px 0;
}

.ico, .info {
	display: inline-block;
	vertical-align: text-top;
}

.ico {
	height: 70px;
	width: 65px;
    text-align: center;
	margin-right: 15px;
}

.ico .fa {
	color: #313131;
}

#addressIcon {
	padding-top: 5px;
}
.ico .fa-mobile {
	font-size: 55px;
}

.ico .fa-thumb-tack, .ico .fa-envelope-o {
	font-size: 45px;
}

.info p {
	margin: 0 0 5px;
}

#contactForm {
	margin-bottom: 30px;
}

#contactForm label {
	display: block;
	font-weight: normal;
}

.form-label, .find-us-at {
/* 	color: #6ABF4B; */
	color: #133156;
	font-size: 16px;
	line-height: 2;
	text-transform: uppercase;
}

#contactForm .form-group, #contactForm .col-xs-6 {
	padding-left: 0;
	padding-right: 5px;
}

#contactForm .form-control {
	border-radius: 0;
}

/*
#contactForm .wpcf7-form {
	width: 700px;
    margin: auto;
    max-width: 100%;
}
*/

/*Offices */

.page-id-45 h4 {
  	display: block;
  	position: relative;
	color: #6ABF4B;
	text-transform: uppercase;
	margin-top: 15px;
  	padding-bottom: 6px;
	background-image: 
    -webkit-linear-gradient(left, #000, rgba(0,0,0,0)),
    linear-gradient(to right, #000, rgba(0,0,0,0));
  	background-position: bottom left;
  	background-size: 100% 1px;
  	background-repeat: no-repeat;
}

/*
.page-id-45 h4 {
	color: #6ABF4B;
	text-transform: uppercase;
	margin-top: 15px;
	position: relative;
	padding-bottom: 4px;
}

.page-id-45 h4::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 1px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000), to(transparent));
	background-image: -webkit-linear-gradient(left, #000, transparent);
	background-image: -moz-linear-gradient(left, #000, transparent);
	background-image: -o-linear-gradient(left, #000, transparent);
}
*/


#officeLocations {
	padding: 30px 15px 30px 32px;
}

#officeLocations p {
	margin-bottom: 30px;
}

#officeLocations p .fa {
	margin-right: 5px;
}

#officeMap {
	width: 100%;
}

#officeLocations p a {
	color: #DF6A2E;
}

/*Press & Resources -----------------*/
.post-type-archive-press .main-content, .resources .main-content {
	max-width: 990px;
	margin: 40px auto;
	padding: 0 15px;
}

.post-type-archive-press h3, .resources h3 {
	margin-bottom: 20px;
}

.article-info, .res-file {
	border-top: 1px solid #000000;
    margin-top: 5px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.res-file {
	border-color: #dadada;
}

.file-image img {
	height: 80px;
}

.article-logo img {
	max-width: 100%;
}

.file-link {
	padding-top: 20px;
}

.press-heading {
	font-size: 28px;
    color: #005487;
	margin-bottom: 10px;
	line-height: 1.3;
}

.press-releases-content .press-article {
	max-width: 900px;
	margin-bottom: 50px;
	border-left: 6px solid #005487;
}

.press-article .article-logo {
	text-align: center;
}

.press-article .article-logo img {
	max-height: 180px;
}

.knowledge-center-content .press-article {
    max-width: 980px;
    margin-bottom: 30px;
    border-left: 3px solid #005487;
	margin-left: 15px;
}

.knowledge-center-content .press-heading {
    font-size: 24px;
    color: #005487;
    margin-bottom: 10px;
    line-height: 1.3;
}

/*About Us and Jobs ----------------------*/
.about, .jobs {
	min-height: 480px;
}

.about h4, .jobs h4 {
	/*font-weight: bold;
    font-family: AvenirBold;*/
	font-weight: 700;
	text-transform: uppercase;
	color: #6ABF4B;
	margin-top: 40px;
}

.about {
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 30px;
}

/*Services ------------------------*/
.page-template-tempServices .page-title-wht {
	width: 400px;
}

.services-content h3, .services-content h4 {
	/*font-weight: bold;
    font-family: AvenirBold;*/
	font-weight: 700;
	text-transform: uppercase;
	color: #6ABF4B;
}

.lenders-intro {
	margin-bottom: 30px;
}

.lenders-intro img {
	margin-bottom: 30px;
}

.lender-image {
	text-align: center;
	min-height: 140px;
}

.lenders-grid img {
	max-height: 160px;
}

.lender-name {
	width: 172px;
    max-width: 100%;
    margin: auto;
}

.lender-details {
	height: 110px;
	width: 275px;
	max-width: 100%;
	margin: auto;
	text-align: center;
	border-top: 1px solid #cccccc;
    margin-top: 10px;
    padding-top: 10px;
	display: none;
}

/*About Pages */
/* .page-template-tempAboutV2 .page-title-wht {
	width: 400px;
} */

.page-template-tempAboutV2 h3, .page-template-tempAboutV2 h4 {
	font-weight: 700;
	text-transform: uppercase;
	color: #6ABF4B;
}

/*Search ---------------------------*/
.search-results-list {
	padding-top: 30px;
	padding-bottom: 30px;
}

.search-result {
	padding: 6px 0;
	border-bottom: 1px solid;
}

.search-result .result-title {
	font-size: 15px;
}

.search-result p {
	font-size: 13px;
	margin: 0;
	padding-top: 3px;
}

.search-result strong {
	color: #DF6A2E;
}

.search-result .result-link {
	font-size: 11px;
	padding-top: 3px;
}

.search-post-author {
	font-size: 12px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*recap*/
.grecaptcha-badge {
    visibility: hidden;
}

/*Rec Tra*/
.propType {
	cursor: pointer;
}

.propTypeSep {
	margin: 0 5px;
}

.current-prop {
/* 	color: #6ABF4B; */
	color: #133156;
}

/* Key Terms */
.term-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    max-width: 100%;
    margin: auto;
    margin-bottom: 60px;
}

.term-menu .term-let {
    padding: 0;
    flex-direction: row;
    text-align: center;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    margin: 6px;
    cursor: pointer;
}

.term-menu .term-let a {
    font-size: 18px;
    color: #000000;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    height: 100%;
    width: 100%;
}

.term-let-header {
	margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 0;
}

.term-let-topline {
    border-bottom: 1px solid #DF6A2E;
}

.term-let-heading {
    background-color: #DF6A2E;
    color: #ffffff;
    padding: 5px 10px;
    width: 40px;
    font-size: 20px;
    letter-spacing: 1px;
	text-align: center;
}

#A, #B, #C, #D, #E, #F, #G, #H, #I, #J, #K, #L, #M, #N, #O, #P, #Q, #R, #S, #T, #U, #V, #W, #X, #Y, #Z {
	scroll-margin-top: 130px;
	scroll-snap-margin-top: 130px;
}

.key-term-title {
	font-size: 16px;
/*     color: #6ABF4B; */
	color: #133156;
    text-transform: uppercase;
    font-weight: 700;
}

.key-term-definition p {
	font-size: 15px;
}

/* Scroll to Top */
#backToTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 99;
	font-size: 22px;
	border: none;
	outline: none;
	background-color: #005487;
	color: white;
	cursor: pointer;
	padding: 15px 20px;
	border-radius: 4px;
}

/* == */
.tax-region .offices .address {
	font-size: 13px; 
	color: #000000;
	padding-left: 15px;
}

.tax-region .offices .address a {
	color: #DF6A2E;
}

.tax-region .offices .address .fa {
	margin-right: 5px;
}

.in-page-nav a {
	color: #025687;
}


.tq p { color: #fff; font-size: 20px; line-height: 1.3; text-shadow: 1px 1px 0px #000; margin-bottom: 20px !important; }
.tn { font-size: 18px; margin-top: 10px; text-shadow: 1px 1px 0px #000; }
.tc { font-size: 16px; text-shadow: 1px 1px 0px #000; }
.blog-date { margin-bottom: 5px; font-size: 14px; }
.blog-excerpt p { font-size: 14px; }
.blog-more { text-decoration: underline; }

.odf {
	background-color: #25c7ff;
	padding: 25px 20px;
}
.odf .row {
	width: 1030px;
	max-width: 100%;
	margin: auto;
}
.odf #odfDesc {
	font-size: 22px;
	color: #ffffff;
	line-height: 1.2;
	padding-top: 12px;
}
.odf #odfLink {
	color: #023b75;
	font-style: italic;
	font-size: 18px;
}
.odf .logo {
	text-align: center;
}
.featured-section {
	width: 1440px;
	max-width: 100%;
	margin: auto;
	padding: 30px 20px 0 20px;
}
.featured-section .cover {
	text-align: center;
}
.featured-section .cover img {
	max-height: 230px;
	box-shadow: 0px 5px 10px #bdbdbd;
}
.featured-section .desc .text-1 {
	font-weight: bold;
	margin-top: 40px;
}
.featured-section .desc .text-2 {
	font-size: 15px;
	line-height: 1.5;
	margin-top: 20px;
	font-weight: bold;
}

.bfMainPageTop h1 {
	font-family: Cabin, sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    text-align: left !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    margin-top: 240px !important;
    margin-bottom: 0px !important;
    text-shadow: 1px 1px 1px #000 !important;
}

.social .fa {
	font-size: 24px;
}

@media (min-width: 600px) {
	/*new - view item overlay*/
	.grid-item {
	  flex: 0 1 calc(50.0% - 20px);
	  margin: 10px;
	  display: flex;
	  flex-direction: column;  /* so .photo + .summary stack vertically */
	  box-sizing: border-box;
	}

	/* 3) Photo wrapper becomes the positioning context */
	.grid-item .photo {
	  position: relative;
	  overflow: hidden;        /* clip the overlay/image inside */
	}

	/* 4) Make your image responsive and animate its opacity */
/* 	.grid-item .photo .grid-image {
	  display: block;
	  width: 100%;
	  height: auto;
	  transition: opacity 0.3s ease;
	} */

	/* 5) Full-cover overlay, hidden by default via opacity */
/* 	.grid-item .overlay {
	  position: absolute;
	  top: 0; 
	  left: 0;
	  width: 100%; 
	  height: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background: rgba(0,0,0,0.6);
	  opacity: 0;
	  transition: opacity 0.3s ease;
	} */

	/* 6) Reveal overlay and dim image on hover */
/* 	.grid-item .photo:hover .overlay {
	  opacity: 1;
	}
	.grid-item .photo:hover .grid-image {
	  opacity: 0.4;
	} */

	/* 7) Let the summary fill any remaining space */
	.grid-item .summary {
/* 	  padding: 1rem; */
	  flex-grow: 1;
	}
}

@media (min-width: 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 5px;
	}
	
	.navbar .caret {
		display: none;
	}
	
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		color: #FFFFFF;
		background-color: transparent;
	}

	.navbar-nav>li>a {
/* 		padding: 10px 2px 5px 2px; */
	}

	.navbar-default .navbar-nav {
/* 		margin-bottom: -5px; */
/* 		margin-top: 21px; */
/* 		margin-top: 30px; */
	}

	.navbar-default .navbar-nav>li>a {
/* 		color: #1b1b1b; */
		color: #ffffff;
        text-transform: uppercase;
	}

	.navbar-default .navbar-nav>li {
/* 		margin: 0 10px; */
/* 		border-bottom: 0px solid #6ABF4B; */
	}
/* 
	.navbar-default .navbar-nav>li:hover {
		margin-bottom: -5px;
		border-bottom: 5px solid #6ABF4B;
		-webkit-transition:  border .3s ease;
		-moz-transition:  border .3s ease;
		-o-transition:  border .3s ease;
		-ms-transition: border .3s ease;
		transition: border .3s ease;
		cursor: pointer;
	}

	.navbar-default .navbar-nav .active {
		border-bottom: 5px solid #6ABF4B;
	}
 */
	.navbar-form {
/* 		width: 185px; */
	}

	.dropdown .dropdown-menu {
		margin-top: 5px;
		padding: 0;
		min-width: 180px;
		border: 0;
		border-radius: 0;
	}

	.dropdown:hover .dropdown-menu {
		display: block;    
	}

	.dropdown-menu > li > a {
		padding: 6px 20px;
	}

	.dropdown .dropdown-menu .active {
		border-bottom: none;
		border-left: 5px solid #EBE717;
	}

	.dropdown .dropdown-menu .active a {
 		color: inherit;
		background-color: inherit;
		padding-left: 15px;
	}

	.dropdown .dropdown-menu > li, .dropdown:hover .dropdown-menu > li {
 		border-top: 1px solid #cecece;
	}

	.dropdown:hover .dropdown-menu > li:hover {
/*  		border-left: 5px solid #6ABF4B; */
		border-left: 5px solid #EBE717;
	}

	.dropdown:hover .dropdown-menu > li:hover > a {
		padding-left: 15px;
	}

	#contactInfo {
		padding-left: 0;
		padding-right: 0;
	}

	/*Hover over images*/
	
	.hov-drk:after {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		opacity: 0;
		background: rgba(0,0,0,.3);
		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		transition: all .2s;
		top: 0;
		left: 0;
		position: absolute;
	}

	.hov-drk:hover:after {
		opacity: 1;
	}

	.grid-image {
		opacity: 1;
		transition: .2s ease;
		-webkit-transition: .2s ease;
		-moz-transition: .2s ease;
		-o-transition: .2s ease;
		backface-visibility: hidden;
	}
/*
	.grid-item .overlay, #homeBlogImg .overlay .text-overlay {
		visibility: hidden;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);	
	}

 	.grid-item .overlay {
		top: 42%;
	} 
*/
/*  	.transactions .overlay {
		width: 161px;
	}  */

/* 	.grid-item .photo:hover {
		background: #000000;
	}

	.grid-item .photo:hover .grid-image {
		opacity: 0.4;
	} */

	#homeBlogImg:hover .overlay {
		background: rgba(0, 0, 0, 0.40);
		width: 100%;
		height: 100%;
	}

	.grid-item .photo:hover .overlay, #homeBlogImg:hover .overlay .text-overlay {
		visibility: visible;
	}

	.text-overlay {
		color: #ffffff;
		font-size: 14px;
		padding: 5px 8px;
		border: 2px solid;
		white-space: nowrap;
		z-index: 99;
	}

	#homeBlogImg .text-overlay {
		font-size: 22px;
	}

	.team .text-overlay, .team-section .text-overlay {
		font-size: 10px;
	}
	
	.bridgerfund-testimonials-section {
		padding: 100px 0 20px 0;
	}	
	
}

@media (min-width: 790px) {
	.navbar-toggle {
    	display: none;
	}

	.navbar-nav {
    float: left;
    margin: 0;
	}

}

@media (min-width: 992px) {
	#recentTransactions .item {
		padding: 0 0 0 10px; 
	}
	
	.grid-item {
	  flex: 0 1 calc(33.333% - 20px);
	  margin: 10px;
	  display: flex;
	  flex-direction: column;  /* so .photo + .summary stack vertically */
	  box-sizing: border-box;
	}
}

@media (min-width: 1150px) {
	.mainPageTopBg {
		background-size: contain;
	}
}

@media (min-width: 1200px) {
	
}

@media (max-width: 1215px) {

}

@media (max-width: 1116px) {
	.navbar-right {
		display: none;
	}
}


@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
 		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin: 0;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-default .navbar-nav li {
 		border-left: 5px solid transparent;
	}
	
	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a:hover {
		color: #ffffff;
		font-size: 16px;
	}
	
	.navbar-nav>li.active {
     	background-color: #f5f5f5;
    	border-left: 5px solid #DF6A2E !important;
	}

	.panel-group .panel {
		border-radius: 0;
	}

	#departmentDropdown, #propTypeDropdown {
		padding: 0 15px 20px 15px;
		padding: 0;
	}

	.side-menu ul {
		padding-left: 0;
	}
	
	#homeHero #treasurySwapRates {
 		width: initial;
		margin: 0 15px;
		position: relative;
	}
	
	#homeHero .slider-caption .slider-text-1, #homeHero .slider-caption .slider-text-2 {
 		padding-left: 30px; 
	}

	#homeHero .slider-caption .slider-text-1 {
		font-size: 26px;
		padding-top: 70px;
	}

	#homeHero .slider-caption .slider-text-2 {
		font-size: 18px;
	}
	
	#homeHero .cap-block {
		padding-left: 0;
		padding-top: 25px;
	}
	
	#homeSlider .slider-caption .slider-text-1, #homeSlider .slider-caption .slider-text-2 {
		
		padding-left: 30px;
	}

	#homeSlider .slider-caption .slider-text-1 {
		font-size: 26px;
	}

	#homeSlider .slider-caption .slider-text-2 {
		font-size: 18px;
	}

	.mainPageTopBg {
		background-attachment: scroll;
	}

	.blog-posts {
		padding: 0;
	}

	.grid-item .overlay {
		display: none;
	}

	.team-bio {
		margin-top: 20px;
	}

	.team-page-section-header {
		padding-left: 0;
	}

	.search-result {
		padding: 6px 15px;
	}

	/*Services ------------------------*/
	.page-template-tempServices .page-title-wht {
		width: inherit;
	}

		
	#threePosts {
		width: 480px;
		max-width: 100%;
		margin: auto;
	}
	
	.frm_form_field.frm_three_col .frm_opt_container {
		display: block !important;
	}

}

@media (max-width: 600px) {
	#homeSlider .slider-caption {
		display: none;
	}

	#treasurySwapRates {
		width: initial;
		margin: 0 15px;
	}
}

@media (max-width: 480px) {
	.navbar-default .navbar-brand {
/* 		width: 210px;
		margin: 5px 0 0 10px; */
	}

	.page-title-wht {
		font-size: 26px;
	}

	#homeHero .slider-caption .slider-text-1, #homeSlider .slider-caption .slider-text-2 {
		width: 100%;
/* 		padding-left: 15px;
		padding-right: 15px; */
	}

	#homeHero .slider-caption .slider-text-1 {
/* 		font-size: 22px; */
	}
	
	#homeHero #treasurySwapRates {
		width: initial;
		overflow-y: auto;
	}
	
	#homeSlider .slider-caption .slider-text-1, #homeSlider .slider-caption .slider-text-2 {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	#homeSlider .slider-caption .slider-text-1 {
		font-size: 22px;
	}

	.post-navigation {
		margin-top: 0;
	}

	.page-template-tempTeam .grid-item, .team .grid-item, .transactions .grid-item {
		width: 100%;
	}

	#recentTransactions .transaction-summary {
		padding: 10px;
	}

	.about {
		padding-left: 15px;
		padding-right: 15px;
	}

	.lenders-grid .col-xs-6 {
		width: 100%;
	}

	.mainPageTopBg {
		height: 200px;
		background-position: center;
	}

	.mainPageTop {
		height: 200px;
	}
	
	.table>thead>tr>th {
		font-size: 11px;
	}
	
	#treasurySwapRates .rate {
		font-size: 10px;
	}
}

/* fix for market blog */

.col-sm-9.market-blog-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px;
}

.col-sm-9.market-blog-content > div {
    width: 100%;
}

.container-fluid.blog-archive {
    grid-column: span 2;
}

@media only screen and (max-width: 767px) {
	.col-sm-9.market-blog-content {
		/*grid-template-columns: repeat(1, minmax(0, 1fr));*/
		display: block;
	}
	
	.blog-grid-post .blog-content {
		min-height: auto;
    	margin-bottom: 40px;
	}
}

/* single press release */
.download-press-release {
    background: #6abf4b;
    color: white;
    padding: 10px 20px;
    margin-top: 5px;
    display: inline-block;
}

.press-release-image {
    display: block;
    margin-bottom: 15px;
}

/* ============================================================================================================= */

html.fl-builder-edit header {
	height: 115px;
}

.type-transactions, .type-team {
	min-height: 600px;
}

.transaction-details {
	padding-bottom: 50px;
}

.transaction-details .featured-image img {
	max-height: 200px;
}

.transaction-details .transaction-summary {
	font-size: 16px;
}

.transaction-details .section-label {
	font-size: 20px;
	margin-bottom: 15px !important;
}

.transaction-details .transaction-summary div {
	margin-bottom: 4px;
}

.footer-locations {
	margin-bottom: 30px;
}

.footer-locations h4 {
	color: #FFFFFF;
}

.footer-locations p {
	color: #c2c7d3;
	margin-bottom: 5px;
}

@media (min-width: 992px) {
	.flex-navbar .navbar-header .navbar-toggle {
		display: none !important;
	}
	
	.flex-navbar {
		display: flex;
		align-items: center;  
		justify-content: flex-start; 
/* 		max-width: 1200px; */
		max-width: 1750px;
		width: 100%;
		margin: 0 auto;
		padding-left: 15px; 
		padding-right: 15px;
	}

	.flex-navbar .navbar-header {
		display: flex;
		align-items: center; 
	}

	.flex-navbar .navbar-collapse {
		display: flex !important;
		height: auto !important;
		overflow: visible !important;
		margin-left: 50px;
	}

	.flex-navbar .navbar-nav {
		display: flex;
		flex-direction: row;
		align-items: center; 
		margin: 0; 
	}
	
	.flex-navbar .navbar-header {
		display: flex;
		align-items: center; 
	}

	.flex-navbar .navbar-nav > li {
		float: none;
	}

	.flex-navbar .navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}

@media (max-width: 991px) {
  .flex-navbar .navbar-header .navbar-toggle {
    display: block !important;
  }

  .flex-navbar .navbar-collapse {
    display: none;
  }

  .flex-navbar .navbar-collapse.in {
    display: block;
  }
	
	.flex-navbar .navbar-collapse.collapsing {
		display: block;
	}

  
  .flex-navbar .navbar-collapse.in .navbar-nav {
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	  margin: 0;
  }
	
	.flex-navbar .navbar-collapse.in .navbar-nav > li {
		float: none;
		width: 100%;
	}

	.flex-navbar .navbar-collapse.in .navbar-nav > li > a {
		padding: 10px 15px; 
	}

}

.footer {
	background-color: #0c2e4c;
	padding: 40px 20px;
	text-align: center;
	font-size: 14px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer-menu a {
	display: inline-block;
	margin: 0 8px 8px 8px;
}
.footer a:hover {
	text-decoration: none;;
}
.footer hr {
	border-color: rgba(255, 255, 255, 0.2);
	max-width: 200px;
	margin: 20px auto;
}
.footer .bottom-link {
	margin-top: 20px;
	display: inline-block;
}
.linkedin-icon {
	font-size: 20px;
	margin-bottom: 15px;
}

/* Grid Update */

.posts-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.post-item {
/*   padding: 15px; */
  box-sizing: border-box;
  width: 100%;
}

/* ≥768px → two columns */
@media (min-width: 768px) {
  .post-item {
    width: 50%;
  }
}

/* ≥992px → three columns */
@media (min-width: 992px) {
  .post-item {
    width: 33.3333%;
  }
}
