/***********************************************************************************************
--- PUT ANYTHING THAT IS RELATED TO OVERRIDING THE BOOTSTRAP STYLES IN HERE ---

------------------------------------------------------------------------------------------------

	
***********************************************************************************************/

html {
    font-size: 100%;
}

body {
	background-color: #fff;
    font-family: 'FFMiloSerifWeb', serif;
    font-size: 0.875rem;
}

body.loading,
html.loading {
    overflow-y: hidden;
}

.loading-message {
    display: table;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.7);
    z-index: 9000;
}
.loading .loading-message {
    visibility: visible;
}
.loading-message > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.loading-message > div > i {
    font-size: 60px;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    opacity: 0.6;
}

.btn:hover,
.btn:focus {
    color: inherit;
    box-shadow: none;
}

@media (max-width: 590px) {
    .btn {
        font-size: 12px;
    }
}

.no-touch .btn:hover,
.no-touch .btn:focus,
.no-touch .btn:active {
    color: #f76305;
    text-decoration: none;

}

@media (max-width: 590px) {
    .col-xxs-12 {
        width: 100%;
    }
}

.img-responsive.full {
    width: 100%;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
}

h1, h2, h3 {
    font-family: 'LFTEtica', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
}
h4, h5, h6 {
    font-family: 'LFTEtica', sans-serif;
	line-height: 1.4;
    letter-spacing: 2px;
}
h5, h6 {
    letter-spacing: 1px;
}

h1.double-top-margin,
h2.double-top-margin,
h3.double-top-margin,
h4.double-top-margin,
h5.double-top-margin {
    margin-top: 40px;
}

h3 {
    font-size: 24px;
}

h3.smaller {
	font-size: 21px;
}

p.lead {
    margin-bottom: 24px;
}

@media (max-width: 590px) {
    h1, .h1 {
        font-size: 35px;
    }
}

ul {
    padding-left: 16px;
}
ul, ol {
	margin-bottom: 15px;
}

.breadcrumb {
    font-family: 'FFMiloSerifWeb', serif;
    font-weight: bold;
	padding: 5px 0px;
	margin-bottom: 36px;
	list-style: none;
	background-color: #fff;
	border-radius: 0px;
}

.breadcrumb a {
	color: inherit;
    white-space: nowrap;
}
.breadcrumb a:last-child {
	color: #f76305;
}

body.home-page .navbar-default {
	/*border-width: 0;*/
    margin-bottom: 0;
}

body.home-page .navbar-default.navbar-fixed-top {
    border-width: inherit;
    border-width: 0 0 10px;
}

.navbar-default {
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.20);
    border-width: 0 0 10px;
	border-color: #f76305;
    font-family: 'LFTEtica', sans-serif;
}


.navbar-brand {
    display: inline-block;
	background: url('../images/layout/mahogany-logo.svg?20141210') 0 center no-repeat transparent;
    background-size: 214px 43px;
	width: 214px;
	margin-right: 0;
	margin-left: 10px;
}
.navbar-brand--mahogany15 {
	background: url('../images/layout/mahogany-15-byhopewell-logo.svg') 0 center no-repeat transparent;
    background-size: 231px 50px;
	width: 231px;
    height: 50px;
    margin-top: 8px;
}

@media (max-width: 1199px) {
    .navbar-brand {
        margin-right: 0px;
    }
}

.navbar-nav {
	font-size: 14px;
}
.navbar-nav a {
    text-decoration: none;
}
.navbar-nav > li > a {
    text-transform: uppercase;
}

.dropdown-menu li.section-header:first-child {
	border-top: 1px solid transparent;
}
.dropdown-menu li.section-header {
	font-size: 12px;
	text-transform: uppercase;
    text-align: left;
}
.dropdown-menu li {
	font-size: 11px;
}

.dropdown-menu li.section-header,
.dropdown-menu li.section-header > a {
	/*font-weight: bold;*/
	color: #005581;
}

/* for everything under 992px */
@media (max-width: 1199px) {
	.dropdown-menu li.section-header:last-child {
		border-bottom: 1px solid #eeeeee;
	}
	.dropdown-menu li.section-header {
		border-top: 1px solid #eeeeee;
	}
}

/* for everything 992px and over */
@media (min-width: 1200px) {

	.navbar-default .navbar-nav > li {
		margin: 0 3px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 8px 14px;
		margin-top: 27px;
		position: relative;
		z-index: 2000;
	    letter-spacing: 1px;
	}
	
	/* overlay a white bar to cover the button bottom shadow */
	.navbar-default .navbar-nav > .open > a:before {
		/*.navbar-default .navbar-nav > li.dropdown:hover > a:before {*/
		display: block;
		position: absolute;
		height: 8px;
		width: 100%;
		left: 0;
		background-color: #fff;
		bottom: -5px;
		content: '';
		z-index: 500;
	}
	
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > li.dropdown:hover > a {
		box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.20);
		background-image: none;
	}

	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color: #fff;
	}
	
	.dropdown-menu {
		width: 340px;
		left: auto;
		right: 0px;
		border: none;
		top: 62px;
		box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);
		z-index: 499;
        padding-bottom: 18px;
	}
    .dropdown-menu.choose-your-home {
        width: 370px;
    }
	
	.dropdown-menu li {
		float: left;
		width: 48%;
		margin: 2px 1%;
	}
	.dropdown-menu li.section-header {
		width: 98%;
		padding-top: 15px;
	}
	.dropdown-menu li.section-header.section-header-tight {
		padding-top: 0;
	}
	
	.dropdown-menu li.section-header > a:after {
		display: block;
		border-bottom: 1px solid #a5a5a5;
		content: '';
		padding-top: 6px;
	}
	
	.dropdown-menu li.section-header a:hover,
	.dropdown-menu li.section-header a:focus {
		text-decoration: none;
	}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background: none;
		filter: none;
		color: #ac4503;
		text-decoration: underline;
	}
	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
		background: none;
		filter: none;
		color: #ac4503;
	}
}


.tooltip-inner {
    max-width: none;
}

.form-control {
    font-family: 'LFTEtica', sans-serif;
    letter-spacing: 1px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
    letter-spacing: 1px;
}
::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
    letter-spacing: 1px;
}
:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
    letter-spacing: 1px;
}
:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* container */
@media (max-width: 767px) {
    .container.container-full-bleed-xs {
        padding-left: 0;
        padding-right: 0;
    }
}

.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }

.mt-0 { margin-top: 0px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }

.p-15 { padding: 15px; }
.pt-0 { padding-top: 0; }

.p-0 { padding: 0 !important; }



.flex {
    display: -webkit-flex;
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex-justify-space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-align-items: center;
    align-items: center;
}

/* -- Row Flex -- */
 .row-flex {
    display: -webkit-flex; /* Safari */
    -webkit-flex-flow: row-reverse wrap; /* Safari 6.1+ */
    display: flex;
    flex-flow: row wrap;
}
    .row-flex:after,
    .row-flex:before {
        display: none;
    }
    .row-flex.row-flex-nowrap {
        flex-wrap: nowrap;
    }
    .row-flex.row-flex-bottom {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .row-flex.row-flex-center {
        -webkit-align-items: center;
        align-items: center;
    }
    .row-flex.row-flex-justify-center {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .row-flex.row-flex-justify-space-between {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .col-flex-item {
        display: -webkit-flex; /* Safari */
        -webkit-flex-flow: column; /* Safari 6.1+ */
        display: flex;
        flex-flow: column;
    }

    .row-flex .col {
        padding-left: 15px;
        padding-right: 15px;
    }
