/*--------------------------------*/
/*  Typography  */
/*--------------------------------*/

@font-face {
	font-family: 'Colaborate Thin';
	src: url('../fonts/colaborate-thin.eot');
	src: url('../fonts/colaborate-thin.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/colaborate-thin.woff') format('woff'),
		 url('../fonts/colaborate-thin.ttf') format('truetype'),
		 url('../fonts/colaborate-thin.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Colaborate Light';
	src: url('../fonts/colaborate-light.eot');
	src: url('../fonts/colaborate-light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/colaborate-light.woff') format('woff'),
		 url('../fonts/colaborate-light.ttf') format('truetype'),
		 url('../fonts/colaborate-light.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Colaborate Regular';
	src: url('../fonts/colaborate-regular.eot');
	src: url('../fonts/colaborate-regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/colaborate-regular.woff') format('woff'),
		 url('../fonts/colaborate-regular.ttf') format('truetype'),
		 url('../fonts/colaborate-regular.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Colaborate Medium';
	src: url('../fonts/colaborate-medium.eot');
	src: url('../fonts/colaborate-medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/colaborate-medium.woff') format('woff'),
		 url('../fonts/colaborate-medium.ttf') format('truetype'),
		 url('../fonts/colaborate-medium.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Droid Serif Italic';
	src: url('../fonts/droid-serif-italic.eot');
	src: url('../fonts/droid-serif-italic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/droid-serif-italic.woff') format('woff'),
		 url('../fonts/droid-serif-italic.ttf') format('truetype'),
		 url('../fonts/droid-serif-italic.svg#webfont') format('svg');
}

/*--------------------------------*/
/*  Globals  */
/*--------------------------------*/

body {
	background: #fff;
	font-family: 'Colaborate Light', sans-serif;
}

section {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}

::selection {
	background: #086c82;
	color: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

strong, b {
	font-weight: bold !important;
}

i, cite, em, var, address, dfn {
	font-style: italic !important;
}

/*--------------------------------*/
/*  Grid System  */
/*--------------------------------*/

.container-16, .container-12 {
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.beta {
	margin-left: 0;
	margin-right: 0;
}

.container-16 .grid-1 {
	width: 55px;
}

.container-16 .grid-2 {
	width: 130px;
}

.container-16 .grid-3 {
	width: 205px;
}

.container-16 .grid-4 {
	width: 280px;
}

.container-16 .grid-5 {
	width: 355px;
}

.container-16 .grid-6 {
	width: 430px;
}

.container-16 .grid-7 {
	width: 505px;
}

.container-16 .grid-8 {
	width: 580px;
}

.container-16 .grid-9 {
	width: 655px;
}

.container-16 .grid-10 {
	width: 730px;
}

.container-16 .grid-11 {
	width: 805px;
}

.container-16 .grid-12 {
	width: 880px;
}

.container-16 .grid-13 {
	width: 955px;
}

.container-16 .grid-14 {
	width: 1030px;
}

.container-16 .grid-15 {
	width: 1105px;
}

.container-16 .grid-16 {
	width: 1180px;
}

.container-12 .grid-1 {
	width: 80px;
}

.container-12 .grid-2 {
	width: 180px;
}

.container-12 .grid-3 {
	width: 280px;
}

.container-12 .grid-4 {
	width: 380px;
}

.container-12 .grid-5 {
	width: 480px;
}

.container-12 .grid-6 {
	width: 580px;
}

.container-12 .grid-7 {
	width: 680px;
}

.container-12 .grid-8 {
	width: 780px;
}

.container-12 .grid-9 {
	width: 880px;
}

.container-12 .grid-10 {
	width: 980px;
}

.container-12 .grid-11 {
	width: 1080px;
}

.container-12 .grid-12 {
	width: 1180px;
}
	
/*--------------------------------*/
/*  Headings  */
/*--------------------------------*/

h1 {
	font-size: 42px;
	line-height: 50px;
}

h2 {
	font-size: 24px;
	line-height: 32px;
}

h3 {
	font-size: 22px;
	line-height: 30px;
}

h4 {
	font-size: 20px;
	line-height: 28px;
}

h5 {
	font-size: 16px;
	line-height: 24px;
}

h6 {
	font-size: 13px;
	line-height: 21px;
}

p {
	font-size: 16px;
	line-height: 24px;
}

/*--------------------------------*/
/*  Header  */
/*--------------------------------*/

header {
	background: #07819c;
	border-top: 10px solid #086c82;
	height: 120px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

header .grid-4 {
	width: 340px !important;
}

header .grid-8 {
	width: 820px !important;
}

.header-logo {
	margin-top: 25px;
}

/*--------------------------------*/
/*  Nav  */
/*--------------------------------*/

.nav-top {
	float: right;
}

.nav-top ul {
	background: #086c82;
	padding: 2px 15px 7px 15px;
	overflow: hidden;
	margin-bottom: 10px;
}

.nav-top ul li {
	font-family: 'Colaborate Medium', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	display: inline;
	float: left;
	margin-right: 12px;
}

.nav-top ul li:last-child {
	margin-right: 0;
}

.nav-top ul li a {
	color: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.nav-top i {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 20px;
}

.icon-nav-contact {
	background: url(../img/icon-nav-contact.png) 0 0 no-repeat;
}

.icon-nav-instagram {
	background: url(../img/icon-nav-instagram.png) 0 0 no-repeat;
}

.icon-nav-linkedin {
	background: url(../img/icon-nav-linkedin.png) 0 0 no-repeat;
}

.nav-top ul li a:hover {
	color: #e6e2d8;
}

.nav-bot ul {
	clear: both;
	margin-top: 5px;
	text-align: center;
}

.nav-bot ul li {
	border-right: 1px solid #fff;
	display: inline;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 15px;
}

.nav-bot ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

.nav-bot ul li a {
	color: #fff;
	padding: 5px 10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.nav-bot ul li a:hover {
	background: #086c82;
	color: #efe9dd;
}

/*--------------------------------*/
/*  Footer  */
/*--------------------------------*/

.footer {
	background: #086c82;
	padding: 40px 0 50px 0;
	height: 60px;
	margin-top: 40px;
}

.footer .grid-3, .footer .grid-1 {
	margin-top: 10px;
}

.footer .grid-4 {
	border-left: 1px solid #fff;
	margin-left: -1px;
}

.footer .grid-4 ul {
	text-align: center;
}

.footer .grid-4 ul li {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-right: 5px;
	padding-right: 5px;
}

.footer .grid-4 ul li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.footer .grid-4 ul li i {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	width: 20px;
}

.footer .grid-4 ul li span {
	margin-right: 12px;
}

/*--------------------------------*/
/*  Intro  */
/*--------------------------------*/

.intro {
	height: 100% !important;

}

.intro-header {
	background: #07819c;
	border-bottom: 5px solid #086c82;
	height: 30%;
}

.intro-header img {
	animation: fadeInLogo 2s;
	-webkit-animation: fadeInLogo 2s;
	display: block;
	margin: 70px auto 0 auto;
}

@keyframes fadeInLogo {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInLogo {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.intro-mission {
	background: #fff;
	height: 70%;
}

.intro-mission p {
	animation: fadeInMission 2s forwards;
	animation-delay: 1s;
	-webkit-animation: fadeInMission 2s forwards;
	-webkit-animation-delay: 1s;
	color: #086c82;
	font-family: 'Droid Serif Italic', sans-serif;
	font-size: 32px;
	line-height: 48px;
	margin-top: 70px;
	opacity: 0;
	padding: 20px;
	position: relative;
	text-align: center;
	top: 0;
}

@keyframes fadeInMission {
	from {
		opacity: 0;
		top: -100px;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInMission {
	from {
		opacity: 0;
		top: -100px;
	}

	to {
		opacity: 1;
	}
}

.intro-mission a {
	animation: fadeInButton 1s forwards;
	animation-delay: 2.5s;
	-webkit-animation: fadeInButton 1s forwards;
	-webkit-animation-delay: 2.5s;
	background: url('../img/intro-button.png') no-repeat !important;
	border: none;
	color: #fff;
	display: block;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 20px;
	line-height: 43px;
	height: 39px;
	margin: 100px auto 0 auto;
	opacity: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-indent: -40px;
	text-transform: uppercase;
	top: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 350px;
}

.intro-mission a:hover {
	background: url('../img/intro-button-over.png') no-repeat !important;
	border: none;
	cursor: pointer;
	height: 39px;
	width: 350px;
	text-indent: -20px;
}

@keyframes fadeInButton {
	from {
		opacity: 0;
		top: 50px;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInButton {
	from {
		opacity: 0;
		top: 50px;
	}

	to {
		opacity: 1;
	}
}

/*--------------------------------*/
/*  Home  */
/*--------------------------------*/

.home-central {
	background: #e2dcd1;
	clear: both;
	padding: 30px 0 30px 0;
	position: relative;
}

.home-notifications {
	background: #ba0425;
	border-top: 5px solid #a1001e;
	margin-bottom: 20px;
	overflow: hidden;
}

.home-notifications i {
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 10px 15px 10px 0;
	width: 40px;
}

.icon-home-notifications {
	background: url(../img/icon-home-notifications.png) 0 0 no-repeat;
}

.home-notifications h1 {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	margin: 10px 0;
}

.home-notifications-details {
	overflow: hidden;
	padding: 10px 20px;
}

.home-notifications-details p {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}

.home-notifications-details p span {
	font-family: 'Colaborate Regular', sans-serif;
}

.home-services-header {
	background: #086c82;
	clear: both;
	overflow: hidden;
}

.home-services-header i {
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 15px;
	width: 50px;
}

.icon-home-services {
	background: url(../img/icon-home-services.png) 0 0 no-repeat;
}

.home-services-header h1 {
	color: #fff;
	font-size: 24px;
	line-height: 50px;
}

.home-services-content {
	clear: both;
	overflow: hidden;
	padding: 20px 0 40px 0;
}

.home-services-content p {
	color: #565353;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: justify;
}

.home-services-content ul li {
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 10px 15px;
}

.home-services-content ul li {
	background: url('../img/section-nav-arrow.png') 15px 10px no-repeat, #e2dcd1;
	border-top: 3px solid #ccc8c0;
	color: #383636;
	text-indent: 30px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.home-services-content ul li:hover {
	background: url('../img/section-nav-arrow-over.png') 20px 10px no-repeat, #ba0425;
	border-top: 3px solid #a1001e;
	color: #fff;
}

.home-news {
	background: #f0f0f0;
	border-top: 5px solid #086c82;
	height: 408px;
	margin-bottom: 30px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.home-news:hover {
	opacity: 0.7;
}

.home-news i {
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 10px 15px 10px 0;
	width: 40px;
}

.icon-home-news {
	background: url(../img/icon-home-news.png) 0 0 no-repeat;
}

.home-news h1 {
	color: #086c82;
	font-size: 24px;
	line-height: 40px;
	margin: 10px 0;
}

.home-news img {
	display: block;
}

.home-news-details {
	background: #07819c;
	height: 128px;
	overflow: hidden;
	padding: 10px 20px;
}

.home-news-details h2 {
	border-bottom: 3px solid #086c82;
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.home-news-details p {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	text-align: justify;
}

.home-news-details p span {
	font-family: 'Colaborate Regular', sans-serif;
}

.home-news-details a {
	color: #fff;
	float: right;
	font-size: 18px;
	line-height: 20px;
}

.home-team {
	background: #f0f0f0;
	border-top: 5px solid #086c82;
	margin-bottom: 30px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.home-team:hover {
	opacity: 0.7;
}

.home-team i {
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 10px 15px 0 0;
	width: 40px;
}

.icon-home-team {
	background: url(../img/icon-home-team.png) 0 0 no-repeat;
}

.home-team h1 {
	color: #086c82;
	font-size: 24px;
	line-height: 40px;
	margin-top: 10px;
}

.home-team img {
	display: block;
}

.home-team-details {
	background: #fff;
	height: 187px;
	overflow: hidden;
	padding: 10px;
}

.home-team-details p {
	color: #565353;
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 10px;
	text-align: justify;
}

.home-team h2 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 -190px 10px;
	position: relative;
	top: -40px;
}

.home-team a {
	color: #fff;
	float: right;
	font-size: 18px;
	left: -10px;
	line-height: 20px;
	position: relative;
	top: 188px;
}

.home-contact {
	background: url(../img/bg-home-contact.jpg) 0 0 no-repeat;
	border-top: 5px solid #a1001e;
	height: 407px;
	margin-bottom: 30px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.home-contact:hover {
	opacity: 0.7;
}

.home-contact i {
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 10px 15px 0 0;
	width: 40px;
}

.icon-home-contact {
	background: url(../img/icon-home-contact.png) 0 0 no-repeat;
}

.home-contact h1 {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	margin-top: 10px;
}

.home-contact-details {
	padding: 10px 20px;
}

.home-contact-details p {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	position: relative;
	text-align: justify;
	top: 312px;
}

/*--------------------------------*/
/*  Company  */
/*--------------------------------*/

.company {
	background: #fff;
	padding: 60px 0 80px 0;
}

.company .grid-9 h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 10px;
}

.company .grid-9 i {
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	width: 43px;
}

.icon-section-company {
	background: url(../img/icon-section-company.png) 0 0 no-repeat;
}

.company .grid-9 h2 {
	border-bottom: 3px solid #e2dcd1;
	color: #07819c;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 10px;
}

.company .grid-9 p {
	color: #565353;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: justify;
}

.company .grid-9 p span {
	color: #565353;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px;
}

.company .grid-3 ul {
	margin-top: 74px;
}

.company .grid-3 ul li {
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 10px 15px;
}

.company .grid-3 ul li {
	background: url('../img/section-nav-arrow.png') 15px 10px no-repeat, #e2dcd1;
	border-top: 3px solid #ccc8c0;
	color: #383636;
	text-indent: 35px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.company .grid-3 ul li:hover {
	background: url('../img/section-nav-arrow-over.png') 25px 10px no-repeat, #ba0425;
	border-top: 3px solid #a1001e;
	color: #fff;
}

.scrollup {
	bottom: 150px;
	background: url('../img/arrow-scrollup.png') no-repeat;
	display: none;
	height: 36px;
	position: fixed;
	right: 50px;
	text-indent: -9999px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 36px;
	z-index: 3;
}

/*--------------------------------*/
/*  Team  */
/*--------------------------------*/

.team {
	background: #fff;
	padding: 60px 0 80px 0;
}

.team .grid-12 h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 10px;
}

.team .grid-12 i {
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	width: 66px;
}

.icon-section-team {
	background: url(../img/icon-section-team.png) 0 0 no-repeat;
}

.team .grid-12 p {
	color: #565353;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: justify;
}

.team .grid-12 h2 {
	color: #07819c;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 10px;
}

.team .team-partner {
	background: #465a64;
	border-top: 5px solid #384a53;
	margin-bottom: 20px;
}

.team .team-partner-pic {
	float: left;
	height: 150px;
	margin-right: 30px;
	width: 150px;
}

.team .team-partner-description {
	float: left;
	position: relative;
	top: 15px;
}

.team .team-partner h2 {
	color: #f0f0f0;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
}

.team .team-partner h3 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}

.team .team-member {
	background: #e2dcd1;
	border-top: 3px solid #ccc8c0;
	margin-bottom: 20px;
}

.team .team-member-wrap {
	padding: 10px 20px;
}

.team .team-member h2 {
	color: #383636;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
}

.team .team-member h3 {
	color: #565353;
	font-size: 17px;
	line-height: 20px;
}

/*--------------------------------*/
/*  Services  */
/*--------------------------------*/

.services {
	background: #fff;
	padding: 60px 0 80px 0;
}

.services .grid-12 h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 10px;
}

.services .grid-12 i {
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	width: 52px;
}

.icon-section-services {
	background: url(../img/icon-section-services.png) 0 0 no-repeat;
}

.services .grid-12 h2 {
	color: #07819c;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 10px;
}

.services .grid-12 p {
	color: #565353;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: justify;
}

.services .team-partner {
	background: #ba0425;
	border-top: 3px solid #a1001e;
	margin-bottom: 20px;
}

.services .team-partner-wrap {
	padding: 10px 20px;
}

.services .team-partner h2 {
	color: #f0f0f0;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 5px;
}

.services .team-partner h3 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}

.services .team-member {
	background: #e2dcd1;
	border-top: 3px solid #ccc8c0;
	margin-bottom: 20px;
}

.services .team-member-wrap {
	padding: 10px 20px;
}

.services .team-member h2 {
	color: #383636;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
}

.services .team-member h3 {
	color: #565353;
	font-size: 20px;
	line-height: 20px;
}

.services .service-card ul li {
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 10px 15px;
}

.services .service-card ul li {
	background: url('../img/section-nav-arrow.png') 15px 10px no-repeat, #e2dcd1;
	border-top: 3px solid #ccc8c0;
	color: #383636;
	text-indent: 35px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.services .service-card ul li:hover {
	background: url('../img/section-nav-arrow-over.png') 25px 10px no-repeat, #ba0425;
	border-top: 3px solid #a1001e;
	color: #fff;
}

/*--------------------------------*/
/*  Clients  */
/*--------------------------------*/

.clients {
	background: #fff;
	padding: 60px 0 80px 0;
}

.clients .grid-12 h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 10px;
}

.clients .grid-12 i {
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	width: 55px;
}

.icon-section-clients {
	background: url(../img/icon-section-clients.png) 0 0 no-repeat;
}

.clients .grid-12 h2 {
	color: #07819c;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 10px;
}

.clients .client-detail {
	background: #e2dcd1;
	border-top: 3px solid #ccc8c0;
	height: 90px;
	margin-bottom: 20px;
}

.clients .client-detail-wrap {
	padding: 10px 20px;
}

.clients .client-detail h2 {
	color: #383636;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.clients .client-detail h3 {
	color: #565353;
	font-size: 18px;
	line-height: 18px;
}

/*--------------------------------*/
/*  RSE  */
/*--------------------------------*/

.rse {
	background: #fff;
	padding: 60px 0 80px 0;
}

.rse .grid-12 h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 10px;
}

.rse .grid-12 i {
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	width: 52px;
}

.icon-section-rse {
	background: url(../img/icon-section-rse.png) 0 0 no-repeat;
}

.rse .grid-12 h2, .rse .grid-6 h2 {
	color: #07819c;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 10px;
}

.rse .grid-12 p {
	color: #565353;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: justify;
}

.rse .grid-12 blockquote {
	background: #e2dcd1;
	border-left: 5px solid #ccc8c0;
	margin-bottom: 20px;
	padding: 20px 40px 20px 80px;
	position: relative;
}

.rse .grid-12 blockquote:before {
	background: url('../img/blockquote.png') no-repeat;
	content: " ";
	height: 36px;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 48px;
}

.rse .grid-12 blockquote p {
	font-style: italic;
}

.rse .grid-12 blockquote footer {
	color: #07819c;
	text-align: right;
}

.rse .grid-12 blockquote footer:before {
	color: #ccc8c0;
	content: "— ";
}

.rse .rse-card ul li {
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 10px 15px;
}

.rse .rse-card ul li {
	background: url('../img/section-nav-arrow.png') 15px 10px no-repeat, #e2dcd1;
	border-top: 3px solid #ccc8c0;
	color: #383636;
	text-indent: 35px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.rse .rse-card ul li:hover {
	background: url('../img/section-nav-arrow-over.png') 25px 10px no-repeat, #ba0425;
	border-top: 3px solid #a1001e;
	color: #fff;
}

/*--------------------------------*/
/*  Contact  */
/*--------------------------------*/

.contact {
	background: #fff;
	padding: 60px 0 80px 0;
}

.contact .grid-12 h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 10px;
}

.contact .grid-12 i {
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	width: 42px;
}

.icon-section-contact {
	background: url(../img/icon-section-contact.png) 0 0 no-repeat;
}

.contact .grid-12 h2 {
	color: #07819c;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 10px;
}

.contact .contact-form h2 {
	color: #07819c;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}

.contact .contact-form p {
	color: #565353;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 22px;
}

.contact .contact-form label.error {
	display: none !important;
}

.contact .contact-form label {
	color: #383636;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}

.contact .contact-form input, .contact .contact-form textarea {
	background: #f6f4f1;
	border: 3px solid #e2dcd1;
	color: #2d2205;
	font-family: 'Colaborate Light', sans-serif;
	font-size: 20px;
	margin: 5px 0 10px 0;
	padding: 10px 15px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 544px;
}

.contact .contact-form textarea {
	height: 92px;
	outline: none;
	resize: none;
}

.contact .contact-form input:focus, .contact .contact-form textarea:focus {
	background: #f0ede8;
	border: 3px solid #ccc8c0;
	outline: none;
}

.contact .contact-form input.error, .contact .contact-form textarea.error {
	background: #f0ede8;
	border: 3px solid #ba0425;
}

.contact .contact-form .submit {
	background: url('../img/submit.png') no-repeat !important;
	border: none;
	cursor: pointer;
	height: 39px;
	width: 200px;
}

.contact .contact-form .submit:hover {
	background: url('../img/submit-over.png') no-repeat !important;
	border: none;
	cursor: pointer;
	height: 39px;
	width: 200px;
}

.contact .contact-form input[type="submit"] {
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 20px;
	height: 39px;
	line-height: 20px;
	overflow: hidden;
	text-indent: -40px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 200px;
}

.contact .contact-form input[type="submit"]:hover {
	text-indent: -20px;
}

.contact .contact-card {
	background: #465a64;
	border-top: 5px solid #384a53;
}

.contact .contact-card-wrap {
	padding: 10px 20px 20px 20px;
}

.contact .contact-card h2 {
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 25px;
}

.contact .contact-card i {
	float: left;
	height: 32px;
	margin-right: 10px;
	width: 32px;
}

.contact .contact-info {
	clear: both;
	margin-bottom: 15px;
}

.contact-pointer {
	background: url(../img/icon-contact-location.png) 0 0 no-repeat;
}

.contact-phone {
	background: url(../img/icon-contact-call.png) 0 0 no-repeat;
}

.contact-schedule {
	background: url(../img/icon-contact-schedule.png) 0 0 no-repeat;
}

.contact-instagram {
	background: url(../img/icon-contact-instagram.png) 0 0 no-repeat;
}

.contact-linkedin {
	background: url(../img/icon-contact-linkedin.png) 0 0 no-repeat;
}

.contact .contact-card h3 {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
}

.contact .contact-card h3 a {
	color: #fff;
}

.contact .contact-card iframe {
	position: relative;
	top: 3px;
}

/*--------------------------------*/
/*  Contact  */
/*--------------------------------*/

.contact .contact-form-sent h2 {
	color: #07819c;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 100px;
}

.contact .contact-form-sent p {
	color: #565353;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	text-align: center;
}

/*--------------------------------*/
/*  Pagination  */
/*--------------------------------*/

.pagination {
	float: right;
	margin: 10px 0 20px 0;
}

.pagination p {
	clear: none;
	color: #565353 !important;
	float: left;
	font-size: 16px !important;
	line-height: 16px !important;
}

.pagination a {
	color: #086c82 !important;
	float: left;
	font-size: 16px !important;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.pagination a:hover {
	color: #07819c !important;
}

/*--------------------------------*/
/*  News  */
/*--------------------------------*/

.news {
	background: #fff;
	padding: 60px 0 80px 0;
}

.news .grid-9 h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 10px;
}

.news .grid-9 i {
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	width: 56px;
}

.news .grid-9 p {
	color: #384a53;
	font-size: 18px;
	line-height: 18px;
}

.icon-section-news {
	background: url(../img/icon-section-news.png) 0 0 no-repeat;
}

.news .news-item {
	background: #e2dcd1;
	border-top: 3px solid #ccc8c0;
	margin-bottom: 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news .news-item:hover {
	opacity: 0.7;
}

.news .news-item-wrap {
	overflow: hidden;
	padding: 20px;
}

.news .news-item-photo {
	float: left;
	margin-right: 20px;
	width: 150px;
}

.news .news-item-description {
	float: left;
	width: 670px;
}

.news .news-item h1 {
	color: #383636;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

.news .news-item h2 {
	color: #565353;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.news .news-item p {
	color: #565353;
	font-size: 18px;
	line-height: 18px;
}

.news .news-item p span {
	font-family: 'Colaborate Regular', sans-serif;
}

.news .news-finder {
	background: #465a64;
	border-top: 5px solid #384a53;
	margin-top: 74px;
}

.news .news-finder-wrap {
	padding: 20px;
}

.news .news-finder label.error {
  display: none !important;
}

.news .news-finder h2 {
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}

.news .news-finder label {
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 18px;
}

.news .news-finder input, .news .news-finder select {
	background: #f6f4f1;
	border: 3px solid #e2dcd1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #2d2205;
	display: block;
	font-family: 'Colaborate Light', sans-serif;
	font-size: 18px;
	margin: 5px 0 10px 0;
	padding: 5px 10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 100%
}

.news .news-finder input:focus, .news .news-finder select:focus {
	background: #f0ede8;
	border: 3px solid #ccc8c0;
	outline: none;
}

.news .news-finder input.error, .news .news-finder select.error {
	background: #f0ede8;
	border: 3px solid #ba0425;
}

.news .news-finder .submit {
	background: url('../img/finder-submit.png') no-repeat !important;
	border: none;
	cursor: pointer;
	height: 39px;
	width: 120px;
}

.news .news-finder .submit:hover {
	background: url('../img/finder-submit-over.png') no-repeat !important;
	border: none;
	cursor: pointer;
	height: 39px;
	width: 120px;
}

.news .news-finder input[type="submit"] {
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 20px;
	line-height: 20px;
	height: 39px;
	overflow: hidden;
	text-indent: 10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 120px;
}

.news .news-finder input[type="submit"]:hover {
	text-indent: 20px;
}

.news-header h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 44px;
	margin-bottom: 10px;
}

.news-header h2 {
	color: #565353;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 20px;
	text-align: justify;
}

.news-header h2 span {
	color: #383636;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 20px;
	text-align: justify;
	text-transform: uppercase;
}

.news-bar {
	background: #e2dcd1;
	border-top: 3px solid #ccc8c0;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 20px;
}

.news-back {
	float: left;
	width: 300px;
}

.news-back a {
	color: #086c82;
	font-family: 'Colaborate Medium', sans-serif;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-back a:hover {
	color: #07819c;
}

.news-share {
	float: right;
	margin-top: 4px;
	width: 270px;
}

.news .grid-12 p {
	color: #383636;
	text-align: justify;
	font-size: 20px;
	line-height: 24px;
}

.news-content h1 {
	color: #07819c;
	font-family: 'Colaborate Medium', sans-serif;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	text-transform: none;
}

.news-content h2 {
	color: #a1001f;
	font-family: 'Colaborate Medium', sans-serif;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: none;
}

.news-content h3 {
	color: #4d4d4d;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: none;
}

.news-content p, .news-content p span, .news-content ul li, .news-content ul li span, .news-content ol li, .news-content ol li span {
	color: #4d4d4d;
	font-family: 'Colaborate Regular', sans-serif !important;
	font-size: 17px !important;
	line-height: 24px !important;
	margin: 0 0 10px 0 !important;
	text-align: justify;
}

.news-content ol {
	list-style-position: inside;
	list-style-type: decimal;
}

.news-content ul {
	list-style-position: inside;
	list-style-type: square;
}

.news-content img {
	border: 2px solid #384a53;
	display: block;
	margin: 0 auto 15px auto;
	max-width: 1180px;
}

.news-content iframe {
	display: block;
	margin: 0 auto;
}

.news-content a {
	color: #07819c;
	font-size: 18px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-content a:hover {
	border-bottom: 1px dotted #086c82;
	color: #086c82;
}

.news-content hr {
	border: 2px solid #e2dcd1;
	margin: 10px 0;
}

/*--------------------------------*/
/*  Publications  */
/*--------------------------------*/

.publications {
	background: #fff;
	padding: 60px 0 80px 0;
}

.publications .grid-9 h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 10px;
}

.publications .grid-9 i {
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	width: 50px;
}

.publications .grid-9 p {
	color: #384a53;
	font-size: 18px;
	line-height: 18px;
}

.icon-section-publications {
	background: url(../img/icon-section-publications.png) 0 0 no-repeat;
}

.publications .publication-item {
	background: #e2dcd1;
	border-top: 3px solid #ccc8c0;
	margin-bottom: 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.publications .publication-item:hover {
	opacity: 0.7;
}

.publications .publication-item-wrap {
	overflow: hidden;
	padding: 20px;
}

.publications .publication-item-photo {
	float: left;
	margin-right: 20px;
	width: 150px;
}

.publications .publication-item-description {
	float: left;
	width: 670px;
}

.publications .publication-item h1 {
	color: #383636;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

.publications .publication-item p {
	color: #565353;
	font-size: 18px;
	line-height: 18px;
}

.publications .publication-item p span {
	font-family: 'Colaborate Regular', sans-serif;
}

.publications .publications-finder {
	background: #465a64;
	border-top: 5px solid #384a53;
	margin-top: 74px;
}

.publications .publications-finder-wrap {
	padding: 20px;
}

.publications .publications-finder label.error {
  display: none !important;
}

.publications .publications-finder h2 {
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}

.publications .publications-finder label {
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 18px;
}

.publications .publications-finder input, .publications .publications-finder select {
	background: #f6f4f1;
	border: 3px solid #e2dcd1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #2d2205;
	display: block;
	font-family: 'Colaborate Light', sans-serif;
	font-size: 18px;
	margin: 5px 0 10px 0;
	padding: 5px 10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 100%;
}

.publications .publications-finder input:focus, .publications .publications-finder select:focus {
	background: #f0ede8;
	border: 3px solid #ccc8c0;
	outline: none;
}

.publications .publications-finder input.error, .publications .publications-finder select.error {
	background: #f0ede8;
	border: 3px solid #ba0425;
}

.publications .publications-finder .submit {
	background: url('../img/finder-submit.png') no-repeat !important;
	border: none;
	cursor: pointer;
	height: 39px;
	width: 120px;
}

.publications .publications-finder .submit:hover {
	background: url('../img/finder-submit-over.png') no-repeat !important;
	border: none;
	cursor: pointer;
	height: 39px;
	width: 120px;
}

.publications .publications-finder input[type="submit"] {
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 20px;
	line-height: 20px;
	height: 39px;
	overflow: hidden;
	text-indent: 10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 120px;
}

.publications .publications-finder input[type="submit"]:hover {
	text-indent: 20px;
}

.publication-header h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 44px;
	margin-bottom: 10px;
}

.publication-header h2 {
	color: #565353;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 20px;
	text-align: justify;
}

.publication-bar {
	background: #e2dcd1;
	border-top: 3px solid #ccc8c0;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 20px;
}

.publication-back {
	float: left;
	width: 300px;
}

.publication-back a {
	color: #086c82;
	font-family: 'Colaborate Medium', sans-serif;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.publication-back a:hover {
	color: #07819c;
}

.publication-share {
	float: right;
	margin-top: 4px;
	width: 270px;
}

.publication .grid-12 p {
	color: #383636;
	text-align: justify;
	font-size: 20px;
	line-height: 24px;
}

.publication-content h1 {
	color: #07819c;
	font-family: 'Colaborate Medium', sans-serif;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	text-transform: none;
}

.publication-content h2 {
	color: #a1001f;
	font-family: 'Colaborate Medium', sans-serif;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: none;
}

.publication-content h3 {
	color: #4d4d4d;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: none;
}

.publication-content p, .publication-content p span, .publication-content ul li, .publication-content ul li span, .publication-content ol li, .publication-content ol li span {
	color: #4d4d4d;
	font-family: 'Colaborate Regular', sans-serif !important;
	font-size: 17px !important;
	line-height: 24px !important;
	margin: 0 0 10px 0 !important;
	text-align: justify;
}

.publication-content ol {
	list-style-position: inside;
	list-style-type: decimal;
}

.publication-content ul {
	list-style-position: inside;
	list-style-type: square;
}

.publication-content img {
	border: 2px solid #384a53;
	display: block;
	margin: 0 auto 15px auto;
	max-width: 1180px;
}

.publication-content iframe {
	display: block;
	margin: 0 auto;
}

.publication-content a {
	color: #07819c;
	font-size: 18px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.publication-content a:hover {
	border-bottom: 1px dotted #086c82;
	color: #086c82;
}

.publication-content hr {
	border: 2px solid #e2dcd1;
	margin: 10px 0;
}

/*--------------------------------*/
/*  Events  */
/*--------------------------------*/

.events {
	background: #fff;
	padding: 60px 0 80px 0;
}

.events .grid-9 h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 10px;
}

.events .grid-9 i {
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	width: 44px;
}

.events .grid-9 p {
	color: #384a53;
	font-size: 18px;
	line-height: 18px;
}

.icon-section-events {
	background: url(../img/icon-section-events.png) 0 0 no-repeat;
}

.events .event-item {
	background: #e2dcd1;
	border-top: 3px solid #ccc8c0;
	margin-bottom: 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.events .event-item:hover {
	opacity: 0.7;
}

.events .event-item-wrap {
	overflow: hidden;
	padding: 20px;
}

.events .event-item-date {
	background: #384a53;
	float: left;
	height: 150px;
	margin-right: 20px;
	width: 150px;
}

.events .event-item-date h2 {
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 60px;
	line-height: 60px;
	margin: 20px 0 10px 0;
	text-align: center;
}

.events .event-item-date h3 {
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
}

.events .event-item-description {
	float: left;
	width: 670px;
}

.events .event-item h1 {
	color: #383636;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

.events .event-item p {
	color: #565353;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}

.events .events-finder {
	background: #465a64;
	border-top: 5px solid #384a53;
	margin-top: 74px;
}

.events .events-finder-wrap {
	padding: 20px;
}

.events .events-finder label.error {
  display: none !important;
}

.events .events-finder h2 {
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}

.events .events-finder label {
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 18px;
}

.events .events-finder input, .events .events-finder select {
	background: #f6f4f1;
	border: 3px solid #e2dcd1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #2d2205;
	display: block;
	font-family: 'Colaborate Light', sans-serif;
	font-size: 18px;
	margin: 5px 0 10px 0;
	padding: 5px 10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 100%;
}

.events .events-finder input:focus, .events .events-finder select:focus {
	background: #f0ede8;
	border: 3px solid #ccc8c0;
	outline: none;
}

.events .events-finder input.error, .events .events-finder select.error {
	background: #f0ede8;
	border: 3px solid #ba0425;
}

.events .events-finder .submit {
	background: url('../img/finder-submit.png') no-repeat !important;
	border: none;
	cursor: pointer;
	height: 39px;
	width: 120px;
}

.events .events-finder .submit:hover {
	background: url('../img/finder-submit-over.png') no-repeat !important;
	border: none;
	cursor: pointer;
	height: 39px;
	width: 120px;
}

.events .events-finder input[type="submit"] {
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 20px;
	line-height: 20px;
	height: 39px;
	overflow: hidden;
	text-indent: 10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 120px;
}

.events .events-finder input[type="submit"]:hover {
	text-indent: 20px;
}

.event-header h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 44px;
	margin-bottom: 10px;
}

.event-header h2 {
	color: #565353;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: justify;
}

.event-header ul {
	margin-bottom: 20px;
}

.event-header ul li {
	color: #383636;
	display: inline;
	font-size: 20px;
	line-height: 20px;
}

.event-header ul li span {
	font-family: 'Colaborate Regular', sans-serif;
}

.event-header ul li:after {
	color: #07819c;
	content: '\00a0\00a0|\00a0';
}

.event-header ul li:last-child:after {
	content: none;
}

.event-bar {
	background: #e2dcd1;
	border-top: 3px solid #ccc8c0;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 20px;
}

.event-back {
	float: left;
	width: 300px;
}

.event-back a {
	color: #086c82;
	font-family: 'Colaborate Medium', sans-serif;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-back a:hover {
	color: #07819c;
}

.event-share {
	float: right;
	margin-top: 4px;
	width: 270px;
}

.event .grid-12 p {
	color: #383636;
	text-align: justify;
	font-size: 20px;
	line-height: 24px;
}

.event .grid-12 p span {
	font-family: 'Colaborate Regular', sans-serif;
}

.event-content h1 {
	color: #07819c;
	font-family: 'Colaborate Medium', sans-serif;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	text-transform: none;
}

.event-content h2 {
	color: #a1001f;
	font-family: 'Colaborate Medium', sans-serif;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: none;
}

.event-content h3 {
	color: #4d4d4d;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: none;
}

.event-content p, .event-content p span, .event-content ul li, .event-content ul li span, .event-content ol li, .event-content ol li span {
	color: #4d4d4d;
	font-family: 'Colaborate Regular', sans-serif !important;
	font-size: 17px !important;
	line-height: 24px !important;
	margin: 0 0 10px 0 !important;
	text-align: justify;
}

.event-content ol {
	list-style-position: inside;
	list-style-type: decimal;
}

.event-content ul {
	list-style-position: inside;
	list-style-type: square;
}

.event-content img {
	display: block;
	margin: 0 auto 15px auto;
	max-width: 780px;
}

.event-content iframe {
	display: block;
	margin: 0 auto;
}

.event-content a {
	color: #07819c;
	font-size: 18px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-content a:hover {
	border-bottom: 1px dotted #086c82;
	color: #086c82;
}

.event-content hr {
	border: 2px solid #e2dcd1;
	margin: 10px 0;
}

.event-map iframe {
	border: 2px solid #07819c;
}

/*--------------------------------*/
/*  Education  */
/*--------------------------------*/

.education {
	background: #fff;
	padding: 60px 0 80px 0;
}

.education .grid-9 h1 {
	color: #086c82;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 10px;
}

.education .grid-9 i {
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	width: 48px;
}

.education .grid-9 p {
	color: #384a53;
	font-size: 18px;
	line-height: 18px;
}

.icon-section-education {
	background: url(../img/icon-section-education.png) 0 0 no-repeat;
}

.education .education-item {
	background: #e2dcd1;
	border-top: 3px solid #ccc8c0;
	margin-bottom: 20px;
}

.education .education-item-wrap {
	overflow: hidden;
	padding: 20px;
}

.education .education-item-photo {
	float: left;
	width: 120px;
}

.education .education-item-description {
	float: left;
	width: 670px;
}

.education .education-item h1 {
	color: #383636;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

.education .education-item h1 a {
	border-bottom: 1px dashed #086c82;
	color: #086c82;
}

.education .education-item h2 {
	color: #565353;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.education .education-item p {
	color: #565353;
	font-size: 18px;
	line-height: 18px;
}

.education .education-item p span {
	font-family: 'Colaborate Regular', sans-serif;
}

.education .education-finder {
	background: #465a64;
	border-top: 5px solid #384a53;
	margin-top: 74px;
}

.education .education-finder-wrap {
	padding: 20px;
}

.education .education-finder label.error {
  display: none !important;
}

.education .education-finder h2 {
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}

.education .education-finder label {
	color: #fff;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 18px;
}

.education .education-finder input, .education .education-finder select {
	background: #f6f4f1;
	border: 3px solid #e2dcd1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #2d2205;
	display: block;
	font-family: 'Colaborate Light', sans-serif;
	font-size: 18px;
	margin: 5px 0 10px 0;
	padding: 5px 10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 100%;
}

.education .education-finder input:focus, .education .education-finder select:focus {
	background: #f0ede8;
	border: 3px solid #ccc8c0;
	outline: none;
}

.education .education-finder input.error, .education .education-finder select.error {
	background: #f0ede8;
	border: 3px solid #ba0425;
}

.education .education-finder .submit {
	background: url('../img/finder-submit.png') no-repeat !important;
	border: none;
	cursor: pointer;
	height: 39px;
	width: 120px;
}

.education .education-finder .submit:hover {
	background: url('../img/finder-submit-over.png') no-repeat !important;
	border: none;
	cursor: pointer;
	height: 39px;
	width: 120px;
}

.education .education-finder input[type="submit"] {
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-family: 'Colaborate Regular', sans-serif;
	font-size: 20px;
	line-height: 20px;
	height: 39px;
	overflow: hidden;
	text-indent: 10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 120px;
}

.education .education-finder input[type="submit"]:hover {
	text-indent: 20px;
}

/*--------------------------------*/
/*  Grid 960px */
/*--------------------------------*/

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.container-16, .container-12 {
		width: 960px;
	}

	.container-16 .grid-1 {
		width: 40px;
	}

	.container-16 .grid-2 {
		width: 100px;
	}

	.container-16 .grid-3 {
		width: 160px;
	}

	.container-16 .grid-4 {
		width: 220px;
	}

	.container-16 .grid-5 {
		width: 280px;
	}

	.container-16 .grid-6 {
		width: 340px;
	}

	.container-16 .grid-7 {
		width: 400px;
	}

	.container-16 .grid-8 {
		width: 460px;
	}

	.container-16 .grid-9 {
		width: 520px;
	}

	.container-16 .grid-10 {
		width: 580px;
	}

	.container-16 .grid-11 {
		width: 640px;
	}

	.container-16 .grid-12 {
		width: 700px;
	}

	.container-16 .grid-13 {
		width: 760px;
	}

	.container-16 .grid-14 {
		width: 820px;
	}

	.container-16 .grid-15 {
		width: 880px;
	}

	.container-16 .grid-16 {
		width: 940px;
	}

	.container-12 .grid-1 {
		width: 60px;
	}

	.container-12 .grid-2 {
		width: 140px;
	}

	.container-12 .grid-3 {
		width: 220px;
	}

	.container-12 .grid-4 {
		width: 300px;
	}

	.container-12 .grid-5 {
		width: 380px;
	}

	.container-12 .grid-6 {
		width: 460px;
	}

	.container-12 .grid-7 {
		width: 540px;
	}

	.container-12 .grid-8 {
		width: 620px;
	}

	.container-12 .grid-9 {
		width: 700px;
	}

	.container-12 .grid-10 {
		width: 780px;
	}

	.container-12 .grid-11 {
		width: 860px;
	}

	.container-12 .grid-12 {
		width: 940px;
	}

	header .grid-4 {
		width: 320px !important;
	}

	header .grid-4 img {
		width: 320px;
	}

	header .grid-8 {
		width: 600px !important;
	}

	.home-slider {
		height: 200px;
	}

	.home-notifications {
		height: 195px;
	}

	.home-notifications-details p {
		font-size: 16px;
		line-height: 18px;
	}

	.home-news img {
		width: 300px;
	}

	.home-news-details {
		height: 169px;
	}

	.home-team-details {
		height: 219px;
	}

	.home-team-details p {
		font-size: 16px;
		line-height: 18px;
	}

	.home-team img {
		width: 300px;
	}

	.company .grid-9 img {
		width: 700px;
	}

	.company .grid-9 p {
		font-size: 18px;
		line-height: 22px;
	}

	.company .grid-9 p span {
		font-size: 24px;
		line-height: 36px;
	}

	.team .grid-12 img {
		width: 940px;
	}

	.news .news-item-description, .publications .publication-item-description, .events .event-item-description, .education .education-item-description {
		width: 490px;
	}

	.contact .contact-form input, .contact .contact-form textarea {
		width: 424px;
	}

	.contact .contact-card iframe {
		width: 460px;
	}

	footer .grid-1 img {
		left: -20px;
		position: relative;
	}
}