@charset "UTF-8";
/* CSS Document */



/* |||||||||||||||||||||||| HTML ELEMENT STYLES |||||||||||||||||||||||| */

html, body{
	color: #565656;
	font-family: "Lato", Helvetica, Arial, sans-serif !important;
	line-height: 26px;
	font-size: 16px;
	height: 100%;
	width: 100%;
	background:#ebebeb;
}

h1 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

h2 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	
}

h3 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	
}

h4 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

header {
	z-index: 10000;
}

p {
	font-weight: 300;
}
	
/* |||||||||||||||||||||||| STANDARD STYLES |||||||||||||||||||||||| */

.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; }

.hr, .hrShort{
	height: 1px;
	width: 100%;
	/*background-color: #9E9E9E;
	margin: 5px 0px;*/
	border-bottom:1px solid #9e9e9e;
	padding-top:10px;
}

.hrShort {
	padding-top:0;
	height:0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.fullWidth {
	width:100%;
}




a {
   font-family: "Lato", Helvetica, Arial, sans-serif; 
   color: #6d0e12;
}

a:link {
	text-decoration: none !important;
}

a:visited {
	text-decoration: none !important;
}

a:hover 
{
    color: #ccc;
	text-decoration: none !important;
}

.no-float {
	float:none !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.no-margin {
	margin: 0 !important;
}

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


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

/* |||||||||||||||||||||||| NAV |||||||||||||||||||||||| */

#main-nav {
	height:100%;
	background:#565656;
	z-index:10000;
	padding: 105px 100px 20px 30px;
	position: fixed;
	border: none;
	color: #e1e1e1;
}

#main-nav .img-responsive:hover {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
	cursor: pointer;
}

.navbar-default, .navbar {
	background-color: none;
	border-color: none;
	border-radius: 0;
}

.navbar-toggle {
	display: block !important;
	width: 40px;
	height:32px;
	text-indent: -999999px;
	border: none;
	color: transparent;
	border-radius:0;
	position: fixed !important;
	left: 30px;
	top: 30px;
	cursor:pointer;
}

.nav-open {
	background-image: url('../img/menu-open.png');
	background-repeat:no-repeat;
	background-position: center top;
	z-index: 1000;
	border-radius: 0 !important;
	margin: 0;
	padding: 0;
	cursor:pointer;
}

.nav-open:hover {
	background-position: center -42px;
}

.nav-gray {
	background-position: center -84px;
}

.nav-gray:hover {
	background-position: center -126px;
}

.nav-close {
	background-image: url('../img/menu-close.png');
	background-repeat:no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	position: absolute !important;
	left: 30px !important; 
}

.nav-close:hover {
	background-position: center -42px;
}

.nav-items {
	min-height: 170px;
	-webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.nav-items li {
	list-style-image: url('../img/bullet.jpg');
	margin:0 0 0 15px;
	list-style-position: outside;
    padding-left: 5px;
    line-height: 40px;
}

/*.nav-items li:first-child {
	margin-top: 0;
}*/

.nav-items li a {
	font-size: 18px;
	color: #e1e1e1;
	font-weight: 300;
	color: #ffffff;
}

#home-page .nav-items li a.nav-home, #page-fbi .nav-items li a.nav-fbi, #page-1982 .nav-items li a.nav-1982, #page-youth .nav-items li a.nav-youth, #page-nubian .nav-items li a.nav-nubian, #page-irs .nav-items li a.nav-irs, #page-charter .nav-items li a.nav-charter, #page-aafmaa .nav-items li a.nav-aafmaa, #page-spouselink .nav-items li a.nav-spouselink, #page-fio .nav-items li a.nav-fio, #page-djym .nav-items li a.nav-djym {
	color: #97d9ee;
}

/* .nav-items li a.active-nav {
	color: #97d9ee;
} */

.nav-items li a:hover {
	text-decoration: none;
	color: #97d9ee;
}

.nav-wrapper, .bio {
	border-bottom: 1px solid #7d7d7d;
	padding-bottom: 25px;
	margin-bottom: 20px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.nav-wrapper h2 {
	font-size: 30px;
	font-weight: 100;
	margin: 0 0 20px 0;
}

.bio h2 {
	font-size: 30px;
	font-weight: 100;
	margin: 0 0 20px 0;
}

.bio p, .bio h3 {
	color: #ffffff;
}

.bio h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
}

.bio p {
	line-height: 26px;
	margin: 0 0 20px 0;
	letter-spacing: .035em;
}

.contact-info {
	font-size: 18px;
	font-weight: 100;
	border-right:1px solid #7d7d7d;
}

.contact-info p {
	margin-bottom: 0;
}
.contact-info p a {
	color:#e1e1e1;
}

.contact-info p a:hover {
	color: #97d9ee;
}

.contact-buttons li {
	display: inline-block;
	margin-left: 20px;
}

.contact-buttons li:first-child {
	margin-left: 0;
}

.contact-buttons li a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -999999px;
	color: transparent;
	background-image: url('../img/sprite-social.png');
}

.contact-buttons.light li a {
	background-image: url('../img/sprite-social-light.png');
}

.linkedin {
	background-position: 0 0;
}

.linkedin:hover {
	background-position: 0 -210px;
}

.download {
	background-position: 0 -70px;
}

.download:hover {
	background-position: 0 -280px;
}

.paypal, .twitter {
	background-position: 0 -140px;
}

.paypal:hover, .twitter:hover {
	background-position: 0 -350px;
}

.nav-circles {
	position: absolute;
	right: 30px;
	top: 40px;
	z-index: 1000;
}

.nav-circles li {
	display: inline-block;
	margin-left: 25px;
}

.nav-circles li:first-child {
	margin-left: 0;
}

.nav-circles li a {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -999999px;
	color: transparent;
	background-color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 5px;
}

.nav-circles li a:hover {
	background:#be1e2d;
}

#home-page .nav-circles li a.nav-home, #page-fbi .nav-circles li a.nav-fbi, #page-1982 .nav-circles li a.nav-1982, #page-youth .nav-circles li a.nav-youth, #page-nubian .nav-circles li a.nav-nubian, #page-irs .nav-circles li a.nav-irs, #page-charter .nav-circles li a.nav-charter, #page-aafmaa .nav-circles li a.nav-aafmaa, #page-spouselink .nav-circles li a.nav-spouselink, #page-fio .nav-circles li a.nav-fio, #page-djym .nav-circles li a.nav-djym {
	background:#be1e2d;
}

.tooltip-inner {
	background-color: #7d7d7d !important;
	border-radius: 0;
	padding: 5px 15px;
}

.tooltip.bottom .tooltip-arrow { border-bottom-color: #7d7d7d; }
.tooltip.left .tooltip-arrow { border-left-color: #7d7d7d; } 
.tooltip.right .tooltip-arrow { border-right-color: #7d7d7d; } 
.tooltip.top .tooltip-arrow { border-top-color: #7d7d7d; } 


/* |||||||||||||||||||||||| TOP |||||||||||||||||||||||| */

.top {
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 85vh;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
	padding:20% 0 0 0; 
}

#home-page .top {
	background-image:url('../img/bg-home.jpg');
	padding: 18% 0 0 0;
	height:85vh;
}

#page-fbi .top {
	background-image:url('../img/bg-fbi.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: auto;
	height: 85vh;
	background-size: inherit;
	-webkit-background-size: inherit;
	-moz-background-size: inherit;
	-o-background-size: inherit;	
	padding:18% 0 0 0; 
	background-color: #3f4040;
}

#page-1982 .top {
	background-image:url('../img/bg-1982.jpg');
	padding: 16% 0 0 0;
}

#page-youth .top {
	background-image:url('../img/bg-youth.jpg');
	padding: 20% 0 0 0;
}

#page-nubian .top {
	background-image:url('../img/bg-nubian.jpg');
	padding: 14% 0 0 0;
}

#page-irs .top {
	background-image:url('../img/bg-irs.jpg');
	padding:22% 0 0 0;
}

#page-charter .top {
	background-image:url('../img/bg-charter.jpg');
	padding: 18% 0 0 0;
}

#page-aafmaa .top {
	background-image:url('../img/bg-aafmaa.jpg');
	padding: 18% 0 0 0;
}

#page-spouselink .top {
	background-image:url('../img/bg-spouselink.jpg');
}

#page-fio .top {
	background-image:url('../img/bg-fio.jpg');
}

#page-djym .top {
	background-image:url('../img/bg-djym.jpg');
	padding: 16% 0 0 0;
}



/*#home-page .top .home-enable {
	margin: 0 !important;
}

#home-page .top h1 {
	margin:60px 0 0 0;
	padding:0;
	overflow: hidden;
}

#home-page .top h1 img {
	margin-right: -25px;
}

#home-page .top h2.logo {
	margin-top: 140px;
}

#home-page .top h2 {
	margin-top: 90px;
}

#home-page .top h2.home-logo a {
	display: block;
	width: 100%;
	height: 151px;
	text-indent: -999999px;
	color: transparent;
	background: url('../img/sprite-logo.png') center 0 no-repeat;
}

#home-page .top h2.home-logo a:hover {
	background: url('../img/sprite-logo.png') center -171px no-repeat;
}

#home-page .top h2.arrow {
	margin: -135px 30px 0 0;
}

#home-page .top h2.arrow a {
	display: block;
	width: 20px;
	height: 40px;
	text-indent: -999999px;
	color: transparent;
	background: url('../img/sprite-arrow.png') 0 0 no-repeat;
}

#home-page .top h2.arrow a:hover {
	background: url('../img/sprite-arrow.png') 0 -50px no-repeat;
}*/

/*#home-page .top h2 a {
	color: #97d9ee;
	font-size: 24px;
	font-weight: 400;
	padding-right:66px;
	padding-top: 5px;
	height: 39px;
	display: block;
	margin-top: 150px;
	background: url('../img/arrow-right.png') center right no-repeat;
}

#home-page .top h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}*/




/* |||||||||||||||||||||||| FINE PRINT |||||||||||||||||||||||| */

#home-page .fine-print {
	margin-top: -12%;
}

.fine-print {
	margin-top: -15%;
	padding-bottom:100px;
}

.fine-print h2 {
	margin: 75px 0 0 0;
}

.fine-print h2, .services h2, .proof h2, .fin h2 {
	font-size:30px;
}

.fine-print h3 {
	margin-bottom:5px;
	margin-top: 0;
}

.fine-print h3, .services h3, .proof h3 {
	font-size: 24px;
	font-weight: 300;
	color: #168da2;
}

.project-info {
	margin-top: 50px;
}

.project-info ol li {
	margin-left: 21px;
	font-weight: 300;
}

.project-right {
	margin-top:30px;
}

.project-right:first-child {
	margin-top: 0;
}

.project-right p {
	margin-bottom: 0;
}

.project-info .contact-buttons {
	margin-top: 25px;
}



/* |||||||||||||||||||||||| SERVICES |||||||||||||||||||||||| */

.services {
	padding: 75px 0;
	background:#dbdbdc;
}

.services h2 {
	margin: 0px 0 80px 0;
}

.service-list {
	margin-top: 25px;
}

.service-list li {
	font-size: 14px;
	list-style: none;
	line-height: 18px;
	margin-top: 4px;
}

.service-list li:first-child {
	margin-top: 0;
}

.service-boxes img {
	width: 60px;
	height: 60px;
}

/* |||||||||||||||||||||||| PROOF |||||||||||||||||||||||| */


.proof {
	padding: 75px 0 100px 0;
}

.proof h2 {
	margin: 0px 0 50px 0;
}

#home-page .proof h2 {
	margin: 0px 0 80px 0;
}

.portfolio-wrapper {
	padding: 20px 30px;
	background: #636363;
}

.portfolio-wrapper h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	margin: 7px 0 5px 0;
	height: 26px;
}

.portfolio-wrapper p {
	color: #97d9ee;
	font-size: 16px;
	font-weight: 300;
	height: 19px;
}

.portfolio-icon {
	width: 60px;
	height:60px;
	border-radius: 30px;
	padding-top: 15px;
}

.portfolio-strategy {
	background-color: #168da2;
}

.portfolio-creative {
	background-color: #0f4155;
}

.portfolio-design {
	background-color: #be1e2d;
}

.portfolio-marketing {
	background-color: #6d0e12;
}

.portfolio-development {
	background-color: #f58c87;
}

.portfolio-icon img {
	display: block;
	width: 30px;
	height: 30px;
}

#home-page .cbp-caption-active .cbp-caption, #home-page .cbp-caption-active .cbp-caption-defaultWrap {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-defaultWrap {
	background: #333333;
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.cbp-l-caption-body a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-indent: -999999px;
	color: transparent;
	background-image: url('../img/sprite-portfolio.png');
	margin-left: 20px;
}

.cbp-l-caption-body a:first-child {
	margin-left: 0;
}

.cbp-l-caption-body a.cpb-buttonLink:hover {
	background-position: 0 -70px;
}

.cbp-l-caption-body a.cbp-buttonMore {
	background-position: -75px 0;
}
.cbp-l-caption-body a.cbp-buttonMore:hover {
	background-position: -75px -70px;
}

.cbp-l-caption-body a.cbp-buttonLarge {
	background-position: -150px 0;
}

.cbp-l-caption-body a.cbp-buttonLarge:hover {
	background-position: -150px -70px;
}


.cant-show {
	margin-top: 30px;
}



/* |||||||||||||||||||||||| FILTERS |||||||||||||||||||||||| */

.cbp-l-filters-button .cbp-filter-item {
	border-top-width: 10px;
	border-top-style: solid;
	background-color: transparent;
	padding-top: 10px;
}

.cbp-l-filters-button .cbp-filter-item:hover {
	overflow: visible;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out; }

}

.cbp-l-filters-button .cbp-filter-item:first-child {
	margin-left: 4% !important;
}

.cbp-l-filters-button .cbp-filter-item.filter-all {
	border-top-color: #939598;
}

.cbp-l-filters-button .cbp-filter-item.filter-strategy {
	border-top-color: #168da2;
}

.cbp-l-filters-button .cbp-filter-item.filter-creative {
	border-top-color: #0f4155;
}

.cbp-l-filters-button .cbp-filter-item.filter-design {
	border-top-color: #be1e2d;
}

.cbp-l-filters-button .cbp-filter-item.filter-marketing {
	border-top-color: #6d0e12;
}

.cbp-l-filters-button .cbp-filter-item.filter-development {
	border-top-color: #f58c87;
}



.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  cursor: default; 
  overflow: visible;
}


/* |||||||||||||||||||||||| FIN |||||||||||||||||||||||| */


.fin {
	padding: 0 0 100px 0;
}

.fin h2 {
	margin: 0;
}

.fin-wrapper {
	border-top:1px solid #565656;
	padding-top: 40px;
}

.fin p a {
	color: #168da2;
	font-weight: 400;
}


/* |||||||||||||||||||||||| RESPONSIVE |||||||||||||||||||||||| */

@media (max-width:1199px) and (min-width:768px) {

	.nav-items {
		min-height: 210px;
		-webkit-column-count: 2;
		  -moz-column-count: 2;
		  column-count: 2;
		  -webkit-column-gap: 20px;
		  -moz-column-gap: 20px;
		  column-gap: 20px;
	}

	

}

@media (min-width: 768px) and (max-width: 991px) {

	.service-boxes {
		margin-top: 30px;
	}

	.project-right:first-child {
		margin-top: 30px;
	}

}


@media (max-width: 767px) {

	.fine-print {
		margin-top: -35%;
	}

	.contact-info {
		border-right:none;
	}

	.contact-buttons {
		margin-top: 25px;
	}

	.top {
		padding: 25% 0 0 0;
	}

	.top h2 a {
		margin-top: 50px;
	}

	#main-nav {
		padding:105px 30px 30px;
	}

	.nav-circles li {
		margin-left: 15px;
	}

	.nav-items {
		-webkit-column-count: 1;
		  -moz-column-count: 1;
		  column-count: 1;
		  -webkit-column-gap: 20px;
		  -moz-column-gap: 20px;
		  column-gap: 20px;
	}

	.col-xs-5ths {
	    width: 20%;
	    float: left;
	}

	.service-boxes {
		margin-top: 30px;
	}

	.service-boxes:first-child {
		margin-top: 0px;
	}

	.project-right:first-child {
		margin-top: 30px;
	}

	.cbp-l-filters-button .cbp-filter-item {
		margin-left: 10px;
	}

	.cbp-l-filters-button .cbp-filter-item-5 {
		margin-left: 0 !important;
	}



	#home-page .top h2.logo, #home-page .top h2 a {
		margin-top: 25px;
	}

	#home-page .top h2.arrow {
		margin: -155px 30px 0 0;
	}

}



@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

