@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600');
/* Default
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:host{
  --primary-color:#ff534b;
}
html,
body{
  height:100%;
  width:100%;  
  
}
.overflow-scroll-y{
	overflow-y:scroll;
    overflow-x: hidden;
}
.hidden{
	display:none;
}
.fixed{
	position:fixed;
}
#pages{
  height:100%;
}
hr{
	margin:20px 0;
}
.rounder-20{
	border-radius:20px;
}
span{
	display:block;
}
.border-bottom{
	border-bottom:1px solid rgba(0,0,0,0.37);    
	padding-bottom: 20px;
}
.border-top{
	border-top:1px solid rgba(0,0,0,0.37);    
	padding-bottom: 20px;
	margin:0;
    margin-top: 20px;
}
a{
	cursor:pointer;
}
.z-index-10{
	position:relative;
	z-index:10;
}

.z-index-10000{
	z-index:10000;
}
.shadow{
		-webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.28);
	box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.28);
}
/* Font & Text
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3{
	font-size:28px;
	margin:0;
    font-weight: 400;
    letter-spacing: 1px;
}
h3{
	font-size:20px;
}
h4{
	
	font-size:16px;
	margin:0px;
}
.t-large{
	font-size: 18px;
}
.t-shadow{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
}
.t-center{
	text-align:center;
}

.t-underline{
	text-decoration:underline;
}
/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#logo{
	height:22px;
}
header.main-header{
	width:100%;
	position:fixed;
	height:62px;
	z-index:999;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.28);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.28);
}
.header-inner{
	margin:0 20px;
}
/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navigation-left{
	left:0;
	top:0;
}
.navigation-right{
	right:0;
	top:0;
}
.bottom-right{
	bottom:0;
	right:0;
}
.absolute-bottom{
	position:absolute;
	bottom:0;
}
#main-navigation{
	position:fixed;
	z-index:9999;
	margin-top:64px;
	background-color:#FFFFFF;
	color: #b0bec5;
	
   -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#main-navigation.close{
	right:-100%;
}
#main-navigation.open{
	right:0%;
	
}
#main-navigation a{
	color: #b0bec5;
}


/* Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-content{
    overflow: hidden;
	margin:62px 0 0 0;
}
.page-content-inner{
	padding:20px;
}
.page-default{
	height:100%;
}
.page-default-sub{
	height:100%;
}

/* Align
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.right{
	float:right;
}
.left{
	float:left;
}
.right-absolute{
	position:absolute;
	right:0;
}
.left-bottom{
	bottom:0;
	left:0;
}
.vertical-align-wrap {
  width: 100%;
  height: 100%;
  display: table;
}
.vertical-align {
  display: table-cell;
}
.vertical-align-middle {
  vertical-align: middle;
}
.align-middle{
  display:block;
  margin-left: auto;
  margin-right: auto;
  float:none;
}
.t-align-right{
	text-align:right;
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-default .columns:first-of-type{
	margin-left:0;
}
.container{
  max-width: none;
  width:100%;
}
.height-100{
  height:100%;
}
/* ICONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icon-small{
	
}
.icon-medium{
	width:32px;
	height:32px;
}
.icon-large{
	width:64px;
	height:64px;
	
}
/* CARDS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.card{
    position: relative;
}
.four.flex-column.card{
	margin-bottom:20px;
}

.map-card-bottom{
	width:50%;
}
/* FORM, INPUT, SELECT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input,
select{
	border:1px solid #eceef2;
    height: 45px;
	background-color: #FFFFFF;
	padding-top:0;
	padding-bottom:0;
}
.mobile-search{
	width: 50%;
    height: 36px;
    margin: 4px;
    position: absolute;
    right: 30px;
    padding-left:30px;
	
}
.mobile-search-icon{
    position: absolute;
    top: 10px;
}
paper-checkbox{
	padding:10px;
}
/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.background-image-default{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Overlay
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.dialog_full {
    position: fixed;
    top: 80px;
    width: 95%;
    height: 80%;
    overflow: auto;
}
.dialog_full_width {
    position: fixed;
    top: 80px;
    width: 100%;
    margin: 0;
    overflow: auto;
}
.dialog_full_overlay{
    position: fixed;
    top: 0;
    left:0;
    margin:0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.dialog_overflow{
    overflow: auto;
}
.dialog_halve {
    position: fixed;
    top: 80px;
    width: 85%;
    height: 70%;
    overflow: auto;
}
.black-overlay:after{
	content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.17);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.black-underlay:before{
	content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    z-index:0;
    background:rgba(0,0,0,0.17);
    transition: all 1s;
    -webkit-transition: all 1s;
}

/* PAPER TABS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Colours
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.t-white{
	color:#FFFFFF;
}
.t-black{
	color: rgba(0,0,0,0.87);
}
.t-pink{
	color: #fc414d;
}
.bg-white{
	background-color:#FFFFFF;
}
.bg-white-87{
	background-color:rgba(255,255,255,0.87);
}
.bg-white-37{
	background-color:rgba(255,255,255,0.37);
}
.bg-lime{
	background-color: #00ff87;
}
.bg-green{
	background-color: #00ff87;
}
.bg-purple{
	background-color: #021542;
}
.bg-mint{
	background-color: #6dc7be;
}
.bg-grey{
	background-color: #eceef2;
}
.bg-blue{
	background-color: #00a8b6;
}
.bg-navyblue{
	background-color: #2f3b4c;
}
.bg-yellow{
	background-color: #fec400;
}
.bg-orange{
	background-color: #ff8762;
}
.bg-red{
	background-color: #ff6160;
}
.bg-pink{
	background-color: #ff534b;
}
.bg-purpink{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#021542+0,ff534b+100 */
background: #021542; /* Old browsers */
background: -moz-linear-gradient(-45deg, #021542 0%, #ff534b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #021542 0%,#ff534b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #021542 0%,#ff534b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021542', endColorstr='#ff534b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Padding & Margin
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding-2-5{
	padding:2px 5px;
}
.padding-5{
	padding:5px;
}
.padding-10{
	padding:10px;
}
.padding-20{
	padding:20px;
}
.padding-20-0{
	padding:20px 0;
}
.margin-5-10{
	margin:5px 10px;
}
.margin-20-left{
	margin-left:20px;
}
.margin-20-top{
	margin-top:20px;
}
.margin-default{
	margin-left:20px;
	margin-right:20px;
}
.no-margin{
	margin:0px;
}
.hide{
	display:none;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 1440px) {
	.four.flex-column.card{
		width:49%;
	}
}
@media screen and (max-width: 680px) {
	.map-card-bottom{
	width:100%;
	margin-bottom:46px;
	}
	.six.flex-column,
	.nine.flex-column{
		width:100%;
	}
	#card-grid-container .four.flex-column.card{
		position:relative;
		width:100%;
		margin:0 0 5px 0;
	}
	#card-grid-container .card-content{
		position: absolute;
		bottom:0;
		width:100%;
		color:#FFFFFF;
		line-height:20px;
		font-size:13px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.28+100 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.38) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#47000000',GradientType=0 ); /* IE6-9 */
	}
	#card-grid-container .card-content h3{
		font-size:18px;
	}
	#card-grid-container .card-content .padding-20{
		padding:10px;
	}
	label.survey-question-answer{
		min-height:120px;
	}
	.survey-question .columns.two{
		width:33.3%;
		margin:0;
	}
	.columns.six.fixed-col,
	.flex-column.fixed-col{
		width:50%;
	}
	.survey-question .columns.six{
		width:50%;
		margin:0;
	}
	.margin-default{
		margin-left:0;
		margin-right:0;
	}
}