@font-face { 
	font-family: Montserrat; 
	font-weight:normal;
	font-style: normal;
	src: local('Montserrat-Regular') url('../fonts/montserrat/Montserrat-Regular.otf') format('otf');
	/*src: local('CartoGothic Std Book'), url('../resources/fonts/CartoGothicStd-Book.woff') format('woff');*/
}

@font-face { 
	font-family: Montserrat-ThinItalic; 
	src: local('Montserrat-ThinItalic') url('../fonts/montserrat/Montserrat-ThinItalic.otf') format('otf');
	/*src: local('CartoGothic Std Book'), url('../resources/fonts/CartoGothicStd-Book.woff') format('woff');*/
}

html, body {
	font-family: Montserrat, sans-serif;
}

header {
	background-color: #fff;
}

.site-header-title {
	color:#fff;
	font-size: 1.5rem;
	margin: 10px;
	display: inline;
}

.search {
	padding: 5px;
	position: relative;
}

.fa-search {
	color: #be691e;
	float: right;
	cursor: pointer;
}

.logo {
	padding: 1em;
	max-width: none;
	/* width: 100px; */
	height: 200px;
}

.homepage-banner {
	height: 350px;
	background-image: url('../images/bkl-hero-french.png');
	background-size: cover;
	    position: relative
}

a.small-btn {
	text-align: center;
	display: block;
	width: 25%;
	margin:0 auto;
	font-weight: normal;
	background-color:#1C97EB;
	border-radius: 3px;
	color:white;
	padding:5px;
}

.orange-bullets {
	font-size: 300%;
	color: #F99B1B;
	display: block;
	margin: 10px auto;
	text-align: center;
}

.blue-bullets {
	font-size: 300%;
	color: #2361ff;
	display: block;
	margin: 10px auto;
	text-align: center;
}

#primary-navigation {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100%;
}

#primary-navigation li {
	float: left;
	background-color: #fff;
	border-bottom: #fff 10px solid;
	border-top: #fff 10px solid;
	height: 100%;
	display:table
}

#primary-navigation li:last-child {
	/*margin-right: 5px;*/
}

#primary-navigation li:hover {
	background-color: #d0d1d4;
	border-bottom: #2361ff 10px solid;
	border-top: #d0d1d4 10px solid;

}

#primary-navigation li a {
	color: #000;
	width: 125px;
	text-align: center;
	height: 100%;
	display:table-cell;
	vertical-align: middle;
	font-size: 17px;
	/*font-weight: 100;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;*/
}

#primary-navigation li.active {
	background-color: #d0d1d4;
	color: #000;
	border-bottom: #2361ff 10px solid;
	border-top:  #d0d1d4 10px solid;
}

#primary-navigation li a:hover {
	color: #fff;
}

#form-holder {
	padding: 20px;
}

#form-holder > input.submit {
	float: right;
}



#form-holder > textarea#comment {
	min-height: 150px;
}

.clear {
	clear: both;
}

.box-container {
	margin-top: 40px;
	margin-bottom: 50px;
	padding: 20px;
}

.background-grey {
	background-color: #f5f2f2;
}

.background-blue {
	background-color: #314353;
}

.bucket {
	text-align: center;
}

.bucket > :not(.middle) {
	padding: 20px;
}

.bucket > .middle {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 20px;
}

.icons {
	font-size: 3em;
	color: #2361ff;
	text-align: center;

}


.title {
	font-size: 1.2em;
	margin-top: 10px;
	color: #464546;
}

.title:hover {
	text-decoration: underline;
}



.call-out {
	background-color: rgba(70,69,70,0.75);
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 20px;
	
}

.call-out h1 {
	color: #F99B1B;
	font-family: Montserrat-ThinItalic, sans-serif;
	font-size: 1.75em;
}

main {
	margin-bottom: 50px;
}


footer {
	height: 175px;
	background-color:#f3f3f4;
	border-top: 2px solid #2361ff;
}


#footer-navigation {
	list-style-type: none;
	text-align: center;
	height: 100%;
}

#footer-navigation li {
	height: 100%;
	display:table;
	float: left;
	padding:20px;
}

#footer-navigation li a {
	height: 100%;
	display:table-cell;
	vertical-align: middle;
	color: #464546;
	font-size:80%;

}

#footer-navigation li a:hover {
	text-decoration: underline;

}

.copyright {
	height: 100%;
	padding: 10px;
	display: table;
}

.copyright a {
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
	font-weight: bold;
	color: #ccc;
}

#content h1 {
	color: #2361ff;
	font-family: Montserrat-ThinItalic, sans-serif;
	font-size: 1.75em;
	padding: 20px;
	margin: 0;
}


#content h2 {
	color: #4f5053;
	font-family: Montserrat-ThinItalic, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	padding: 20px;
	margin: 0;
}

#content h3 {
	color: #F99B1B;
	font-family: Montserrat-ThinItalic, sans-serif;
	font-size: 1.25em;
	padding: 20px;
	margin: 0;
}



#content p {
	padding: 0 20px 20px 20px;
}

.grey-box {
	background-color: #f0eeee;
	padding: 10px;
	margin:20px 0;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.center {
	text-align: center;
}

#content ul {
	margin:0 40px;
}

#content ul li {
	padding: 5px;
}

ul.num {
	list-style-type: decimal;
}

#hamburger-menu {
	display: none
}

#mobile-nav {
	list-style-type: none;

}

#mobile-nav li {
	float: left;
	margin: 5px;
}

#mobile-nav li:hover {
	background-color: #4facd4;
}

#mobile-nav li.active {
	background-color: #4facd4;
}

#mobile-nav li a {
	color: #cbe9f3;
	padding: 5px;
}

.btn-call-out {
	display: inline;
	width: auto;
	background-color: #2361ff;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.no-bullets li {
	list-style-type: none;
}

.blue-text {
	color:#4facd4;
}

.meeting-text {
	color:#4f5053;
}



.meeting-table {
	width: 90%;
	margin: 0 auto 50px auto;
}

label.error {
	margin-top: -10px;
	color: red;
}

input.error {
	border: 1px solid red;
}

div.radioContainer > .error {
	margin-top:5px;
}


.meeting {
	text-align: center;
    margin: 1.2rem;
    display: block;
    padding: 1.2rem;
    background-color: #eee;
    border: 2px solid;
	border-radius: 4px;
	font-size: 18px;
}

.meeting:hover {
	background-color: #1779ba;
	color: white;
	border:2px solid #eee;
}

.meeting-instructions {
	text-align: center;
    margin: 1.2rem;
	display: block;
	font-size: 90%;
	font-style: italic;
	text-decoration: underline;
	color: red;
}

.plain-text {
	padding:.1rem 2rem 2rem 2rem;
	word-wrap: break-word;
}

.plain-text-header {
	padding:0 2rem;
	font-weight: bold;
}

@media (max-width: 1160px) {
	#primary-navigation {
		display:none;
	}

	#hamburger-menu {
		display: block;
	} 

	#footer-navigation {
		display: none;
	}

	/*#hamburger-menu {
		display: block;
		float: right;
		margin-top: 20px;
		z-index: 100;
	}

	#hamburger-menu .hamburger {
		font-size: 200%;
		color: #4facd4;
		cursor: pointer;
		float: right;
		position: absolute;
		right: 0;
		z-index: 100;
	}

	#hamburger-menu #mobile-nav {
		list-style-type: none;
		position: absolute;
		right: 0;
		z-index: 100;
		width: 300px;
		top:60px;
		background-color: #ccc;
	}

	#hamburger-menu #mobile-nav li {
		

	}*/
}



