/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *			http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

body {
	margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
	border: 0px;
}

body {
	margin: 0;
	color: #30323a;
	font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, Verdana, "sans-serif";
	overflow: hidden;
	_background: #000;
}

.mdl-layout__container{
	_background: #000;
}
.mdl-layout__content{
	/* background: #EEE; */
}

.text-center {
		text-align: center;
}
.mdl-grid.center-items {
	justify-content: center;
}

.mdl-cell.center-items {
	justify-content: center;
	align-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-rows__centered {
	display: flex;
	flex-direction: column;
	text-align: center;
}



a {
	color: rgb(70, 140, 176);
}

a img{
	border: 0px;
}

a .material-icons{
	font-size: inherit;
	line-height: inherit;
	vertical-align: middle;
}



::-moz-selection,
::selection {
	background-color: #566a8a;
	color: #fff;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);
/* ==========================================================================
Typography
========================================================================== */
p {
	font-size: 15px;
	line-height: 29px;
	color: rgba(28, 54, 83, 0.6);
	padding-bottom: 20px;
	}

h1 {
	font-size: 60px; }

h2 {
	font-size: 40px;
	font-weight: 300;
	color: #3D4351; }

h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #3D4351; }

h4 {
	font-size: 18px; }

h5 {
	font-size: 15px;
	color: #3D4351;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	}

h1 a,
h2 a,
h3 a,
h4 a{
	color: inherit;
	text-decoration: none;
}

ul li {
		list-style: none;
}

ul, ol {
		margin: 0;
		padding: 0;
}

hr {
	border-top: 2px solid rgba(4, 4, 4, 0.52);
	margin: 1em auto;
	padding: 0;
	width: 20%;
}

.hr_80 {
	width: 80%;
}

.content-block {
	max-width: 1044px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	/* padding: 30px; */
}


.mdl-grid--no-spacing{
	padding: 0;
	margin: 0;
}
.under-line{
	position: relative;
}
.under-line:after{
		content: ' ';
		position: absolute;
		width: 2.5em;
		border-bottom: 0.1em solid #000;
		left: 0;
		bottom: 0;
}

.mdl-card__media img {
	min-width: 100%;
	max-height: 320px;
}

.mdl-textfield {
	width: 100%;
}

.mdl-textfield__input{
	_height: 36px;
	width: 100%;
	box-sizing: border-box;
}
.mdl-textfield__label{
	font-style: italic;
}

.mdl-textfield__label{
 _top: 8px;
_text-indent: 10px;

}

.mdl-textfield__label:after {
	_bottom: 0;
}

.app-search-box .mdl-textfield__input {
	color: rgba(0, 0, 0, 0.87);
}

.app-header .mdl-menu__container {
	z-index: 50;
	margin: 0 !important;
}

.mdl-textfield--expandable {
	width: auto;
}

.app-mobile-title {
	display: none !important;
}


.app-logo-image {
	height: 28px;
	width: 140px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	/* z-index: 99; */
}


.app-header {
	overflow: visible;
	background-color: white;
}

	.app-header .material-icons {
		color: #767777 !important;
	}

	.app-header .mdl-layout__drawer-button {
		background: transparent;
		color: #767777;
	}

	.app-header .mdl-navigation__link {
		color: #757575;
		font-weight: 700;
		font-size: 14px;
	}

	.app-navigation-container {
		/* Simple hack to make the overflow happen to the left instead... */
		direction: rtl;
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
		width: 500px;
		transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
				width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.app-navigation {
		/* ... and now make sure the content is actually LTR */
		direction: ltr;
		-webkit-justify-content: flex-end;
				-ms-flex-pack: end;
						justify-content: flex-end;
		width: 800px;
	}

	.app-search-box.is-focused + .app-navigation-container {
		opacity: 0;
		width: 100px;
	}


	.app-navigation .mdl-navigation__link {
		display: inline-block;
		height: 60px;
		line-height: 68px;
		background-color: transparent !important;
		border-bottom: 4px solid transparent;
	}

		.app-navigation .mdl-navigation__link:hover {
			border-bottom: 4px solid #CCC;
		}

	.app-search-box {
		-webkit-order: 2;
				-ms-flex-order: 2;
						order: 2;
		margin-left: 16px;
		margin-right: 16px;
	}

	.app-more-button {
		-webkit-order: 3;
				-ms-flex-order: 3;
						order: 3;
	}


.app-drawer {
	border-right: none;
}

	.app-drawer-separator {
		height: 1px;
		background-color: #dcdcdc;
		margin: 8px 0;
	}

	.app-drawer .mdl-navigation__link.mdl-navigation__link {
		font-size: 14px;
		color: #757575;
	}

	.app-drawer span.mdl-navigation__link.mdl-navigation__link {
		color: #8bc34a;
	}

	.app-drawer .mdl-layout-title {
		position: relative;
		background: #6ab344;
		height: 160px;
	}

		.app-drawer .app-logo-image {
			position: absolute;
			bottom: 16px;
		}



.app-be-together-section {
	position: relative;
	height: 800px;
	width: auto;
	background-color: #f3f3f3;
	background: url('/img/slide01.jpg') center 30% no-repeat;
	background-size: cover;
}

.logo-font {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	line-height: 1;
	color: #767777;
	font-weight: 200;
}

.app-link {
	text-decoration: none;
	color: #8bc34a !important;
}

	.app-link:hover {
		color: #7cb342 !important;
	}

	.app-link .material-icons {
		position: relative;
		top: -1px;
		vertical-align: middle;
	}

.app-alt-link {
	text-decoration: none;
	color: #64ffda !important;
	font-size: 16px;
}

	.app-alt-link:hover {
		color: #00bfa5 !important;
	}

	.app-alt-link .material-icons {
		position: relative;
		top: 6px;
	}


.app-link-menu:hover {
	cursor: pointer;
}

/* ==========================================================================
video aspect ratio
========================================================================== */

.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
}

.video > * {
	position: absolute;
		width: 100%;
		height: 100%;
		left: 0; top: 0;
}


/* ==========================================================================
behaviours
========================================================================== */

.primary-text-colour {
	color: #3ECEDE
}
.secondary-text-colour {
	color: #CCC
}
.primary-action {
	color: white;
	background-color: #3ECEDE
}
.secondary-action {
	color: white;
	background-color: #CCC
}

.dark-background {
	background-color: #444
}
.dull-background {
	background-color: #F3F4F8
}

::-moz-selection,
::selection {
	background-color: #6ab344;
	color: #fff;
}


.padded-section {
	padding: 80px 0;
	}

/* ==========================================================================
Hero
========================================================================== */
.hero {
	min-height: 640px;
	background-color: #444;
	background-image: url("/img/hero.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
	}

	.hero__title {
		color: #fff;
		margin-bottom: 40px;
		display: block;
		}
	.hero__text {
		color: #fff;
		font-size: 20px;
		font-weight: 300;
		margin-bottom: 80px; }
	.hero__content {
		padding-top: 160px;
		}

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


.hero-small{
	min-height: 260px;
	padding: 0;
	overflow: hidden;
}
	.hero-small .hero__content {
	padding-top: 60px;
	}

/* ==========================================================================
Intro
========================================================================== */

.intro__icon {
	font-size: 40px;
	color: #4D556E;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0 0 0;
	margin-right: 20px;
	width: 40px;
}

.intro__content {
	display: inline-block;
	width: 80%; }


/* ==========================================================================
feature-stack
========================================================================== */
.feature {
	position: relative;
	}
	.feature__text {
		margin-bottom: 0;
		padding-bottom: 0; }
	.feature__title {
		margin: 0 0 20px 0; }
	.feature__media > * {max-width: 90%;width: 90%;max-height: 90%;}
	.feature__icon {
		font-size: 35px;
		color: #4D556E;
		font-weight: bold;
		display: inline-block;
		vertical-align: top;
		padding: 6px 0 0 0;
		margin-right: 20px;
		width: 35px; }
	.feature__content h5 {
		margin-top: 25px;
	}



.feature-list__title {
		margin: 0 0 20px 0; }
.feature-list__stack {
		margin-top: 50px; }
.feature-list__text {
		margin-bottom: 0;
		padding-bottom: 0 }


.feature-list-item {
		margin-top: 20px;
		padding-bottom: 20px;
		border-bottom: solid 1px #E6E9EA; }
.feature-list-item:last-child {
		padding-bottom: 0px;
		border-bottom: none; }

.feature-list-item__icon {
		display: inline-block;
		vertical-align: top;
		padding: 6px 0 0 0;
		margin-right: 20px;
	font-size: 35px;
		color: #4D556E;
		font-weight: bold;
		width: 35px; }

.feature-list-item__content {
		display: inline-block;
		width: 75%; }
.feature-list-item__text{
	padding: 0;
	margin: 0;
}


/* ==========================================================================
.testimonial-slider
========================================================================== */
.testimonial-slider {
	background-image: url("../img/testimonials-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; }
	.flexslider .slides .testimonial-slider__avatar {
		width: 82px;
		height: 82px;
		margin: 0 auto;
		vertical-align: middle;
		overflow: hidden;
		border-radius: 50%;
		border: solid 3px #fff;
		background-color: #fff; }
		.flexslider .slides .testimonial-slider__avatar img {
			width: unset;
			max-height: 100%;
			min-width: 100%;
			}
	.flexslider .testimonial-slider__title {
		color: #fff;
		font-size: 40px;
		font-weight: 300;
		font-style: italic;
		margin: 30px 0; }
	.testimonial-slider__author {
		color: #ACB1B4;
		text-transform: uppercase;
		letter-spacing: 2px; }

/* ==========================================================================
.gallery-slider
========================================================================== */
.flexslider__gallery, .flexslider__gallery_nt {
	position: relative;
}

.flexslider__gallery .flex-pauseplay {
		display: flex;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		justify-content: center;
		align-items: center;
		opacity: 0;
}
.flexslider__gallery .flex-pauseplay:hover {
		opacity: 0.5;
}
.flexslider__gallery .flex-pauseplay a {
	position: unset;
	padding: 15px;
	border: solid 2px white;
	border-radius: 10px;
	background: aliceblue;
}


.gallery-slider__header {
		color: #fff;
		text-align: center;
		font-size: 20px;
		font-weight: 300;
	}

.gallery-slider .slides > li {
	max-height: 800px;
}
.gallery-slider__body {
	display: flex;
	flex-direction: column;
}
.gallery-slider__img-holder {
	margin: 0 auto;
	padding: 1px;
	text-align: right;
}
.gallery-slider__img {
	max-height: 600px;
	object-fit: contain;
}
.gallery-slider__author {
	font-size: 11px;
	color: #ACB1B4;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.gallery-slider__text {
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	margin: 10px 0;
}
.gallery-slider .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery-slider .flex-control-thumbs li {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.gallery-slider .flex-control-thumbs img {
	border-radius: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	min-height:100%;
	min-width:100%;
	object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


.hon_tr, .hide {
	display: none;
}

/* Used by copy to clipboard function */
.copy-text {
	position: relative;
	overflow: unset;
}
.copied::after {
	position: absolute;
	top: 12%;
	right: 110%;
	height: 20px;
	display: block;
	content: "copied";
	font-size: 0.85em;
	padding: 2px 3px;
	color: #fff;
	line-height: normal;
	background-color: #aaa;
	border-radius: 3px;
	opacity: 0;
	will-change: opacity, transform;
	animation: showcopied 2s ease;
}

@keyframes showcopied {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	70% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
	}
}


/**** Mobile layout ****/

	@media screen and (max-width:640px) {

		.gallery-slider .flex-control-thumbs li {
			width: 100px;
			height: 100px;
		}

		.flexslider__gallery .flex-direction-nav .flex-prev,
		.flexslider__gallery .flex-direction-nav .flex-next {
			top: unset;
			bottom: -15px;
		}

	}

	@media screen and (max-width:480px) {
		.hero {
			min-height: 420px;
		}
		.hero__content {
			padding-top: 90px;
		}

		.hero__text{
			margin-bottom: 10px;
		}


		.hero-small {
			min-height: 180px;
		}
		.hero-small .hero__content {
			padding-top: 40px;
		}

		.padded-section{
			padding: 40px 0;
		}

		.hero__btn {
			display: block;
			width: 80%;
			margin: 0 auto;
		}

		.hero__title {
			font-size: 40px;
		}

		.feature {
			/* padding-bottom: 0; */
		}

		.feature__media > * {
				/* max-width: 100%; */
				width: 100%;
				max-height: 100%;
		}

		.gallery-slider__img {
			width: 100%;
		}

		.gallery-slider .flex-control-thumbs li {
			width: 75px;
			height: 75px;
		}


	}