/* VIDEO */

.videoArea {
display: block;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: 265px;
float: right;
}
	.videoArea video {
	display: block;
	width: 100%;
	height: 100%;
  object-fit: cover;
	}


.section1 {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
background: #ffffff url("../images/bg-sect1.jpg") top no-repeat;
background-size: cover;
background-attachment: fixed;
padding: 40px 20px;
border-top: #177483 1px solid;
border-bottom: #177483 1px solid;
}

.container {
  display: flex;
  background-color: DodgerBlue;
}

.container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}

.infoAreas {
display: flex;
box-sizing: border-box;
clear: both;
overflow: hidden;
max-width: 1500px;
width: 100%;
height: auto;
margin: 0 auto;
}
  .fa-arrow-right {
  font-size: .8em;
  color: #188b9e;
  }
  .infoCol {
  flex: 1;
  padding: 25px;
  box-sizing: border-box;
  }
  .left-col {
  background-color: rgba(255,255,255, 0.5);
  border: #c6c6c6 1px solid;
  margin-right: 2%;
  }
  .right-col {
  background-color: rgba(255,255,255, 0.5);
  border: #c6c6c6 1px solid;
  margin-left: 2%;
  }


.logoArea {
display: block;
box-sizing: border-box;
clear: both;
overflow: hidden;
max-width: 1500px;
width: 100%;
height: auto;
margin: 30px auto 0 auto;
}
  .logoArea p {
  display: block;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: auto;
  font-family: Open, sans-serif;
  font-size: 1em;
  color: #07424c;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  margin: 10px 0;
  }
  .logo {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  }
  .left-col2 {
  width: 48%;
  height: auto;
  float: left;
  text-align: center;
  margin-right: 2%;
  }
    .left-col2 img {
    display: block;
    max-height: 100px;
    height: auto;
    margin: 0 auto;
    }

  .right-col2 {
  width: 48%;
  height: auto;
  float: left;
  text-align: center;
  margin-left: 2%;
  }
    .right-col2 img {
    display: block;
    max-height: 100px;
    height: auto;
    margin: 0 auto
    }


/* MEDIA QUERIES */

@media screen and (max-width: 1188px) {
  .left-col2 {                    ,
  width: 100%;
  float: none;
  clear: both;
  margin: 0 auto;
  }
  .right-col2 {
  width: 100%;
  float: none;
  clear: both;
  margin: 10px auto 0 auto;
  }
    .left-col2 img {
    max-height: none;
    height: 75px;
    }
    .right-col2 img {
    max-height: none;
    height: 75px;
    }

}
@media screen and (max-width: 1175px) {
	.videoArea {
	height: auto;
  float: none;
	}
	.videoArea video {
	height: auto;
	}
}
@media screen and (max-width: 875px) {
	.videoArea {
	height: 150px;
	}
	.videoArea video {
	height: 100%;
	}
  .infoAreas {
  display: block;
  max-width: none;
  }
  .left-col {
  margin-right: 0;
  margin-bottom: 10px;
  }
  .right-col {
  margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
    .left-col2 img {
    height: 50px;
    }
    .right-col2 img {
    height: 50px;
    }

}
