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

body {
	background-color: #eeeeee;
	font-family: 'titillium_webregular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #585956;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

hr {
    max-width: 100px;
    border-color: #74c0eb;
    border-width: 3px;
}

.dashed {
    max-width: 100%;
    border-color: #ffffff;
	border-style: dashed;
	border-top-width: 3px;
}

.dashed-alt {
    max-width: 100%;
	margin: 20px 20px 20px 20px;
    border-color: #cccccc;
	border-style: dashed;
	border-top-width: 2px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

.solid {
    max-width: 100%;
    border-color: #ffffff;
	border-style: solid;
	border-top-width: 3px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

.solid-1 {
    max-width: 100%;
    border-color: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

a {
    color: #3ba2dc;
	text-decoration: none;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #74c0eb;
	text-decoration: none;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

a.alternate-link {
    color: #333333;
	text-decoration: none;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a.alternate-link:hover,
a.alternate-link:focus {
    color: #ffffff;
	text-decoration: none;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'titillium_webbold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

h1,
.h1 {
  font-size: 65px;
}
h2,
.h2 {
  font-size: 44px;
}
h3,
.h3 {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}

.h4-22 {
	font-size: 22px;
}

p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 18px;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

p.font-size-16 {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

p.font-size-18 {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 18px;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

ul.legal {
	margin: 0 0 5px 20px;
	padding: 3px 0 3px 20px;
	list-style: square;
}

li.legal {
	margin: 3px 0 5px 10px;
	padding: 0 0 0 10px;
}

ul.footer {
	margin: 0 0 5px 0;
	padding: 3px 0 3px 0;
	list-style: none;
	font-size: 16px;
}

li.footer {
	margin: 3px 0 5px 0;
	padding: 0 0 0 0;
}

ol {
	padding-left: 20px;
}

.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

.anchor-secondary {
	display: block;
	position: relative;
	top: -140px;
	visibility: hidden;
}

.anchor-tertiary {
	display: block;
	position: relative;
	top: -70px;
	visibility: hidden;
}

strong {
	font-family: 'titillium_websemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

em {
	font-family: 'titillium_webitalic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.bg-primary {
    background-color: #74c0eb;
}

.bg-secondary {
    /*background-color: #939598;*/
	background-color: #a7a9ac;
}

.bg-tertiary {
    background-color: #585956;
}

section {
    padding: 75px 0;
}

section.secondary {
    padding: 50px 0 100px 0;
}

section.tertiary {
    padding: 50px 0;
}

section.quaternary {
	padding: 0;
}

.overflow-hidden {
	overflow: hidden;
}

.padding-bottom {
	padding-bottom: 20px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-top {
	padding-top: 20px;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-top-bottom-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-right-10 {
	padding-right: 10px;
}

.padding-right-5 {
	padding-right: 5px;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-left-5 {
	padding-left: 5px;
}

.padding-none {
	padding: 0 0 0 0;
}

.margin-bottom {
	margin-bottom: 50px;
}

.margin-bottom-sub-3 {
	margin-bottom: -3px;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

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

.margin-top-20 {
	margin-top: 20px;
}

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

.margin-top-40{
	margin-top: 40px;
}

.margin-top-bottom {
	margin-top: 50px;
	margin-bottom: 50px;
}

.margin-left-right-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.color-white {
	color: #ffffff;
}

.color-333333 {
	color: #333333;
}

.underline {
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	width: 100%;
}

.preload-images {
	display: none;
}

.white-background {
	background-color: #ffffff;
}

.border-left-white-1 {
	/*border-left: 1px solid #ffffff;*/
	border-left: none;
}

.border-right-left-white-1 {
	border-right: none;
	border-left: none;
	/*border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;*/
}

@media(min-width:769px) {

	.border-left-white-1 {
		border-left: 1px solid #ffffff;
	}
	
	.border-right-left-white-1 {
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
	}

}


/*------------------------------------*\
	NAVBAR
\*------------------------------------*/

.nav-background-top {
	width: 100%;
	height: 91px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .3);
}

.navbar-default {
	font-family: 'titillium_websemibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
    background-color: #ffffff;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	padding: 20px 0 20px 0;
}

.navbar-default .navbar-header .navbar-brand {
    background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: 166px 55px;
	width: 166px;
	height: 55px;
	/*background-position: left 8px;*/
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
	text-align: right;
    text-transform: uppercase;
    font-size: 16px;
	font-weight: normal;
    color: #585956;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #939598;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #3ba2dc!important;
    background-color: transparent;
}

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

/*@media(min-width:1100px) {
	.navbar-default .navbar-header .navbar-brand {
		background-image: url(../img/logo-horizontal.png);
		background-repeat: no-repeat;
		background-size: 358px 50px;
		width: 358px;
		height: 50px;
		margin: 0 15px 0 15px;
		background-position: left 8px;
	}*/


@media(min-width:1024px) {
	.nav-background-top {
		width: 100%;
		height: 91px;
		background-color: #ffffff;
		position: fixed;
		top: 0;
		z-index: 1;
		-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
		box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
	}
	
	.navbar-default .navbar-header .navbar-brand {
		background-image: url(../img/logo-horizontal.png);
		background-repeat: no-repeat;
		background-size: 322px 45px;
		width: 322px;
		height: 45px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background-position: left 0;
	}
	
    .navbar-default {
        border-color: #ffffff;
        background-color: #ffffff;
		max-width: 1170px;
		margin: 0 auto 0 auto;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #ffffff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #585956;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #939598;
    }

    .navbar-default.affix {
        border-color: #ffffff;
        background-color: #ffffff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #939598;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #585956;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #939598;
    }
}


/*------------------------------------*\
	HEADER
\*------------------------------------*/

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 75px;
    margin-bottom: 0;
	font-family: 'titillium_webbold', Helvetica, Arial, sans-serif !important;
    font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
    text-transform: uppercase;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
	font-family: 'titillium_webregular', Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 16px;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
    color: #ffffff;
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
		font-family: 'titillium_webregular', Helvetica, Arial, sans-serif !important;
		font-weight: normal;
		font-size: 18px;
		-webkit-font-smoothing:antialiased;
		font-smoothing:antialiased;
		text-rendering:optimizeLegibility;
		color: #ffffff;
    }
	
	header .header-content .header-content-inner h1 {
		margin-top: 0;
		margin-bottom: 0;
		font-family: 'titillium_webbold', Helvetica, Arial, sans-serif !important;
		font-weight: normal;
		-webkit-font-smoothing:antialiased;
		font-smoothing:antialiased;
		text-rendering:optimizeLegibility;
		text-transform: uppercase;
	}
}


/*------------------------------------*\
	FOOTER
\*------------------------------------*/

.footer-container {
	text-align: center;
	font-size: 14px;
	padding: 30px;
	background-color: #ffffff;
	width: 100%;
	/*-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);*/
}

.footer-nav-item {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
    margin: 10px 5px 0 5px;
}

p.footer-copyright {
	text-align: center;
    margin: 10px 0 10px 0;
    font-size: 14px;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

p.footer-nav-social {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.footer-nav-alignment {
	text-align: center;
	padding-bottom: 30px;
}

@media(min-width:769px) {
	.footer-nav-alignment {
		text-align: left;
	}
}

@media(min-width:1024px) {
	p.footer-copyright {
		text-align: left;
		margin: 10px 0 10px 0;
		padding: 0 0 0 115px;
		font-size: 14px;
		font-weight: normal;
		-webkit-font-smoothing:antialiased;
		font-smoothing:antialiased;
		text-rendering:optimizeLegibility;
	}
	
	.footer-logo {
		background-image: url(../img/logo-footer.png);
		background-size: 93px 40px;
		background-repeat: no-repeat;
		background-position: 15px 0;
	}
	
	p.footer-nav-social {
		text-align: right;
		font-size: 14px;
		font-weight: normal;
		-webkit-font-smoothing:antialiased;
		font-smoothing:antialiased;
		text-rendering:optimizeLegibility;
	}
}


/*------------------------------------*\
	FOOTER - SOCIAL
\*------------------------------------*/

.footer-nav-social-item {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
    margin: 10px 5px 0 5px;
}

a.footer-nav_social-tw-rollover {
	display: inline-block;
	width: 20px;
	height: 20px;
	/*margin-right: 10px;*/
	background-image: url('../img/tw-final-icon-on.png');
}
a.footer-nav_social-tw-rollover:hover {
	display: inline-block;
	width: 20px;
	height: 20px;
	/*margin-right: 10px;*/
	background-image: url('../img/tw-final-icon.png');
}

a.footer-nav_social-fb-rollover {
	display: inline-block;
	width: 20px;
	height: 20px;
	/*margin-right: 10px;*/
	background-image: url('../img/fb-final-icon-on.png');
}
a.footer-nav_social-fb-rollover:hover {
	display: inline-block;
	width: 20px;
	height: 20px;
	/*margin-right: 10px;*/
	background-image: url('../img/fb-final-icon.png');
}

a.footer-nav_social-in-rollover {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0 0 0 0;
	/*margin-right: 10px;*/
	background-image: url('../img/in-final-icon-on.png');
}

a.footer-nav_social-in-rollover:hover {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0 0 0 0;
	/*margin-right: 10px;*/
	background-image: url('../img/in-final-icon.png');
}


/*------------------------------------*\
	PARDOT CUSTOMIZATION
\*------------------------------------*/

.pardot-iframe-newsletter {
	width: 100%;
	height: 120px;
	border: none;
}

.pardot-iframe-contact {
	width: 100%;
	height: 775px;
	background-color:#939598;
	border: none;
	padding-bottom: 20px;
}

.newsletter-inner {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

@media(min-width:1025px) {
	.pardot-iframe-contact {
		width: 100%;
		height: 500px;
		border: none;
	}
	
	.newsletter-inner {
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
}


/*------------------------------------*\
	SOLTUIONS
\*------------------------------------*/

.solutions-benefits-image {
	width: 160px;
	border: none;
}

.solutions-detail-image {
	height: 125px;
	border: none;
}

.solutions-detail-image-a {
	width: 180px;
	/*padding: 100px 0 0 0;*/
	border: none;
}

.solutions-detail-image-b {
	width: 180px;
	/*padding: 60px 0 0 0;*/
	border: none;
}

.solutions-detail-image-c {
	width: 180px;
	/*padding: 45px 0 0 0;*/
	border: none;
}

.solutions-small-icons-image {
	width: 275px;
	border: none;
}

.solutions-takeaway-box-inner {
	margin: 20px;
	padding: 20px;
	background-color: #ffffff;
}

.solutions-detail-container {
	background-color: #ffffff;
	margin: 30px 0 30px 0;
	padding: 30px 25px 20px 25px;
	color: #585956;
}

.solutions-detail-box {
	background-color: #ffffff;
	margin: 20px;
	padding: 30px;
	color: #585956;
}

.solutions-detail-box-a {
	background-color: #74c0eb;
	margin: 0;
	padding: 0 30px 0 30px;
	color: #ffffff;
}

.solutions-detail-box-b {
	background-color: #93c490;
	margin: 0;
	padding: 0 30px 0 30px;
	color: #ffffff;
}

.solutions-detail-box-c {
	background-color: #dba687;
	margin: 0;
	padding: 0 30px 0 30px;
	color: #ffffff;
}

.solutions-logo {
	height: 35px;
	border: none;
	margin: 0 0 10px 0;
}

p.key-benefits-p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	padding: 0 20px 0 20px;
}

h4.key-benefits-h4 {
	padding: 20px 20px 20px 20px;
}

.bg-solutions-a {
    background-color: #74c0eb;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.bg-solutions-b {
    background-color: #93c490;
	border-bottom: 1px solid #ffffff;
}

.bg-solutions-c {
    background-color: #dba687;
	border-bottom: 1px solid #ffffff;
}

@media(min-width:769px) {
	.solutions-takeaway-image {
		width: 200px;
		border: none;
	}
	
	.solutions-detail-image-a {
		width: 160px;
		padding: 30px 0 0 0;
		border: none;
	}
	
	.solutions-detail-image-b {
		width: 160px;
		padding: 50px 0 0 0;
		border: none;
	}
	
	.solutions-detail-image-c {
		width: 160px;
		padding: 35px 0 0 0;
		border: none;
	}

}


/*------------------------------------*\
	PORTFOLIO / INTERACTIVE ADS
\*------------------------------------*/

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
	border: 10px solid #eeeeee;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    background: rgba(116,192,235,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
	font-family: 'titillium_webbold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 18px;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

div.format-category-label {
	font-family: 'titillium_webbold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	padding-bottom: 30px;
	font-size: 22px;
	text-align:center;
	text-transform: uppercase;
}

.hide-format a {
	pointer-events: none;
}


@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 22px;
		font-weight: normal;
		-webkit-font-smoothing:antialiased;
		font-smoothing:antialiased;
		text-rendering:optimizeLegibility;
	}

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
		font-weight: normal;
		-webkit-font-smoothing:antialiased;
		font-smoothing:antialiased;
		text-rendering:optimizeLegibility;
	}
}

@media(min-width:1025px) {
	div.format-category-label {
		display: none;
	}
	
	div.hide-format a {
		pointer-events: inherit;
	}
}


.fancybox-margin {
	margin-right: auto !important;
}


/*------------------------------------*\
	CONTACT US
\*------------------------------------*/

.contact-general-info {
	text-align: center;
}

span.phone-number {
    font-size: 22px;
	font-weight: normal;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.contact-form-container {
    max-width: 1100px;
    margin: 0 auto 0 auto;
    background: #939598;
    /*padding: 20px;*/
}

h2.contact {
	font-size: 36px;
	text-align: center;
}

h4.contact-location {
	padding: 180px 0 0 0;
	margin: 0 0 0 0;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
}

.contact-location-box {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

.contact-city-irvine {
	background-image: url('../img/city-irvine.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-nyc {
	background-image: url('../img/city-nyc.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-la {
	background-image: url('../img/city-la.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-chicago {
	background-image: url('../img/city-chicago.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-sf {
	background-image: url('../img/city-sf.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-dallas {
	background-image: url('../img/city-dallas.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-detroit {
	background-image: url('../img/city-detroit.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-seattle {
	background-image: url('../img/city-seattle.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-atlanta {
	background-image: url('../img/city-atlanta.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-minneapolis {
	background-image: url('../img/city-minneapolis.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-boston {
	background-image: url('../img/city-boston.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-london {
	background-image: url('../img/city-london.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-manchester {
	background-image: url('../img/city-manchester.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

.contact-city-munich {
	background-image: url('../img/city-munich.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 220px;
}

@media(min-width:769px) {
	.contact-general-info {
		text-align: left;
	}
	
	h2.contact {
		font-size: 36px;
		text-align: left;
	}
	
	h4.contact-location {
		padding: 180px 0 0 20px;
		margin: 0 0 0 0;
		font-size: 20px;
		color: #ffffff;
		text-transform: uppercase;
	}
	
	.contact-location-box {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
	}
	
	.contact-city-irvine {
		background-image: url('../img/city-irvine.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-nyc {
		background-image: url('../img/city-nyc.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-la {
		background-image: url('../img/city-la.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-chicago {
		background-image: url('../img/city-chicago.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-sf {
		background-image: url('../img/city-sf.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-dallas {
		background-image: url('../img/city-dallas.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-detroit {
		background-image: url('../img/city-detroit.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-seattle {
		background-image: url('../img/city-seattle.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-atlanta {
		background-image: url('../img/city-atlanta.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-minneapolis {
		background-image: url('../img/city-minneapolis.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-boston {
		background-image: url('../img/city-boston.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-london {
		background-image: url('../img/city-london.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-manchester {
		background-image: url('../img/city-manchester.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
	
	.contact-city-munich {
		background-image: url('../img/city-munich.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 220px;
	}
}


/*------------------------------------*\
	BUTTONS - DEFAULT
\*------------------------------------*/

.btn-default {
    border-color: #585956;
    color: #ffffff;
    background-color: #585956;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #939598;
    color: #ffffff;
    background-color: #939598;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #585956;
    background-color: #585956;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #585956;
}


/*------------------------------------*\
	BUTTONS - PRIMARY
\*------------------------------------*/

.btn-primary {
    border-color: #585956;
    color: #ffffff;
    background-color: #585956;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #939598;
    color: #ffffff;
    background-color: #939598;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #585956;
    background-color: #585956;
}

.btn-primary .badge {
    color: #ffffff;
    background-color: #585956;
}


/*------------------------------------*\
	BUTTONS - SECONDARY
\*------------------------------------*/

.btn-secondary {
    border-color: #74c0eb;
    color: #ffffff;
    background-color: #74c0eb;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #3ba2dc;
    color: #ffffff;
    background-color: #3ba2dc;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    border-color: #74c0eb;
    background-color: #74c0eb;
}

.btn-secondary .badge {
    color: #ffffff;
    background-color: #74c0eb;
}


/*------------------------------------*\
	BUTTONS
\*------------------------------------*/

.btn {
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'titillium_webbold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


.text-primary {
    color: #74c0eb;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
	font-family: 'titillium_webregular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.btn:focus {
    outline: 0;
}

/* Icon when the collapsible content is shown */
.contact-form-btn:after {
    font-family: "Glyphicons Halflings";
    content: "\e113";
    float: right;
    margin-left: 15px;
}
  /* Icon when the collapsible content is hidden */
.contact-form-btn.collapsed:after {
    content: "\e114";
}

@media(min-width:769px) {
	.footer-nav-alignment {
		text-align: left;
	}
}




/*------------------------------------*\
	BOOTSTRAP MIN CUSTOMIZATION
\*------------------------------------*/




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'titillium_webthin';
	src: url('../fonts/titilliumweb-extralight-webfont.eot');
	src: url('../fonts/titilliumweb-extralight-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/titilliumweb-extralight-webfont.woff') format('woff'),
		url('../fonts/titilliumweb-extralight-webfont.ttf') format('truetype'),
		url('../fonts/titilliumweb-extralight-webfont.svg#titillium_webthin') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titillium_webthin_italic';
	src: url('../fonts/titilliumweb-extralightitalic-webfont.eot');
	src: url('../fonts/titilliumweb-extralightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/titilliumweb-extralightitalic-webfont.woff') format('woff'),
		url('../fonts/titilliumweb-extralightitalic-webfont.ttf') format('truetype'),
		url('../fonts/titilliumweb-extralightitalic-webfont.svg#titillium_webthin_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titillium_weblight';
	src: url('../fonts/titilliumweb-light-webfont.eot');
	src: url('../fonts/titilliumweb-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/titilliumweb-light-webfont.woff') format('woff'),
		url('../fonts/titilliumweb-light-webfont.ttf') format('truetype'),
		url('../fonts/titilliumweb-light-webfont.svg#titillium_weblight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titillium_webitalic';
	src: url('../fonts/titilliumweb-italic-webfont.eot');
	src: url('../fonts/titilliumweb-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/titilliumweb-italic-webfont.woff') format('woff'),
		url('../fonts/titilliumweb-italic-webfont.ttf') format('truetype'),
		url('../fonts/titilliumweb-italic-webfont.svg#titillium_webitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titillium_weblight_italic';
	src: url('../fonts/titilliumweb-lightitalic-webfont.eot');
	src: url('../fonts/titilliumweb-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/titilliumweb-lightitalic-webfont.woff') format('woff'),
		url('../fonts/titilliumweb-lightitalic-webfont.ttf') format('truetype'),
		url('../fonts/titilliumweb-lightitalic-webfont.svg#titillium_weblight_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titillium_webregular';
	src: url('../fonts/titilliumweb-regular-webfont.eot');
	src: url('../fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/titilliumweb-regular-webfont.woff') format('woff'),
		url('../fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
		url('../fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titillium_webregular_italic';
	src: url('../fonts/titilliumweb-regularitalic-webfont.eot');
	src: url('../fonts/titilliumweb-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/titilliumweb-regularitalic-webfont.woff') format('woff'),
		url('../fonts/titilliumweb-regularitalic-webfont.ttf') format('truetype'),
		url('../fonts/titilliumweb-regularitalic-webfont.svg#titillium_webregular_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titillium_websemibold';
	src: url('../fonts/titilliumweb-semibold-webfont.eot');
	src: url('../fonts/titilliumweb-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/titilliumweb-semibold-webfont.woff') format('woff'),
		url('../fonts/titilliumweb-semibold-webfont.ttf') format('truetype'),
		url('../fonts/titilliumweb-semibold-webfont.svg#titillium_websemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titillium_websemibold_italic';
	src: url('../fonts/titilliumweb-semibolditalic-webfont.eot');
	src: url('../fonts/titilliumweb-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/titilliumweb-semibolditalic-webfont.woff') format('woff'),
		url('../fonts/titilliumweb-semibolditalic-webfont.ttf') format('truetype'),
		url('../fonts/titilliumweb-semibolditalic-webfont.svg#titillium_websemibold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titillium_webbold';
	src: url('../fonts/titillium-bold-webfont.eot');
	src: url('../fonts/titillium-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/titillium-bold-webfont.woff') format('woff'),
		url('../fonts/titillium-bold-webfont.ttf') format('truetype'),
		url('../fonts/titillium-bold-webfont.svg#titillium_webbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
