/*
Grey: 		#3f5560
Blue: 		#26bfd0
Blue Dark:	#17757a
*/
html, body {
  width:  100%;
  height: 100%;
  margin: 0px;
}
html,body {
	font-family: 'Open Sans Condensed';
	font-size: 18px;
	color: #3f5560;
	background:#26BFD0;
}
a {
	color: #26bfd0;
}
a:active {
	color: #17757a;
}
.body.front {
	background-image: url("../img/hero-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 2000px;
}
body.not-front {
	margin-top: 50px;
}

/* HEADER */
header {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
header .links {
	margin: 0;
	padding: 0;
	float: right;
}
header .left .links {
	float: left;
}
header .links li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	display: inline;
}
header .links li a {
	color: #fff;
	display: inline-block;
	font-weight: bolder;
	padding: 10px 5px;
	opacity: .8;
}
header .links li a:hover {
	opacity: 1;
	text-decoration: none;
}
header .links li.sep {
	border-left: 1px solid rgba(255,255,255,.4);
	padding-right: 10px;
	margin-left: 10px;
}
header .links li a.langswitcher {
}
/* HERO */
.hero h2 {
	text-align: center;
	font-size: 38px;
}
.hero h2.white {
	color: #fff;
}

/* TABS */
/* Center Tabs */
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}
/* /Center Tabs */

.nav-tabs {
	border: none;
}

.nav>li>a {
	padding: 20px 30px;
	font-size: 26px;
	line-height: 28px;
	text-transform: uppercase;
	color: #3f5560;
	border: none;
	font-weight: bold;
	max-width: 350px;
	background: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #26bfd0;
	border: none;
	border-bottom: 10px solid #26bfd0;
	background: transparent;
}
.nav-tabs>li>a:hover {
	background: transparent;
	color: #26bfd0
}

/* Main */
.main {
	background: rgba(255,255,255,.9);	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0.3);
}
.main h1 {
	text-align: center;
	margin: 0 0 20px 0px;
}

canvas {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: auto !important;
	left: 0px;
	right: 0px;
	margin-left: auto; 
	margin-right: auto; 
}

/* Letter */
.letter {
	margin: 40px auto;
	padding: 40px 60px;
	font-size: 18px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
	border-radius: 2px;
}
.letter h1 {
	text-align: center;
	color: #26bfd0;
	margin: 20px 0px 40px 0px;
}
.letter .lead {
	font-size: 140%;
	color: #26bfd0;
}
.letter p {
	margin-bottom: 16px;
}
.letter ul.highlight {
	background: rgba(39, 192, 209, 0.15);
	padding: 10px 40px 10px 40px;
	border-radius: 5px;
}
.letter ul li {
	margin-bottom: 10px;
}
.letter blockquote {
	float: right;
	padding: 15px;
	margin: 20px -40px 20px 20px;
	width: 35%;
	font-size: 140%;
	color: #26bfd0;
	line-height: 140%;
	border-left: 1px solid #26bfd0;
}
.letter.contact {
	text-align: center;
}

/* Page */
.page {
	margin: 40px auto;
	padding: 0px 40px;
	font-size: 18px;
	*box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
	border-radius: 2px;
}
.page h1 {
	text-align: left;
	color: #26bfd0;
	margin: 20px 0px 40px 0px;
	padding: 0 !important;
}
.page .lead {
	font-size: 140%;
	color: #26bfd0;
}
.page p {
	margin-bottom: 16px;
}
.page ul.highlight {
	background: rgba(39, 192, 209, 0.15);
	padding: 10px 40px 10px 40px;
	border-radius: 5px;
}
.page ul li {
	margin-bottom: 10px;
}
.page blockquote {
	padding: 15px;
	margin: 0px 0px 20px 20px;
	color: #26bfd0;
	line-height: 140%;
	border-left: 1px solid #26bfd0;
}
.page.contact {
	text-align: center;
}
.page-hero,
.page-graphic {
	width: 100%;
}


/* share */
.share {
	background: rgba(64, 86, 98, 0.20);
	display: table;
	width: 100%;
}
.share a {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 10px;
	font-size: 26px;
	line-height: normal;
}
.share a:hover {
	background: #26bfd0;
	text-decoration: none;
	color: #fff;
}

/* tiles */
.tiles {
	margin: 40px 0;
}
.tile {
	margin-bottom: 20px;
	border-radius: 3px;
    overflow: hidden;
	box-shadow: 0 1px 0px 0px rgba(0,0,0,0.2);
}
.tile .thumb img {
	width: 100%;
	height: auto;
}
.tile .caption {
	padding: 20px;
	background: rgba(39, 192, 209, 0.15);
	min-height: 260px;
}
.tile .caption h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #26bfd0;
	margin: 0 0 10px 0;
 }
.tile .caption p {
	
}

/* Signatories */
.signatories-wrapper {
	background:rgba(39, 192, 209, 0.2);
    padding: 20px 40px;
}
.signatories-wrapper h3 {
	margin-bottom: 20px;	
}
.signatories {
	padding: 0;
	margin: 0;
	width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.signatories li {
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80%;
	line-height: normal;
	padding: 5px 0px;
    border-top: 1px solid rgba(255,255,255,.5);	
}
.letter ul.signatories li {
	margin: 0;
}
/* Footer */
footer {
	padding: 40px 0 100px;
	color: #fff;
}
.footerlinks {
	margin: 0;
	padding: 0;
	text-align: center;
}
.footerlinks li {
	list-style: none;
	display: inline-block;
}
.footerlinks a {
	color: #fff;
	display: inline-block;
	padding: 10px;
}
/* Wells */
.well {
	background:rgba(39, 192, 209, 0.2);
	border: none;
	box-shadow: none;
}
.well hr {
	border-color: rgba(39, 192, 209, 0.5);
}
/* Newsletter Sign-up */
.actions {
	text-align: center;
}
#mc-embedded-subscribe {
	margin: 0px !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 8px 15px;
	border: none !important;
	background: #26BFD0;
}
#mc-embedded-subscribe:hover {
	background: #17757a;
}
/* MISC */
.blue.type {
	color: #26bfd0;
}
/* Forms */
.btn-blue {
	background:#26bfd0;
	color: #fff;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase; 
}
.btn-blue:hover {
	color: #fff;
	text-shadow: none;
	background: #17757a;
}













