﻿/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base blue
hex #428bca

Dark blue
hex #2a6496;
	
Base orange
hex #ff8000;
	
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */


body {
	
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #F0EAD7;
	background-image: url('link');
	background-repeat: repeat-x;
	background-position: top;
	box-shadow: none;
	
}

a {
	
	color: #2E2F2D;
	
}

a:hover {
	
	color: #2E2F2D;
	text-decoration: underline;
	
}

h1 {
	
	color: #2E2F2D;
	text-shadow: none;
	font-weight: bold;
	
}

h2 {
	
	color: #2E2F2D;
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-shadow: none;
	
}

h3 {
	
	color: #2E2F2D;
	
}

h4 {
	
	color: #2E2F2D;
	
}

h5 {
	
	color: #2E2F2D;
	
}

.Masthead {
	/*
	box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	*/
}

#content-container .container {
	/*
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	*/
}


/* ====================== Additional container styles ======================= */


.breadcrumb {
	/*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
}

.badge {
	
	background-color: #2E2F2D
	
}

.pagination > li > a, .pagination > li > span {
	
	color: #2E2F2D;
	
}

.nav-tabs > li {
	/*
	color: #555;
	*/
}

.nav-tabs > li > a:hover {
	
	color: #2E2F2D
	
}

.nav-tabs > li.active > a {
	
	border-top-color: #2E2F2D;
	color: #2E2F2D;
	
}

body.no-nav {
	/*
	background-color: white;
	background-image: none;
	*/
}


/* ====================== Navigational styles =============================== */


.navbar-collapse {
	
	padding: 0px;
	box-shadow: 0px -2px 3px rgba(0,0,0,0.2);
	background-color: #2E2F2D;
	
}

.container > .navbar-collapse {
	
	border-bottom-color: #2E2F2D;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
}

.navbar-top > li > a {
	
	padding: 5px;
	color: #2E2F2D;
	
}

.navbar-top > li > a:hover {
	
	color: #2E2F2D;
	background-color: white;
	
}

.navbar-nav > li > a {
	/*
	color: white;
	*/
}

.navbar-nav > li > a:hover {
	
	color: #2E2F2D;
	background-color: white;
	
}

.navbar-nav > li > a.active {
	
	color: #2E2F2D;
	background-color: white;
	
}

.navbar-nav > li > .dropdown-menu {
	/*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}

.dropdown-menu {
	
	background-color: white;
	border-bottom-color: #2E2F2D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	
}

.dropdown-menu > li > a {
	/*
	color: #333;
	*/
}

.dropdown-menu > li > a:hover {
	
	color: white;
	background-color: #2E2F2D;
	
}

.left-nav > li {
	/*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-nav > li > a {
	/*
	color: white;
	*/
}

.left-nav > li > a:hover {
	
	color: white;
	background-color: #2E2F2D;
	
}

.left-nav > li.active > a {

	color: white;
	background-color: #2E2F2D;
	
}

.left-nav > li.active > a:hover {
	
	color: white;
	background-color: #2E2F2D;
	
}

.left-nav > li.active > a:focus, .left-subnav.in > li.active > a {
	
	color: white;
	background-color: #2E2F2D;
	
}

.left-nav > li.active > .left-subnav > li > a, .left-subnav.in > li > a {
	
	color: #2E2F2D;
	
}

.left-nav > li.active > .left-subnav > li > a:hover, .left-subnav.in > li > a:hover {
	
	color: #2E2F2D;
	
}

.left-subnav.in > li > a {
	
	color: #2E2F2D;
	padding: 8px 0px 8px 24px;
	background-color: white;
	
}

.left-subnav > li {
	/*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-subnav > li > a {
	
	padding: 8px 0px 8px 11px;
	color: #2E2F2D;
	
}

.left-subnav > li > a:hover {
	
	color: #2E2F2D;
	background-color: white;
	
}

.left-subnav > li.active > a {

	color: white;
	background-color: #2E2F2D;
	
}

.left-subnav > li.active > a:hover {
	
	color: white;
	background-color: #2E2F2D;
	
}

.nav-username {
	/*
	padding: 5px;
	color: white;
	height: auto;
	font-size: 14px;
	*/
}

#ctl00_UserInfo_lnkLogout {
	/*
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	*/
}

.navbar-toggle {
	
	border-color: #2E2F2D;
	background-color: #2E2F2D;
	
}

i.fa.fa-caret-down {
	/*
	display: none; (This is optional)
	*/
}


/* ====================== Default footer styles ============================= */


#footer-container .container {
	
	background-color: #2E2F2D;
	border-top-color: #2E2F2D;
	border-top-style: solid;
	border-top-width: 2px;
	box-shadow: 0px -2px 2px rgba(0,0,0,0.2), 0px 2px 2px rgba(0,0,0,0.2);
	
}


/* ====================== Custom footer styles ============================== */


#footer-container .container {
	
	background-color: #2E2F2D;
	border-top-color: #2E2F2D;
	border-top-style: solid;
	border-top-width: 2px;
	box-shadow: 0px -2px 2px rgba(0,0,0,0.2), 0px 2px 2px rgba(0,0,0,0.2);
	
}

.footer h2 {
	/*
	color: white;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.footer ul {
	/*
	padding-left: 0px;
	margin-top: 10px;
	float: left;
	*/
}

.footer ul li {
	/*
	color: white;
	text-decoration: none;
	margin-bottom: 8px;
	list-style-type: none;
	*/
}

/* ====================== IFAI Custom Made Styles ============================== 
- Made by Matt Breiwick
- Some changes are hotfixes. So please excuse my non-standard ways of pulling this off.
*/

.container {
	box-shadow: none;
}

/*#ctl00_dvMasthead { display:none; }*/

#breadcrumb { padding: 0 0 0 14px; }

.btn-ifai { text-transform: uppercase;}
.btn-xs-ifai { padding: 4px 10px;}

.btn-hero {
	text-transform: uppercase;
	background-color: #C91A20;
	color:#FFFFFF;
	border: none;
}

.card-color-bar-red {background:#044F59;}
.card-color-bar-blue {background:#B29631;}
.card-color-bar-green {background:#648240;}
.card-color-bar-blue2 {background:#84AA3E;}
.card-color-bar-green2 {background:#4C80A2;}
.card-color-bar-grey {background:#2E2F2D;}

.btn-red {background:#044F59; color: #FFFFFF;}
.btn-blue {background:#B29631; color: #FFFFFF;}
.btn-blue2 {background:#84AA3E; color: #FFFFFF;}
.btn-green {background:#648240; color:#FFFFFF;}
.btn-green2 {background:#4C80A2; color:#FFFFFF;}
.btn-grey {background:#2E2F2D; color:#FFFFFF;}

.hero {
	background-image: url(https://s23.a2zinc.net/clients/IFAI/Geo21/CUSTOM/images/interface/Geo21_a2z_HDR.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	margin: -40px -10px 20px -10px;
}

.hero-sub {
	background-image: url(https://s23.a2zinc.net/clients/IFAI/Geo21/CUSTOM/images/interface/Geo21_A2Z_Masthead-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 150px;
	margin: -40px -10px 20px -10px;
}

.hero-container {
	display: table-cell;
	vertical-align: middle;
	max-width:1170px;
	width: 100%;
	height: 400px;
}

.hero-middle {
	padding:30px 30px 30px 125px;
	background:rgba(0,0,0,0.5);
}

.hero h1 {
	color:#FFFFFF;
	font-size:60px;
	font-weight: bold;
	margin-top:0;
}

@media (max-width: 768px) {
	.hero {
		margin: -30px -10px 20px -10px;
		min-height: 250px;
	}

	.hero-container {
		display: block;
		vertical-align: none;
		max-width:auto;
		width: auto;
		height: auto;
	}

	.hero-middle { padding:30px 30px 50px 30px; }
}

.row-cards {
	width: 100%;
	max-width: 950px;
    margin: auto;
    margin: 0 auto 0;
}

.row-cards .col-md-4 {
	margin:0 0 70px;
}

@media (max-width: 992px) {
	.row-cards { margin: 40px auto 0; }
}

@media (max-width: 768px) {
	.row-cards .col-md-4 {
		margin:0 0 35px;
	}
}

.card-title {
	font-size:18px;
	font-weight: bold;
}

.card-color-bar {
	height: 6px;
    width: 55px;
    margin: 0 0 5px;
}

.feature {
	margin:0 -10px 30px -10px;
	padding:20px 0 20px 0;
}

.feature-content {
	display: table;
	height: 260px
}

.feature-content-inner {
	display: table-cell;
	vertical-align: middle;
	padding:0 20px 0 250px;
}

.feature-content-inner-right { padding:0 250px 0 20px; }

.feature-title {
	font-size:30px; 
	line-height: 38px;
	font-weight: 400;
}

.image-circle {
	background:#EEEEEE; 
	width:250px; 
	height: 250px; 
	border-radius: 250px;
	margin: 0 0 0 60px
}

.image-circle img { width: 250px; }

.image-circle-right { 
	float: right; 
	margin: 0 60px 0 0;
}

.image-circle-sm {
	background:#EEEEEE; 
	width: 200px; 
	height: 200px; 
	border-radius: 200px; 
	margin: auto;
}

.image-circle-sm > img {
	width:200px;
}

@media (max-width: 990px) {
	.feature-content {
		width: 100%;
		height: auto;
	}

	.feature-content-inner { 
		text-align: center; 
		padding:0 45px 0 45px;
	}

	.image-circle-right { 
		float: right; 
		margin: 0;
	}
}

@media (max-width: 768px) {
	.feature-content, {
		padding: 25px 50px 0 50px;
		text-align: center;
	}

	.feature-title { 
		font-size:38px;
		line-height: 38px;
	}

	.feature-content-inner { 
		text-align: center; 
		padding:0 20px 0 20px;
	}
}

.list-unstyled-ifai > li > a {
	margin-left:0;
}

.home-intro {
	width:100%;
	max-width: 750px;
	margin: auto;
	padding:50px 0 50px 0;
}

.home-intro h2 {
	font-size:38px;
}

.home-intro p {
	font-size: 20px;
}

@media (max-width: 990px) {
	.home-intro { padding: 25px 20px 25px 20px; }
}

.CustomField_resize_fix{
    max-width: 24px
}
