.blue {
	background-color: #1770D1;
}

.white {
	background-color: #fff;
}

.iaGreen {
	background: #1FAE4B;
}

.iaOrange {
	background-color: #E17B33;
}

.iaLightBlue {
	background-color: #4CA5D7;
}

.iaDarkBlue {
	background-color: #005BAA;
}

/* LOGO */

.navbar-brand {
	padding-top: 10px;
}

.navbar-brand img {
	height: 73px;
}

/* BUTTON STYLE */

a.btn {
	background-color: #1770D1;
}

a.btn:hover {
	background-color: #3a9ae7;
}

.btn.btn-blue {
    background: #004a87 !important;
}
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active {
    background: #00aeef !important;
}

/* NAV STYLES */

.navbar-nav > li > a {
	color: #29292C !important;
}

ul.nav li a, ul.nav li a:visited {
	color: #29292C;
	font-size: 16px;
}

ul.nav li a:hover, ul.nav li a:active {
	color: #7CAAD3 !important;
}

ul.dropdown-menu li a, ul.dropdown-menu li a:visited {
	font-size: 14px !important;
	color: #fff !important;
}

ul.dropdown-menu > li a:hover, ul.dropdown-menu li a:active {
	color: #7CAAD3 !important;
}

.navbar .btn {
	background-color: #1770D1;
}

.navbar .dropdown-menu {
	border-top: 2px solid #3a9ae7 !important;
}

@media (min-width: 992px) {

	ul.nav > li:last-child {
		padding: 20px 0;
	}

	ul.nav > li:last-child > a {
		padding: 15px 15px;
		background: #004a87;
		color: #fff !important;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	ul.nav > li:last-child > a:hover {
		color: #fff !important;
	}

}

/* DIV SPECIFICS */

.homepageOurServices img {
	border-radius: 4px 4px 0 0;
}

.homepageOurServices .text-wrapper p {
	color: #3e3e3e;
}

.homepageOurServices .text-wrapper h5 {
	color: #fff;
	overflow: hidden;
	padding: 10px;
	border-radius: 0 0 4px 4px;
}

.homepageOurServices a.btn {
	white-space: normal;
	background-color: #004a87;
}

.homepageOurServices a.btn:hover {
	background-color: #00aeef;
}

.ourClients .section-title, .ourClients .lead, .homepagePartners .section-title, .homepagePartners .lead, .homepageOurServices .section-title, .homepageBlog .section-title {
	color: #3e3e3e;
}

/* HTML5 Video - LC (2/17/2016 @ 10:15am) */
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
    width: 108% !important;
    height: auto !important;
}
.tp-video-play-button {
	display: none !important;
}
@media (max-width: 480px) {
	.caption.fullscreenvideo video {
		display: none !important;
	}
}
.revolution .tp-dottedoverlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	/* IE 5-7 */
	filter: alpha(opacity=25);
	/* Netscape */
	-moz-opacity: 0.25;
	/* Safari 1.x */
	-khtml-opacity: 0.25;
	/* Good browsers */
	opacity: 0.25;
}

/* Social */
.greyIcons a .icon-s-twitter,
.greyIcons a .icon-s-facebook,
.greyIcons a  .icon-s-linkedin,
.greyIcons a  .icon-s-youtube,
.greyIcons a  .icon-s-rss  {
	background-color: #bdbdbd;
}

.greyIcons a:hover .icon-s-twitter {
	background-color: #5daed5;
}

.greyIcons a:hover .icon-s-facebook {
	background-color: #4470cf;
}

.greyIcons a:hover .icon-s-linkedin {
	background-color: #3393c1;
}

/* INTERIOR */

.sidebox .inputBox {
	background-color: #fff !important;
}

input.inputBox::-webkit-input-placeholder {
    color: #656565 !important;
}

.newsletterSidebar form input.email {
	background-color: #fff !important;
	color: #656565 !important;
}

/* Homepage Photo "Our Services" Callouts - LC (2/23/2016 @ 3:00pm) */
.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}
#serviceBoxes {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
#serviceBoxes .serviceBox {
	position:relative;
	width: 33%;
	margin: 0;
	padding: 0;
	height: 300px;
	float: left;
	overflow: hidden;
}
#serviceBoxes .serviceBox.push {
  width: 34%;
}
@media (max-width: 768px) {
	#serviceBoxes .serviceBox, 
	#serviceBoxes .serviceBox.push {
		width: 100%;
		float: none;
		max-height: 300px;
	}
}
figure {
  position: relative;
  overflow: hidden;
  background: #333;
  text-align: center;
  cursor: pointer; }
  figure img {
    position: relative;
    opacity: 0.8; }
  figure figcaption {
    padding: 1.0em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    figure figcaption > a {
      z-index: 1000;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0; }
    figure figcaption:before, figure figcaption:after {
      pointer-events: none; }
  figure figcaption,
  figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  figure h3 {
    word-spacing: -0.15em;
    font-family: Novecentosanswide-Normal, sans-serif; }
    figure h3 span {
      font-family: Novecentosanswide-Medium, sans-serif; }
  figure h3, figure p {
    margin: 0; }
  figure p {
    letter-spacing: 1px;
    font-size: 68.5%; }

/* Portfolio hover */
figure.effect-goliath {
  background: #333; }
  figure.effect-goliath figcaption {
    text-align: left;
    font-size: 12px;
    padding: 0 5.3em 0 0 !important; }
    figure.effect-goliath figcaption a {
      color: #fff;
      font-size: 11px;
      line-height: 20px; }
    figure.effect-goliath figcaption span {
      position: relative;
      margin-right: 2px; }
  figure.effect-goliath img, figure.effect-goliath h3 {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s; }
  figure.effect-goliath img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  figure.effect-goliath h3 {
    margin: 32px 0 0px 0;
    font-family: Novecentosanswide-Bold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 18px;
    font-size: 21px;
    background-color: #de3627;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  figure.effect-goliath p {
    margin-top: 1px;
    color: #fff;
    padding: 8px 18px;
    text-transform: none;
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.35s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0); }
  figure.effect-goliath:hover img {
    opacity: 0.1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  figure.effect-goliath:hover h3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-goliath:hover p {
    width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }


figure.effect-goliath {
	background: #333;
}
figure.effect-goliath figcaption {
	text-align: left;
	font-size: 12px;
	padding: 0 0 0 0 !important;
}
figure.effect-goliath figcaption a {
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}
figure.effect-goliath figcaption span {
	position: relative;
	margin-right: 2px;
}
figure.effect-goliath img, 
figure.effect-goliath h3 {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
figure.effect-goliath img { /* normal state photo opacity */
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	/*opacity: 1;*/
	opacity: 1;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translate3d(-30px, 0, 0) scale(1);
	transform: translate3d(-30px, 0, 0) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath h3 {
    margin: 0 0 0 0;
    color: #fff;
    text-transform: none;
    padding: 18px 18px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.02cm;
    background-color: #de3627;
    opacity: 1;
    text-align: center;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-goliath p {
    margin-top: 1px;
    color: #fff;
    padding: 15px 38px;
    text-transform: none !important;
    /*font-family: "Oxygen", sans-serif;
    font-size: 12px;*/
    font-size: 18px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.35s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
}
figure.effect-goliath:hover img { /* hover state photo opacity */
    opacity: 0.2;
    -webkit-transform: translate3d(0, 0, 0) scale(1.12);
    transform: translate3d(0, 0, 0) scale(1.12);
}
figure.effect-goliath:hover h3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-goliath:hover p {
    width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (max-width: 480px) {
	#serviceBoxes .serviceBox, 
	#serviceBoxes .serviceBox.push {
		width: 100%;
		float: none;
		max-height: 200px;
	}
	figure.effect-goliath img { /* hover state photo opacity */
	    opacity: 0.2;
	    -webkit-transform: translate3d(0, 0, 0) scale(1.12);
	    transform: translate3d(0, 0, 0) scale(1.12);
	}
	figure.effect-goliath h3 {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	}
	figure.effect-goliath p {
	    width: 100%;
	    opacity: 1;
	    font-size: 14px;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	}
}
figure.effect-goliath {
    background: #111;
}
figure.effect-goliath h3 {
    background-color: rgba(0,0,0,0.8);
}
figure.effect-goliath.iaGreen {
	background: rgb(113,112,115); /* #1FAE4B */
}
figure.effect-goliath.iaGreen h3 {
	background: rgba(113,112,115,0.8); /* #1FAE4B */
}
figure.effect-goliath.iaOrange {
	background: rgb(0,74,135); /* #1FAE4B */
}
figure.effect-goliath.iaOrange h3 {
	background-color: rgba(0,74,135,0.8); /* #E17B33 */
}
figure.effect-goliath.iaDarkBlue {
	background: rgb(0,174,239); /* #1FAE4B */
}
figure.effect-goliath.iaDarkBlue h3 {
	background-color: rgba(0,174,239,0.8); /* #005BAA */
}
figure.effect-goliath p {
    font-size: 18px;
    letter-spacing: 0cm;
    line-height: 22px;
}

@media (max-width: 1024px) {
	.navbar .navbar-collapse .navbar-nav {
		max-height: 300px !important;
	}
	ul.dropdown-menu li a {
		color: #1770D1 !important;
	}
}