/* general */

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 300;
	src: url(raleway300.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	padding: 0;
	position: relative;
	color: #34495e;
	-webkit-font-smoothing: antialiased !important;
	scroll-behavior: smooth;
}

h1, h2, h3 {
	display: block;
	font-weight: 300;
	margin: 0px;
	text-align: center;
	line-height: 125%;
	-webkit-font-smoothing: antialiased !important;
}

h4 {
	font-weight: 300;
	margin: 0 0 1em 0;
	display: block;
	font-size: 1.15em;
	-webkit-font-smoothing: antialiased !important;
}

span, div, p {
	-webkit-font-smoothing: antialiased !important;
}

p {
	margin-top: 0;
}

p > a, h4 > a {
	color: #27ae60;
	font-size: 1.08em;
}

a {
	cursor: pointer;
	text-decoration: none;
	-webkit-font-smoothing: antialiased !important;
}

a:hover {
	text-decoration: underline;
}

a.nodec:hover {
	text-decoration: none !important;
}

.cover {
	width: 100%;
	height: 100%;
	min-height: 480px;
	background-size: cover;
}

.square {
	overflow: hidden;
	position: relative;
}

.square:before {
	content: '';
	display: block;
	padding-top: 100%;
}

@media print {
	a[href]:after {
		content: " (" attr(href) ") ";
	}
}

@media all and (min-width: 740px) {
	#wrapper-inner {
		width: 80%;
	}

	.page-title {
		padding: 3.2em 0 2em 0;
	}

	.col {
		width: 50%;
	}

	.txt-box:before {
		content: '';
		display: block;
		margin-top: 100%;
	}

	.txt-box-inner {
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#speech-animate {
		top: 45%;
	}

	.social-icon {
		display: block;
	}
}

@media all and (max-width: 740px), all and (max-width: 960px) and (orientation: portrait) {
	#wrapper-inner {
		width: 100% !important;
	}

	.page-title {
		padding: 2em 0 !important;
	}

	.col {
		width: 100% !important;
	}

	.img-box.shrink-on-mobile:before {
		margin-top: 75% !important;
	}

	.img-box.collapse-on-mobile:before {
		margin-top: 35% !important;
	}

	.txt-box:before {
		display: none !important;
	}

	.txt-box-inner {
		position: relative !important;
		top: 0 !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		transform: none !important;
	}

	#speech-animate {
		top: 62% !important;
	}

	.center-on-mobile {
		text-align: center;
	}

	.social-icon {
		display: inline-block !important;
	}

	.hide-on-mobile {
		display: none;
	}
}

@media all and (max-width: 1140px) {
	#menu {
		display: none;
	}
}

@media all and (min-width: 741px) and (max-width: 960px) and (orientation: portrait), all and (max-width: 360px) {
	html, body {
		font-size: 14px !important;
	}
}

@media all and (min-height: 600px) {
	#welcome-page:before {
		height: 30%;
	}
}

@media all and (max-height: 600px) {
	#welcome-page:before {
		height: 22% !important;
	}
}

#browser-warning {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	background-color: #e74c3c;
	padding-top: 15px;
}

.center-block {
	display: block;
	text-align: center;
}

.browser-warning {
	padding: 20px;
	margin: 0;
	color: #ffffff;
	width: 100%;
	height: 30px;
	font-size: 28px;
}

#welcome-page {
	position: relative;
	background-color: #3498db;
	background-image: linear-gradient(135deg, #3498db, #3498db 50%, #2980b9 50%, #2980b9 60%, #3498db 60%, #3498db 63%, #2980b9 63%, #2980b9 66%, #3498db 66%, #2980b9);
	z-index: 10;
}

#welcome-page:before {
	content: '';
	width: 100%;
	display: block;
}

#head-photo {
	margin: 0 auto;
	width: 44%;
	max-width: 240px;
	border-radius: 50%;
	border: 4px solid #ecf0f1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(images/head-photo.jpg);
	transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
}

#head-photo:hover {
	background-image: url(images/head-photo-uncover.jpg);
}

#title {
	width: 90%;
	height: 40px;
	padding: 30px 5% 0 5%;
	font-size: 36px;
	color: #ecf0f1;
}

#subtitle {
	width: 70%;
	height: 32px;
	padding: 20px 15% 0 15%;
	font-size: 24px;
	color: #ecf0f1;
}

#arrow-down {
	display: block;
	width: 5em;
	height: 5em;
	background-color: transparent;
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	bottom: .1em;
	left: 1em;
}

#wrapper {
	position: relative;
	width: 100%;
}

#wrapper-inner {
	position: relative;
	max-width: 800px;
	padding: 0;
	margin: 0 auto;
}

#menu {
	width: 7em;
	top: 6.4em;
	left: 2em;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}

.menu-item {
	width: 100%;
	margin: 0;
}

.menu-item-link {
	height: 1.3em;
	padding: 0;
	margin-bottom: 1em;
	display: inline-block;
	font-size: 1.3em;
	color: #34495e;
	line-height: 1.3em;
	text-align: left;
	position: relative;
}

.menu-item-link:before {
	content: '';
	display: block;
	width: 0;
	position: absolute;
	bottom: -.36em;
	left: 0px;
	height: .2em;
	transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
}

.menu-item-link:hover:before {
	width: 100%;
	background-color: #2ecc71 !important;
}

.menu-item-link.active:before {
	width: 100%;
	background-color: #27ae60;
}

.page {
	position: relative;
	display: block;
	width: 100%;
}

.page-title {
	color: #34495e;
	font-size: 2em;
}

.nobtmpd {
	padding-bottom: 0 !important;
}

.row {
	position: relative;
	width: 100%;
}

.row:after {
	content: '';
	clear: both;
	display: table;
}

.row:nth-child(even) > .col {
	float: left;
}

.row:nth-child(odd) > .col {
	float: right;
}

.col {
	position: relative;
}

.img-box {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
	z-index: 5;
}

.img-box:before {
	content: '';
	display: block;
	margin-top: 100%;
}

.img-box:not(.noscale):hover {
	z-index: 20;
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.img-box-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.txt-box {
	background-color: #ffffff;
	z-index: 3;
}

.txt-box-inner {
	font-size: 1.2em;
	line-height: 150%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.5em;
}

.txt-box-inner .highlight {
	transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	-webkit-transition: color .25s ease-out;
}

.highlight-box:hover .highlight {
	color: #3498db;
}

#map-cover {
	z-index: 5;
	background-color: #ffffff !important;
	background-image: url(images/google-map.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	opacity: 1.0;
	transition: opacity .25s ease-out;
	-moz-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	-webkit-transition: opacity .25s ease-out;
}

#speech-animate {
	width: 8em;
	height: 5em;
	position: absolute;
	left: 50%;
	margin: -2.5em 0 0 -4em;
	animation: scale-animate 2.5s ease-out infinite;
	-webkit-animation: scale-animate 2.5s ease-out infinite;
	-moz-animation: scale-animate 2.5s ease-out infinite;
}

@keyframes scale-animate {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	40% {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1);
		transform: scale(1.1);
	}
	45% {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1);
		transform: scale(1.1);
	}
	90% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scale-animate {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	40% {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1);
		transform: scale(1.1);
	}
	45% {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1);
		transform: scale(1.1);
	}
	90% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes scale-animate {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	40% {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1);
		transform: scale(1.1);
	}
	45% {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1);
		transform: scale(1.1);
	}
	90% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

#speech-bubble {
	background-color: #ecf0f1;
	width: 3.6em;
	height: 1em;
	border-radius: 1.6em;
	padding: 1.1em 1.5em;
	position: absolute;
	top: 0;
	right: 0;
}

#speech-bubble:before {
	content: '';
	display: block;
	background-color: #ecf0f1;
	width: .6em;
	height: .6em;
	border-radius: .3em;
	position: absolute;
	bottom: -.72em;
	left: -.63em;
}

#speech-bubble:after {
	content: '';
	display: block;
	background-color: #ecf0f1;
	width: 1.2em;
	height: 1.2em;
	border-radius: .6em;
	position: absolute;
	bottom: -.16em;
	left: -.14em;
}

.speech-dot {
	position: relative;
	width: 1em;
	height: 1em;
	border-radius: .5em;
	margin: 0 .1em;
	background-color: #bdc3c7;
	float: left;
}

.speech-dot:nth-child(3n) {
	animation: color-animate 1.2s .5s ease-out infinite;
	-webkit-animation: color-animate 1.2s .5s ease-out infinite;
	-moz-animation: color-animate 1.2s .5s ease-out infinite;
}

.speech-dot:nth-child(3n+1) {
	animation: color-animate 1.2s ease-out infinite;
	-webkit-animation: color-animate 1.2s ease-out infinite;
	-moz-animation: color-animate 1.2s .5s ease-out infinite;
}

.speech-dot:nth-child(3n+2) {
	animation: color-animate 1.2s .25s ease-out infinite;
	-webkit-animation: color-animate 1.2s .25s ease-out infinite;
	-moz-animation: color-animate 1.2s .5s ease-out infinite;
}

@keyframes color-animate {
	0% {
		background-color: #bdc3c7;
	}
	45% {
		background-color: #d5dee0;
	}
	50% {
		background-color: #d5dee0;
	}
	95% {
		background-color: #bdc3c7;
	}
}

@-webkit-keyframes color-animate {
	0% {
		background-color: #bdc3c7;
	}
	45% {
		background-color: #d5dee0;
	}
	50% {
		background-color: #d5dee0;
	}
	95% {
		background-color: #bdc3c7;
	}
}

@-moz-keyframes color-animate {
	0% {
		background-color: #bdc3c7;
	}
	45% {
		background-color: #d5dee0;
	}
	50% {
		background-color: #d5dee0;
	}
	95% {
		background-color: #bdc3c7;
	}
}

.social-icon {
	width: 3em;
	height: 3em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
}

.social-icon:hover {
	z-index: 20;
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

#linkedin {
	background-image: url(images/linkedin.png);
}

#instagram {
	background-image: url(images/instagram-icon.png);
}

#copyright {
	width: 100%;
	font-size: .9em;
	padding: 4.5em 0;
}