html,
body {
    height: 100%;
}

body {
    font-family: "Helvetica Neue"
}

.section-one,
.section-three,
.section-five,
.section-five-right
{
    background-color: #bdebe5;
    color: #3fb9a9;
    padding: 2em 0;
}

.section-two,
.section-two-right,
.section-four,
.section-seven,
.section-eight,
.section-eight-right{
    background-color: #d7f5f1;
    color: #3fb9a9;
   
}
.section-six {
    background-color: #d7f5f1;
    color: #3fb9a9;
    padding: 1em 0;
}

.section-two.cell,
.section-three.cell,
.section-four.cell,
.section-five.cell,
.section-seven,
.section-five-video-link{
    padding-left: 3em;
	padding-right: 0em;
}

.section-three.cell,
.section-four.cell{
	padding-right: 2em;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/* unvisited link */
a:link {
  color: #d44ba3;
}
a:active {
  color: #d44ba3;
}

a:visited {
  color: #d44ba3;
}

/* mouse over link */
a:hover {
  color: #d44ba3;
}

/* section one */
.section-one image {
    width: 100%;
}

.section-one.cell {
    padding-left: 0;
    padding-right: 0;
}

.section-one>img {
    width: 100%;
}

/* section two */
.section-two {
    display: flex;
}


.section-two-right{
	background-image: url(Site-Elements/Shapes/Teal-Slant-Right.png);
	background-repeat: no-repeat;
	background-position: right;
}

.section-two-left-text {
    margin: auto;
	text-align: left;
	line-height: 125%;
    padding-right: 0%;
}

.section-two-container {
    position: relative;
    /* width: 473px; */
}

.section-two-video {
    position: absolute;
	margin: 0px, auto;
    top: 20px;
	left: 2%;
	right: 2%;
	display: block;
	margin-top: .5em;
	margin-left: auto;
	margin-right: 1.5em;
	
	
	
    /* left: 10%; */
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.section-two-container img {
    width: 500px;
    height: 338px;
    float: right;
}


/* section three */
.section-three {
    padding-right: 0%;
}

.section-three-left-text {
    margin: auto;
	text-align: left;
	line-height: 125%;
    padding-right: 0%;
}



/* section four */

.section-four-left-text {
    margin: auto;
	text-align: left;
	line-height: 125%;
    padding-right: 0%;
	padding-bottom: 20px;
}
.section-four{
	padding: 3em;
}
/* section five */
.section-five {
	display: flex;
    /* display: flex; */
}

.section-five-container {
    position: relative;
	padding-top: 0%;
    /* color: #ffffff; */
    width: 665px;
    height: 338px;
    /* background-image: url("../Site-Elements/Shapes/Teal Slant-Left.png") */
}

.section-five-text {
    margin: auto;
	text-align: left;
	line-height: 125%;
    padding-right: 0%;
	padding-bottom: 20px;
}

.section-five-video {
    top: 20px;
	left: 2%;
	right: 2%;
	display: block;
	margin-left: auto;
  	margin-right: auto;

}
	

    /* left: 10%; */

.section-five-right {
    margin-top: 0px;	
}


/* section six */
.section-six {
    text-align: center;
}


.boldHeaders {
    font-weight: bold;
    font-family: "Helvetica Neue";
    font-size: larger;
}

.section-seven-video {
		width: 100%;
		height: 100%;
	}
	
/*Section 7 */

.section-seven {
    display: absolute;
	padding-left: 3em;
	padding-right: 3em;
	
}

.section-seven-left-text {
    margin: auto;
	text-align: left;
	line-height: 125%;
    padding-right: 0%;
}

.section-seven-video {
    position: relative;
    top: 0px;
	width: 100%;
	padding-top: 56.25%;
	
	
    /* left: 10%; */
}

.section-seven-video iframe {
	position:absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.section-seven-container img {
    width: 500px;
    height: 338px;
    float: left;
}

/* section eight - Download App */
.section-eight {
	text-align: left;
	padding: 3em;
    /* display: flex; */
}

.section-eight-right
	{
    margin-top: 0px;
	padding: 3em;
}

.section-nine{
	background-color: #3fb9a9;
	padding: 3em;
}
.section-eight-right img,
.section-nine img {
  display: block;
  margin-left: auto;
  margin-right: 3em;
}

.section-nine-left {
	background-color: #3fb9a9;
	color: #FFFFFF;
	padding: 3em;
	text-align: center;
	
}

.section-ten {
	background-color: #bdebe5;
	color: #3fb9a9;
	padding-left: 3em;
	padding-top: 1em;
	text-align: center;
	
}


	 .body{
        text-align: justify;
    }
	
   
    	.section-two-left-text{
		padding: 2em 0 2em 3em;
	}
    .section-two-container{
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        
    }
    .section-two-container > img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 20%;
        width: 80%;
        height: 100%;
    }
    .section-two-container > iframe {
        position: absolute;
        top: 7%;
        bottom: 7%;
        left: .5em;
        width: 85%;
        height: 85%;
    }
	
	.section-five-video {
		
		width: 85%;
	}
	
	.section-six img {
		width: 55%;
	}

@media (max-width: 1056px){
	 .body{
        text-align: justify;
    }
	.section-two-right{
	background-image: none;
	}
    .section-two-video{
		margin: auto;
	}
	.section-two.cell,
	.section-three.cell,
	.section-four.cell,
	.section-five.cell,
	.section-five-video-link{
    	padding-left: 3em;
		padding-right: 3em;
}
    
    .section-two-container{
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        
    }
	
		.section-two-left-text{
		padding: 3em;
	}
    .section-two-container > img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 20%;
        width: 80%;
        height: 100%;
    }
    .section-two-container > iframe {
        position: absolute;
        top: 10%;
        bottom: 7%;
        left: 2%;
        width: 80%;
        height: 80%;
    }
	
	.section-five-video {
		
		width: 80%;
		
	}
	
	.section-six img {
		width: 55%;
	}

	.section-eight-right img,
	.section-nine img {
  		display: block;
  		margin-left: auto;
  		margin-right: auto;
}
	
}

@media (max-width: 640px){
	 .body{
        text-align: justify;
    }
    
	.section-two-left-text{
		padding: 3em;
	}
    
    .section-two-container{
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        
    }
    .section-two-container > img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 20%;
        width: 80%;
        height: 100%;
    }
	.section-two-video{
		margin-left: 2em;
	}
	
	.section-two-container > iframe {
        position: absolute;
        top: 7%;
        bottom: 7%;
        left: 2%;
        width: 83%;
        height: 83%;
    }
	
	.section-five-video {
		 
		width: 83%;
	}
	
	.section-six img {
		width: 55%;
	}