/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: "Roboto", sans-serif; 
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
body {
  margin: 0;
	color: #fff;
}

aside,
details, 
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { 
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template, 
[hidden] {
  display: none;
}
a {
  background-color: transparent; 
  -webkit-text-decoration-skip: objects;
  color: #fff;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; 
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1, h2, h3, h4{
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1, h2{
	font-weight: 300;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
p, h5 {
  margin: 0 0 10px; 
}
hr {
  box-sizing: content-box; 
  height: 0; 
  overflow: visible;
}
.heading{
	width: 75%;
	width: calc(75% - 35px);
	margin: 2rem auto 0;
}
.table-border{
	margin: 0 16px;
}
.wrapper{

}

header{
	background: #fff;
	height: 120px;
	width: 100%;
}
.logo{
	float: left;
	padding: 30px 0 0 20px;
}
.logo img{
	width: 133px;
	max-width: 100%;
}
table{
	width: 100%;
	border-top: 5px #fff solid;
	overflow: hidden;
}
table tr{
	margin-top: 10px;
}
table th{
	padding-left: 8px;
}
.column1{
	width: 85%;
}
.column2 {
	width: 15%;
}
.column1 p, .column2 p {
	float: left;
	font-size: 20px;
}
.row-one{
	background: rgb(66, 167, 149);
	background: rgba(33, 167, 149, 0.6);
}
.row-two{
	background: rgb(33, 167, 168);
	background: rgba(33, 167, 149, 0.4);
}
.row-one td, .row-two td{
	padding: .8em 8px;
}
.slider {
    max-width: 1400px;
    width: 75%;
    margin: 34px auto;
}
.slick-slide {
  margin: 0px 20px;
  border-bottom: 2px solid #7C7E91;
  border-bottom: 2px solid rgba(233, 233, 233, .4);
}

.slick-slide img, .hero img {
  max-width: 100%;
  max-height: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.wistia_embed{
  height:100%;
}
.wistia_responsive_padding{
  padding:66% 0 0 0;
  position:relative;
}
.wistia_responsive_wrapper{
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}
.video-title{
  margin: 10px 0 0;
  min-height: 280px;
  padding: 8px;
}
.video-title p{
  color: #333;
  text-overflow: ellipsis;
  margin: 0 0 10px;
  line-height: 1.1;
}
.hero{
  padding: 60px 0px;
  background: url(bg.jpg) no-repeat center center #28A0AF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: auto;
}
.hero .container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}
.hero .intro{
  max-width: 900px;
  padding: 0 0 4.6rem;
}
.hero .intro h4, .hero .intro p, .hero-vid-description h5, .hero-vid-description p{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
  line-height: 1.2;
}
.hero .intro h4{
  margin: 0px 0px 80px 0px;
  font-size: 28px;  
}
.hero-vid-description h5{
  font-size: 22px; 
  font-weight: 400;
}
.hero-vid-description p, .intro p{
  font-size: 20px;

}
.hero-vid-container{
  width: 100%;
}
.hero-vid-box{
  margin: 0 0 20px;
}
.hero-vid-box, .hero-vid-description{
  display: inline-block;
  float: left;
  width: 100%;
}
.wrapper{
  clear: left;
}
.header-break{
  border-bottom: 2px #5C6385 solid;
}
.video-wrapper{
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 1rem 2rem;
}
.video-info{
  color: #333;
  margin: 2rem 0;
}
.video-info p{
  font-size: 120%;
}
.video-info p a{
  color: #333;
  text-decoration: underline;
}
@media only screen and (min-width: 500px) {
  .heading{
    padding: 2em 0 0;
  }
  .slider{
    margin: 100px auto 50px;
  }
}


@media only screen and (min-width: 800px) {
  .hero-vid-box, .hero-vid-description{
    display: inline-block;
    width: 50%;
  }
  .hero-vid-description{
    padding: 2rem 0 0 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-vid-box, .hero-vid-description{
    display: inline-block;
    width: 50%;
  }
  .hero-vid-description{
    padding: 12rem 0 0 2rem;
  }
}