<style>
  .responsive-google-slides {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Ratio */
    height: 0;
    overflow: hidden;
  }
  .responsive-google-slides iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*container for strategic planning image*/ 
.container{
  position: relative;
  width: auto;
}

.container img {
  width: 100%;
  height: auto;
}
/* Styles the button and place it in the middle of the container/image */
.container .btn {
  position: absolute;
  top: 47%;
  left: 47%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffbd3b;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: 3px white solid;
  cursor: pointer;
  text-decoration:none;
}

.container .btn:hover {
  /*filter:opacity(50%);*/
  background-color:#ffbd3b;
  color:white;  
}

/* Hover Boxes */
.hovbox-container {
  align-items: start;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, 250px);
  justify-content: center;
}

header,
footer {
  text-align: center;
}

.hovbox {
  background-color: #ffffff;
  box-shadow: 0 3px 15px #00000029;
  position:relative;
  border-radius: 8px;
  padding: 24px 0 16px;
  text-align: center;
  /*border: 1px solid #fff; removed this*/
  margin-top: 8%;
  color: #001e60;
  height: 256px;
  width: 100%;
}
.hovbox:hover {
  background: #001e60;
  color: #ffb545 !important;
}
@media screen and (max-width: 1260px) {
  .hovbox {
    height: 190px;
  }
   .hovboxbox div {
    font-size: 18px;
  }
}



/* Partnership Box 

body {
  	font-family:Montserrat, sans-serif;
	font-size: 1em;
}
.box *:last-child {
    margin-bottom: 0;
}*/

.box-4 {
    box-shadow: 0 3px 15px #00000029;
    -moz-box-shadow: 0 3px 15px #00000029;
    -webkit-box-shadow:0 3px 15px #00000029;
    position: relative;
    width: 80%;
    margin:auto;
    border-radius: 8px; 
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    margin-top: 2%;
}

.box-content {
    background: none repeat scroll 0 0 #FFFFFF;
    background-color: #FFFFFF;
    padding: 22px 2px 42px 2px;
    position: relative;
    z-index: 1;
}
.box-4:after {
    border-radius: 0 0 20% 20% / 0 0 20px 20px;
    bottom: 0;
    box-shadow: 0 3px 15px #00000029;
    -moz-box-shadow: 0 3px 15px #00000029;
    -webkit-box-shadow:0 3px 15px #00000029;
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    right: 10px;
}

/* Creates a responsive, centered, three-column grid. */
.card-container {
	align-items: start;
	display: grid;
	grid-gap: 12px;
	grid-template-columns: repeat(auto-fit, 300px);
	justify-content: center;
  background-color: #FFFFFF;
}

/* --- Optional styles  --- */

header,
footer {
	text-align: center;
}

.card {
	background-color: #FFFFFF;
  box-shadow: 0 3px 15px #00000029; /* this adds the "card" effect */
	border-radius: 8px;
	padding: 24px 0 16px;
	text-align: center;
	border: 1px solid #fff;
  margin-top: 8%;
}

/* --- Responsive text for ICF SA Skyline image  --- */
.skylinewrapper {
  position:relative;
  width:100%;
  max-width:1250px;
  height:100%;
  min-height:600px
}
.skylinetext {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  padding-top:18%;  
  text-align:center;
  font-weight:bold;
  font-size:5vw;
  color:white;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 1200px) {
  .skylinetext{
    font-size:40px;
  }
}

/* --- Responsive text for 3 different types of coaches image  --- */
.container {
  position: relative;
  text-align: center;
  color: white;
}
.centeredtext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat', sans-serif;
  font-size:5vw;
  color:white;
}

@media (min-width: 1200px) {
  .centeredtext{
    font-size:24px;
  }
}


</style>