/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/35a1c9");

@font-face
{
	font-family: 'ProximaNova';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/proxima-nova/35A1C9_0_0.eot');
	src: url('../fonts/proxima-nova/35A1C9_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova/35A1C9_0_0.woff2') format('woff2'), url('../fonts/proxima-nova/35A1C9_0_0.woff') format('woff'), url('../fonts/proxima-nova/35A1C9_0_0.ttf') format('truetype');
}

@font-face
{
	font-family: 'ProximaNova';
	font-weight: bold;
	font-style: italic;
	src: url('../fonts/proxima-nova/35A1C9_1_0.eot');
	src: url('../fonts/proxima-nova/35A1C9_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova/35A1C9_1_0.woff2') format('woff2'), url('../fonts/proxima-nova/35A1C9_1_0.woff') format('woff'), url('../fonts/proxima-nova/35A1C9_1_0.ttf') format('truetype');
}

@font-face
{
	font-family: 'ProximaNova';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/proxima-nova/35A1C9_2_0.eot');
	src: url('../fonts/proxima-nova/35A1C9_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova/35A1C9_2_0.woff2') format('woff2'), url('../fonts/proxima-nova/35A1C9_2_0.woff') format('woff'), url('../fonts/proxima-nova/35A1C9_2_0.ttf') format('truetype');
}

@font-face
{
	font-family: 'ProximaNova';
	font-weight: normal;
	font-style: italic;
	src: url('../fonts/proxima-nova/35A1C9_3_0.eot');
	src: url('../fonts/proxima-nova/35A1C9_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova/35A1C9_3_0.woff2') format('woff2'), url('../fonts/proxima-nova/35A1C9_3_0.woff') format('woff'), url('../fonts/proxima-nova/35A1C9_3_0.ttf') format('truetype');
}

#unison-header
{
	position: relative;
	background: #008eaa;
	background: -moz-linear-gradient(top, #008eaa 0%, #009fbf 50%, #0095b3 100%);
	background: -webkit-linear-gradient(top, #008eaa 0%,#009fbf 50%,#0095b3 100%);
	background: linear-gradient(to bottom, #008eaa 0%,#009fbf 50%,#0095b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008eaa', endColorstr='#0095b3',GradientType=0 );
	height: 865px;
}

@media (max-width: 991px)
{
	#unison-header
	{
		height: 665px;
	}
}

@media (max-width: 575px)
{
	#unison-header
	{
		height: 465px;
	}
}

#unison-header:after
{
	/*content: '';
	position: absolute;
	bottom: 15px;
	right: 50px;
	width: 798px;
	height: 374px;
	background: url(../images/hexagon.svg) 0 0 no-repeat;*/
}

#hexagon-overlay
{
	position: absolute;
	bottom: 15px;
	right: 15px;
	max-width: 792px;
	width: 70%;
	height: auto;
}

#unison-header .container
{
	display: table;
	height: 100%;
}

#unison-header .container > div
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 32px;
	padding-right: 32px;
}

#unison-header .container > div > img
{
	width: 100%;
	max-width: 336px;
}

h2.section-title
{
	color: #008da9;
}

.onepage-section
{
	background: #ffffff;
}

#our-services h4
{
	font-weight: normal;
}

#About
{
	background: #e2e2e0;
	background: -moz-linear-gradient(top, #e2e2e0 0%, #ececea 100%);
	background: -webkit-linear-gradient(top, #e2e2e0 0%,#ececea 100%);
	background: linear-gradient(to bottom, #e2e2e0 0%,#ececea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e0', endColorstr='#ececea',GradientType=0 );
}

#About .section-desc
{
	text-align: center;
}

#About .section-desc p
{
	max-width: 800px;
	display: inline-block;
}

.section-about .section-title-area
{
	margin-bottom: 0;
}

#contact form label
{
	display: none;
}

#contact form input, #contact form textarea
{
	margin-bottom: 28px;
}

#contact h4
{
	font-weight: normal;
}

#contact form > p
{
	margin: 0;
}

#contact form input[type="button"]
{
	cursor: pointer;
	background: #03c4eb;
	border: none;
	display: inline-block;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 15px 23px 15px 23px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
	margin: 3px 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
}

@media (max-width: 767px)
{
	#contact .address-box
	{
		margin-bottom: 40px;
	}
}

input:-ms-input-placeholder
{
	color: #878a8c;
}

input::-webkit-input-placeholder
{
	color: #878a8c;
}

input:-moz-placeholder
{
	color: #878a8c;
}

input::-moz-placeholder
{
	color: #878a8c;
}

textarea:-ms-input-placeholder
{
	color: #878a8c;
}

textarea::-webkit-input-placeholder
{
	color: #878a8c;
}

textarea:-moz-placeholder
{
	color: #878a8c;
}

textarea::-moz-placeholder
{
	color: #878a8c;
}

.section-contact .address-contact .address-content
{
	font-style: normal;
}

.section-contact .address-contact.phone a
{
	color: #878a8c;
	font-weight: bold;
}

.section-contact .address-contact.phone a:hover
{
	text-decoration: none;
	opacity: 0.75;
}

span.wpcf7-not-valid-tip
{
	position: relative;
	top: -16px;
}

div.wpcf7-response-output
{
	margin-top: 0;
}

.site-footer
{
	background: #626569;
}

.site-footer .site-info a, .site-footer .site-info p
{
	color: #ffffff;
}

.site-footer .site-info a:hover
{
	text-decoration: none;
	opacity: 0.75;
}

.site-footer .site-info
{
	background: transparent;
	text-align: left;
	padding: 6px 0;
}

.site-footer p
{
	margin: 0;
}

.site-footer .juggler-credit
{
	text-align: right;
}

.site-footer .juggler-credit a
{
	color: #96989a;
}

@media (max-width: 767px)
{
	.site-footer .site-info .container .row > div
	{
		text-align: center;
		margin: 15px 0;
	}

	.site-footer .site-info .container .row > div:last-child
	{
		margin-top: 0;
	}
}