/*
Theme Name: FIA Planning
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fcfcfa;
}

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

p {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 1em 0;
	-webkit-transform: translate3d(0, 0, 0)
}

li {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.6;
}

#menu-main-menu li {
	text-transform: uppercase;
	font-size: 1.1em;
}

h1 {
	font-size: 3.7em;
	/*color: white;*/
	font-weight: 700;
	margin: 0;
	line-height: 1.1;
	text-transform: uppercase;
}

#banner h1 {
	color: white;
	/*font-weight: 800;
	text-transform: none;*/
}

h2 {
	font-size: 2.5em;
	font-weight: 700;
	margin: 1em 0 .4em 0;
}

h3 {
	font-size: 1.7em;
	font-weight: 600;
	margin: 0 0 .8em 0;
	line-height: 1.6;
}

footer h4 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 .4em 0;
}

a {
	font-weight: 500;
}

.spacer-xs {
	height: 2em;
}
.spacer-sm {
	height: 3em;
}
.spacer-md {
	height: 4em;
}
.spacer-lg {
	height: 5em;
}

.no-link-display, .no-link-display:hover, .no-link-display:active {
	color: inherit;
	text-decoration: none;
}

#banner {
	position: relative;
	height: 27em;
}

.image-full {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.22);
	z-index: 1;
}

.image-overlay.product-update {
	background-color: rgba(0,0,0,0);
	transition: all 300ms;
}

.image-grid-item:hover .image-overlay.product-update {
	background-color: rgba(0,0,0,.42);
}

#page-heading {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.table-center {
	display: table-cell;
	vertical-align: middle;
}

.base-color {
	background: linear-gradient(to right, #0085c9, #0e60a0);;
}

#header-logo {
	max-height: 5em;
	margin: 1em auto;
}

.image-grid-item {
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
	position: relative;
	margin: 0 -15px 0 -15px;
}

.image-grid-item .image-overlay {
	border: 1px solid #fcfcfa;
}

.image-grid-item a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.image-grid-item > span {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	color: white;
	font-size: 1.7em;
	font-weight: 600;
	padding: 1em 1em .5em 1em;
	line-height: 1;
}

.image-grid-item > span .click-through {
	font-size: .8em;
	font-weight: 400;
	font-style: italic;
	margin-top: .5em;
	display: block;
	position: relative;
	height: 0px;
	overflow: hidden;
	transition: height 300ms;
}

.image-grid-item:hover > span .click-through {
	height: 30px;
}

.brand-wrap {
	float: left;
}

.navbar-transparent {
	background-color: transparent;
	border-color: transparent;
	border-radius: none;
	position: relative;
	min-height: none;
	margin-bottom: none;
	border: none;
}

.navbar {
	margin-bottom: 10px;
	margin-top: 10px;
}

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

.navbar-nav {
	padding-top: 3.6em;
}

.navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 400;
	transition: color 150ms;
	color: inherit;
}

.brand-wrap {
	padding-left: 15px;
}

.brand-wrap img {
	height: auto;
	width: auto;
	max-height: 115px;
}

span.blog-name {
	font-size: 2em;
	font-weight: 700;
}

.dropdown-menu > li > a {
	color: inherit;
	font-weight: 400;
}

.menu-open {
	display: none;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #fcfcfa;
	box-shadow: 0 0 14px rgba(100,100,100,.3);
}

.header-spacer {
	height: 104px;
}

footer {
	background-color: #f7f9f7;
	border-top: 1px solid rgba(0,0,0,.05);
	padding: 4em 0;
}

.medium-text {
	font-size: 1.4em;
	display: block;
	font-weight: 300;
	line-height: 1.6;
}

.medium-title {
	font-size: 1.8em;
	display: block;
	font-weight: 700;
	margin-bottom: .5em;
}

.medium-image {
	max-height: 10em;
	margin-bottom: 2em;
}

.no-decoration, .no-decoration:hover {
	color: inherit;
	text-decoration: none;
}

.back-arrow img {
	width: 2em;
}

.featured-image {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featured-image-content p {
	font-weight: 600;
}

.featured-image-content ol {
	display: inline-block;
	text-align: left;
}

.featured-image .image-overlay {
	z-index: 0;
	background-color: rgba(0,0,0,.52);
}

.featured-heading {
	margin: 0 0 0 0;
	color: inherit;
}

.featured-link {
	margin: 0;
}

footer h2 {
	margin: 0 0 .4em 0;
}

.absolute-fill {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.map-wrap {
	position: relative;
	height: 0;
	padding-bottom: 30%;
}

footer #logo-wrap {
	text-align: right;
}

footer #logo-wrap img {
	max-width: 23em;
	margin: 0 1em 2em 1em;
}

.blue-line-new {
	width: 80px;
	height: 2px;
	background-color: #0085c9;
	margin: 0 auto;
}

@media screen and (min-width: 767px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.product-title {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
}

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

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

.dropdown-menu {
	background-color: #fcfcfa;
}






/*#full-menu {
	position: fixed;
	top: 0;
	right: 100%;
	width: 40%;
	height: 100vh;
	background-color: #fcfcfa;
	z-index: 99;
	transition: all 400ms ease-out;
	overflow: hidden;
	box-shadow: 0 0 3em transparent;
}

#full-menu.menu-animate {
	right: 60%;
	box-shadow: 0 0 3em rgba(0,0,0,.15);
}

#full-page {
	position: absolute;
	top: 20%;
	height: 70%;
	width: 100%;
	display: table;
}

#full-footer {
	position: absolute;
	bottom: 0%;
	height: 10%;
	width: 100%;
	display: table;
}

#full-header {
	position: absolute;
	top: 0%;
	height: 20%;
	width: 100%;
	display: table;
}

#full-footer a {
	display: inline-block;
	color: inherit;
}

#full-footer .fa {
	font-size: 2.5em;
	padding: .4em;
}

.menu-main-menu-container {
	display: inline-block;
	text-align: left;
}

#full-page ul.menu {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#full-page li {
	list-style-type: none;
}

#full-page ul.menu > li {
	margin: 0 0 1em 0;
}

#full-page ul.menu li ul.sub-menu {
	padding: .2em 0 0 0;
	height: 0;
	overflow: hidden;
}

#full-page ul.menu li ul.sub-menu li a {
	font-size: .8em;
	padding: .4em 0 .4em 2em;
}

#full-page ul.menu li a {
	font-size: 1.5em;
	font-weight: 300;
	color: #333;
	display: block;
	padding: .3em 0 .3em 1em;
	border-left: 1px solid transparent;
	line-height: 1;
}

#full-page ul.menu li a:hover {
	border-left: 1px solid #333;
	text-decoration: none;
}









.nav-box span, .nav-box span:before, .nav-box span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 2px;
	width: 26px;
	background: black;
	position: absolute;
	display: block;
	content: '';
}
.nav-box span:before {
	top: -8px;
}
.nav-box span:after {
	bottom: -8px;
}
.nav-box span, .nav-box span:before, .nav-box span:after {
	transition: all 400ms;
}
.nav-box.active span {
	background-color: transparent;
}
.nav-box.active span:before, .nav-box.active span:after {
	top: 0;
}
.nav-box.active span:before {
	transform: rotate(45deg);
}
.nav-box.active span:after {
	transform: rotate(-45deg);
}
.nav-box {
	display: inline-block;
	position: relative;
	height: 0px;
	width: 45px;
	padding: 20px 0 22px 10px;
	vertical-align: middle;
}

#header-spacer {
	height: 2em;
}

.hover-inline {
	font-size: 1.2em;
	font-weight: 300;
	opacity: 0;
	transition: opacity 150ms;
	vertical-align: middle;
}

.opacity-full {
	opacity: 1;
}*/







@media screen and (max-width: 1199px) {
	#full-menu {
		width: 50%;
	}
	#full-menu.menu-animate {
		right: 50%;
	}
	.brand-wrap img {
		max-height: 105px;
	}
	.navbar-nav {
		padding-top: 3em;
	}
}

@media screen and (max-width: 991px) {
	#full-menu {
		width: 60%;
	}
	#full-menu.menu-animate {
		right: 40%;
	}
	.brand-wrap {
		padding-left: 0;
		float: none;
	}
	.navbar {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.header-spacer {
		height: 194px;
	}
	.navbar-right {
		float: none !important;
		display: inline-block;
	}
	.navbar-nav {
		padding-top: 2.6em;
	}
}

@media screen and (max-width: 767px) {
	html, body {
		font-size: 12px;
	}
	#banner {
		height: 21em;
	}
	h1 {
		font-size: 3em;
	}
	.hover-inline {
		display: none;
	}
	#header-spacer {
		height: 1.8em;
	}
	/*#full-menu {
		width: 100%;
	}
	#full-menu.menu-animate {
		right: 0%;
	}*/
	.navbar {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.brand-wrap img {
		max-height: 70px;
		padding-left: 10px;
	}
	.brand-wrap {
		float: left;
	}
	.navbar-nav {
		padding-top: 0;
	}
	.menu-open {
		display: block;
		font-size: 1.3em;
		font-weight: 300;
		cursor: pointer;
	}
	.navbar-nav > li > a {
		padding-top: .5em;
		padding-bottom: .5em;
	}
	.header-spacer {
		height: 139px;
	}
	.image-grid-item {
		padding-bottom: 40%;
	}
	.map-wrap {
		padding-bottom: 33em;
	}
	footer, footer #logo-wrap {
		text-align: center;
	}
	.navbar-right {
		display: block;
	}
	.thumbnail-update {
		text-align: center;
	}
}