@import url('https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans:400,500,600,700&display=swap');

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	}

body {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	height: 100%;
	color: #000;
	background-color: #fff;
	font-size: 16px;
	}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', serif;
	margin: 0 0 30px;
	line-height: 1.3;
	color: #000;
	}

h1, h2 {
	font-size: 36px;
	line-height: 1;
	margin: 0 0 30px;
	}

h2 span {
	display: block;
    font-size: .5em;
    margin: 5px 0 0;
    color: #000;
	}

h3 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #000;
	}

h4 {
	font-size: 22px;
	font-weight: 600;
	}

h5 {
	font-size: 18px;
    line-height: 1.4;
	margin: 0 0 20px;
	}

strong {
	font-weight: 600;
	}

a {
	color: #a79267;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	}

p.lead {
	font-size: 18px;
	line-height: inherit;
	}

p, p.lead {
    line-height: 1.5;
	margin: 0;
	}

p + p {
	margin-top: 30px;
	}

p + ul, ul + p {
	margin-top: 30px;
	}

p + h3 {
	margin-top: 25px;
	}

p + h5 {
	margin-top: 25px;
	}

a:hover, a:focus, a:active {
	color: #333;
	text-decoration: none;
	}

img {
	max-width: 100%;
	}

ul {
	list-style: none;
	}

.fa-ul {
    margin-left: 3em;
	}

.fa-ul li + li {
	margin-top: 15px;
	}

label {
	font-weight: 400;
	font-size: 15px;
	}

.navbar {
    border-radius: 0;
    margin: 0;
	padding: 20px 0;
    width: 100%;
    background-color: #fff;
    border: none;
    border-top: 30px solid #bc112c;
	}

.navbar-brand {
	height: auto;
	font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #000;
	font-family: 'Montserrat', serif;
	}

.navbar-brand strong {
	display: block;
    color: #bc112c;
    font-size: 20px;
	}

.navbar-brand > img {
    height: auto;
    max-width: 150px;
	}

.navbar-nav > li > a {
	padding: 9px;
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #fff;
	}

.section {
	padding: 80px 0;
	}

.section.slider {
    background-image: url(../img/firehouse-bg.jpg);
    background-size: cover;
    background-position: center center;
	padding: 10% 0;
	position: relative;
	}

.section.slider:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
	}

.section.slider h1 {
	font-size: 36px;
	font-family: 'Montserrat', serif;
	line-height: 1.3;
    color: #fff;
    margin: 0 auto;
    max-width: 800px;
	}

.section.slider h1 span {
	display: block;
	font-size: 34px;
	}

.section.intro p, .section.intro h4 {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	}


.light {
	background-color: #f8f8f8 !important;
	}


.dark {
	background-color: #eee !important;
	}

.section.services {
	background-color: #e7e7e7;
	}

.section.services a {
	display: block;
	position: relative;
	background-color: #000;
	margin: 15px 0;
	overflow: hidden;
	}

.section.services a img {
	-webkit-transition: -webkit-transform 700ms cubic-bezier(0.165,.84,.44,1);
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
	opacity: .7;
	}

.section.services a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}

.section.services h4 {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	}

.section.why i {
	color: #a79267;
	font-size: 1.2em;
	vertical-align: -5%;
	margin-right: 10px;
	}

.btn {
	background-color: #bc112c;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
	padding: 12px 24px;
	border: 2px solid #bc112c;
	border-radius: 8px;
	transition: all .3s ease;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 700;
	}

.btn:focus, .btn:visited {
	color: #fff;
	}

.btn:hover, .btn:active {
	color: #000;
	background-color: transparent;
	outline: none;
	}

.help-block {
    font-size: 12px;
	}

.alert {
	font-size: 14px;
	}

.messages {
	clear: both;
    padding: 0 15px;
	}


.footer {
	background-color: #000;
	padding: 50px 0;
	}

.footer p {
	color: #fff;
	}

.footer h4 {
	color: #fff;
	margin: 0 0 15px;
	}

.footer img {
    height: auto;
    max-width: 130px;
	}

.footer h5 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	}

.footer h5 strong {
	display: block;
	font-size: 20px;
	}

.bottom {
	background-color: #000;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
	}

.bottom a {
	color: #fff;
	}

.footer a:hover, .bottom a:hover {
	color: #ccc;
	}


/* Subpage */

.section.header {
	padding: 60px 0;
	background-size: cover;
	background-position: center center;
	position: relative;
	}

.section.header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
	}

.section.header h1 {
	margin: 0;
	color: #fff;
	}

.last-col {
	margin-top: 20px;
	}

.members .col-md-4 {
	margin-top: 15px;
	margin-bottom: 15px;
	}

.members .col-md-4 div {
    border: 2px solid #bc112c;
    padding: 15px 20px;
	}

.members h4, .members p {
	margin: 0;
	}

.members p {
	font-size: 14px;
	overflow: hidden;
	}


.members h5 {
	margin-bottom: 5px;
	}

.documents .col-md-3, .documents .col-md-4, .documents .col-md-6 {
	margin-top: 15px;
	margin-bottom: 15px;
	}

.documents .col-md-3 div, .documents .col-md-4 div, .documents .col-md-6 div {
    border: 2px solid #bc112c;
    padding: 15px 20px;
	}

.documents .col-md-3 a, .documents .col-md-4 a,  .documents .col-md-6 a {
	display: block;
    background-color: #f8f8f8;
    margin-top: 5px;
    color: #000;
    padding: 10px;
    border-radius: 5px;
	}

.documents h5, .documents p {
	margin: 0;
	}

.documents h4 {
	margin-bottom: 10px;
	}

.documents i {
	margin-right: 5px;
	color: #bc112c;
	}

.panel-group {
	margin-bottom: 0;
	}

.panel-group .panel-heading {
    padding-left: 0;
    padding-right: 0;
	}

.panel-title > a, .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
    padding-left: 0;
    padding-right: 0;
	}

.panel {
	box-shadow: none;
	}

h4.panel-title {
	font-size: 24px;
    line-height: 1.4;
	}


h4.panel-title a {
	color: #bc112c;
	position: relative;
	padding-left: 30px;
	}

h4.panel-title a:before {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f056';
	color: #bc112c;
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: 0;
	}

h4.panel-title a.collapsed {
	color: #000;
	}

h4.panel-title a.collapsed:before {
	content: '\f055';
	}



/* Sidebar */

.sidebar {
	background-color: #f8f8f8;
	padding: 15px;
	display: inline-block;
	}

.sidebar img {
	max-height: 500px;
	}

.sidebar ul {
	padding: 0;
	}

.sidebar ul li + li {
	margin-top: 5px;
	}

.sidebar a {
	color: #143a60;
	}

.profile h3 {
	margin: 20px 0 10px;
	}

.profile i {
	font-size: 20px;
	}


/* New pages */

.section.announcement {
	background-color: #bc112c;
	}

.section.announcement h4 {
	color: #fff;
	margin: 0;
	}

.section.pages {
	background-color: #f8f8f8;
	}

.section.pages .col-sm-4 {
	margin-top: 15px;
	margin-bottom: 15px;
	}

.section.pages a {
    display: block;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    border: 4px solid #fff;
	}

.section.pages a:hover {
	border: 4px solid #bc112c;	
	}

.section.pages i {
	color: #bc112c;
	font-size: 48px;
	margin-bottom: 15px;
	}

.section.pages h4 {
	color: #000;
	margin: 0;
	}

.section.pages .row + .row {
    margin-top: 30px;
	}

.section.pages .col-sm-4 {
	text-align: center;
	}

a.btn + a.btn {
	margin-left: 15px;
	}

.section.heading {
	background-color: #f8f8f8;
	overflow: hidden;
}

img.compass {
	position: absolute;
	width: 1000px;
	height: 1000px;
	max-width: none;
	top: -200px;
	left: -50px;
}

.section.content ul {
	margin-bottom: 30px;
    padding-left: 20px;
}

.section.content ul h5 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
}

.section.content ul li {
    margin-bottom: 20px;
}

img.david-compton {
	margin-bottom: -80px;
}

img.compass-icon {
	height: 20px;
    margin: 2px 5px 0 0;
    float: left;
}

ul.shortcuts {
	margin-top: 30px;
    padding-left: 25px;
}

ul.shortcuts li {
	position: relative;
	margin-bottom: 8px;
    line-height: 1.4;
}

ul.shortcuts li:before {
    content: '';
    background-image: url(/img/compass-icon.png);
    background-size: contain;
    position: absolute;
    left: -25px;
    top: 1px;
	width: 20px;
    height: 20px;
}

ul.shortcuts li a {
	color: #191970;
}

.separator {
    border-bottom: 1px solid #191970;
    margin: 60px 0;
}


@media (min-width: 768px) {

.navbar-nav {
	padding: 28px 0;
	margin: 0;
	}

.container>.navbar-collapse {
	padding: 0;
	}

.navbar-right .dropdown-menu {
	left: 10px;
    top: 36px;
    right: auto;
	background-color: #bc112c;
	padding: 20px 25px;
	}

.dropdown-menu>li>a {
	color: #fff;
	padding: 4px 0;
    font-size: 16px;
	}

.nav >li>a:after {
	content: '';
    position: absolute;
    background-color: #bc112c;
    bottom: 0;
    height: 2px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0 auto;
    right: 0;
    top: auto;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	}

.nav >li>a:hover:after, .nav >li>a:focus:after, .navbar-nav>li.active>a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
	}

.navbar-nav > li {
    padding: 0 5px;
	}

ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
	min-width: 190px;
	}

.dropdown-menu {
    top: 100%;
	border: none;
	border-radius: 0;
	}

}


@media (min-width: 992px) {

.row .col-md-fifth:nth-child(6) {
	margin-left: 10%;
	}

.navbar-nav > li:last-child {
	padding-right: 0;
	}

.navbar-nav > li {
    padding: 0 10px;
	}

.pad-right {
	padding-right: 45px;
	}

.pad-left {
	padding-left: 45px;
	}

}



@media (max-width: 991px) {

h1, .section.slider h1 {
    font-size: 34px;
	}

h2, .section.intro h2 {
    font-size: 38px;
	}

h4 {
	margin-bottom: 20px;
	}

.navbar-nav {
	padding: 32px 0 0;
    margin: 0;
	}

.navbar-nav > li {
    padding: 0 5px;
	}

.navbar-nav > li > a {
	padding: 4px 10px;
	}

.navbar-right .dropdown-menu {
	left: 5px;
	top: 27px;
	padding: 15px 20px;
	}

.navbar-brand > img {
	margin: 0 auto;
	max-width: 135px;
	}

.dropdown-menu > li > a {
	font-size: 15px;
	}

.col-md-fifth {
	width: 33%;
	}

.pad-left {
	margin: 25px 0 0;
	}

.section.services h4 {
    font-size: 20px;
	}

.bottom {
	font-size: 14px;
	}

.sidebar {
	margin-bottom: 0;
	}

.footer .col-md-8 .col-md-6 + .col-md-6 {
	margin-top: 30px;
	}

.section.heading p + .row {
	margin-top: 20px;
	}

ul.shortcuts {
    margin: 0;
	}

.section.content ul {
	padding-left: 0;
	}

.separator {
    margin: 45px 0;
	}

.section.content .pad-right {
	margin-bottom: 30px;
	}

.documents .clearfix {
	margin-top: -15px;
	}	

}


@media (max-width: 767px) {

body {
	font-size: 14px;
	}

h1, h2, h3, h4 {
	margin-bottom: 20px;
	line-height: 1.4;
	}

h1, .section.slider h1 {
	font-size: 26px;
	line-height: 1.2;
	}

.section.slider h1 span {
    font-size: 24px;
	}

h2, .section.intro h2 {
	font-size: 24px;
	line-height: 1.2;
	}

h2 span {
	font-size: .6em;
	margin: 0;
	}

h3 {
	font-size: 22px;
    margin-bottom: 15px;
	}

h4 {
	font-size: 20px;
	}

h5 {
	font-size: 16px;
	margin-bottom: 15px;
	}

p.lead {
    font-size: 15px;
	}

label, .agreement p {
	font-size: 14px;
	}

.navbar, .home .navbar {
	position: relative;
	padding: 0;
	border: none;
	}

.container > .navbar-collapse {
	background-color: #bc112c;
	}

.navbar-toggle {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
	background-color: #bc112c;
	border-radius: 0;
	padding: 15px;
	}

.navbar-toggle .pull-left {
	line-height: 1;
	font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #fff;
	}

.navbar-toggle .icon-bar {
	background-color: #fff;
	margin: 0 auto;
    width: 27px;
    height: 3px;
	}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
	}

.navbar-nav {
    margin: 10px 0;
	padding: 0;
	}

.navbar-nav > li {
	padding: 0;
	}

.navbar-nav > li > a {
	padding: 4px 0;
	font-size: 14px;
	font-weight: 600;
	color: #fff !important;
	}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
	}

.navbar-right .dropdown-menu {
	position: relative;
    display: block;
    float: none;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding: 3px 8px;
	left: 0;
	top: 0;
	}

.dropdown-menu > li > a {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	}

.section {
    padding: 35px 0;
	}

p + p {
    margin-top: 20px;
	}

p + h5 {
    margin-top: 20px;
	}

.section.slider {
    padding: 60px 15px;
	}

.navbar-brand > img {
	display: inline-block;
	}

.navbar-brand {
	padding: 30px 15px;
	}

.footer {
	padding: 30px 0;
	}

.footer .col-md-6 + .col-md-6 {
	margin-top: 30px;
	}

.footer h4 {
	font-size: 20px;
	line-height: 1.3;
	}

.footer h5 {
	font-size: 18px;
	line-height: 1.3;
	}

.footer h5 strong {
	font-size: 20px;
	}

.section.services a {
	max-width: 400px;
	margin: 15px auto;
	}

.bottom {
	padding: 20px 0;
	}

.bottom .pull-right {
	float: left !important;
	margin-top: 5px;
	}

.bottom .pull-right {
	float: left !important;
	margin-top: 5px;
	text-align: left;
	}

.fa-ul li + li {
    margin-top: 10px;
	}

.section.slider h2 {
    font-size: 42px;
	}

.section.slider h3 {
    font-size: 22px;
    }

.section.slider .col-md-6 > div {
    font-size: 16px;
	}

.section.pages .row + .row {
    margin-top: 15px;
	}

.section.pages .row .col-sm-4 + .col-sm-4 {
	margin-top: 15px;
	}

.section.pages a {
    padding: 20px;
	}

.btn {
    padding: 10px 20px;
    font-size: 13px;
	}

a.btn + a.btn {
    margin-left: 10px;
	}

.footer img {
    height: auto;
    max-width: 130px;
	}

.separator {
    margin: 30px 0;
	}

.section.content ul h5 {
    font-size: 14px;
	}

.section.header {
    padding: 45px 0;
	}

h4.panel-title {
	font-size: 20px;
	}

.panel-body {
    padding: 0;
	}

}


@media (max-width: 500px) {



}






