* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*! norm lize.css v1.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:'fira sans', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;}
body{margin:0;background:#eeeff0;color:#555559;font: 100%/1.5 'fira sans', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;}
a { color: #00a5b5; text-decoration: none;}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2.5em;margin:0;line-height: 1.1;}
h2{font-size:1.5em;margin:0 0 .83em;}
.subhead {
		font-weight: normal;
		margin-bottom: 0;
	}
h3{font-size:1.17em;margin:0 0 1em}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
p,pre{margin:0 0 1em}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:87.5%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 1em}
menu,ol,ul{padding:0 0 0 1.5em}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.container {
	display:block;
	margin:auto;
	max-width:1024px;
	width:95%;
	*zoom:1;
}

.container:before,.container:after {
	display:table;
	content:" ";
}

.container:after {
	clear:both;
}

section.container {
  min-height: 650px;
}

.row {
	padding:2em 0;
	border-bottom: 1px dotted #eee;
	border-bottom:1px dotted rgba(0,0,0,0.2);
	*zoom:1;
}

.row:before,.row:after {
	display:table;
	content:" ";
}

.row:after {
	clear:both;
}

.row.first {
	padding-top:0;
}
.onesixth,
.onefourth,
.onethird,
.onehalf,
.twothirds,
.threefourths {
	margin-bottom:2em;
}

.onesixth,
.onefourth {
	float:left;
	margin-right: 5%;
	width:47.5%;
}

speaker-img.onefourth {
  width:21.25%;
}

.onesixth:nth-of-type(2),
.onesixth:nth-of-type(4),
.onefourth:nth-of-type(2),
.last {
	margin-right: 0;
}

@media only screen and (min-width: 61em) {
	
	.container,.wrap {
		width:95%;
	}
	
	/*** GRID ***/
	.onesixth,
	.onethird,
	.twothirds,
	.onefourth,
	.threefourths,
	.onehalf {
		float:left;
		margin:0 5% 0 0;
	}
	
	.opposite {
		float:right;
	}
	
	.onesixth {
		width: 12.5%;
	}
	
	.onefourth {
		width:21.25%;
	}
	
	.onesixth:nth-of-type(2),
	.onesixth:nth-of-type(4),
	.onefourth:nth-of-type(2) {
		margin-right:5%;
	}
	
	.onethird {
		width:30%;
	}
	
	.twothirds {
		width:65%;
	}
	
	.threefourths {
		width:73.75%;
	}
	
	.onehalf {
		width:47.5%;
	}
	
	/* push columns to the center */
	
	.skipsixth {
		margin-left: 17.5%;
	}
	
	.skipthird {
		margin-left:35%;
	}
	
	.skipfourth {
		margin-left:26.25%;
	}
	
	/* Get rid of last column's extra margin */
	
	.last {
		margin-right:0 !important;
	}
}

a.btn,
.btn > a {
  font-weight: normal;
}

.btn,
button {
  display: inline-block;
  padding: .25em .875em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #555559;
  background: #eeeff0;
  background-image: -webkit-linear-gradient(top, #fff, #eeeff0);
  background-image: -moz-linear-gradient(top, #fff, #eeeff0);
  background-image: linear-gradient(top, #fff, #eeeff0);
  background-repeat: repeat-x;
  border: 1px solid rgba(0,0,0,0.1);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
button:hover,
button:active,
button.active,
button.disabled,
button[disabled] {
  color: #333;
  background-color: #eeeff0;
}
.btn:hover,
button:hover {
  color: #333;
  text-decoration: none;
  background-color: #eeeff0;

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus,
button:focus  {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active,
button.active,
button:active {
  background-color: #eeeff0;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled],
button.disabled,
button[disabled],
.form-submit.disabled,
.form-submit[disabled] {
  cursor: default;
  background: #eeeff0;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-large {
  padding: .25em 1em;
  font-size: 1.25em;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: .25em .75em;
  font-size: .875em;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: .125em .5em;
  font-size: .75em;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: .5em;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #fff !important;
  background-color: hsla(185,100%,35%,1);
  background-image: -webkit-linear-gradient(top, hsla(185,100%,40%,1), hsla(185,100%,30%,1));
  background-image: -moz-linear-gradient(top, hsla(185,100%,40%,1), hsla(185,100%,30%,1));
  background-image: linear-gradient(top, hsla(185,100%,40%,1), hsla(185,100%,30%,1));
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: hsla(185,100%,30%,1);
}


button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner,
input[type="submit"].form-submit::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mt {
  margin-top:1em;
}

.mb {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.content {
  background: #fff;
  padding:0 2em 2em;
  border:1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 2em;
}

.logo {
  max-width: 200px;
}

.slate {
  background: #425363;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  padding:1em 0;
}

.title {
  background: url('img/titlebg-teal.png');
  color: #ffffff;
}

.hpad {
  padding: 1em 0;
}

.lightgray {
  background: #eeeff0;
  background: -webkit-linear-gradient(#fcfcfc,#eeeff0);
  padding: 1em;
  border: 1px solid #eeeff0;
  border-radius: 3px;
}
.lightcoolgray {
  background: #eeeff0;
  padding: 1em;
}
.lightteal {
  background: #cbeaed;
  padding: 1em;
}
.teal {
  background: #00a5b5;
  padding: 1em;
  border-radius: 3px;
}
.lightyellow {
  background: #f9df8d;
  padding: 1em;
  border-radius: 3px;
}
.lightblue {
  background: #c7d9e6;
  padding: 1em;
  border-radius: 3px;
}
.lightred {
  background: #ffa388;
  padding: 1em;
  border-radius: 3px;
}
.no-border {
  border: 0;
}
.textcenter {
  text-align: center; 
  padding-bottom: 1em;
}