html, body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Roboto Condensed', Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    /*font-size: 14px;*/
    color:#000;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 18px;
	line-height: 23px;
}

/* Swiper */

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[class*="slide0"] {
    position: relative;
    background-size: cover;
    background-position: center;
}

.swiper-button-next, .swiper-button-prev {
    fill: #00bcd3;
    top: 44%;
    background-image: none;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 0px;
}

/* Text */

.bold {
	font-weight: 700;
}

h2 {
    font-size:1.5rem;
    margin: 9px 0 3px;
}

.coachcol {color: #00bcd3; text-transform: uppercase;}

.modal-body h2 { margin: 0; }

blockquote.blockquote {
	margin: 0;
}

li {
	margin-top: 0.3rem;
}

.center {
	text-align: center;
}

ul {
	padding-left: 1.5em;
}

.mb-0 {
    margin: 0 0 15px;
}

/* Buttons */

a.button {
	background-color: orange;
    padding: 5px 10px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 50%;
    max-width: 300px;
    text-decoration: none;
    color: white;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    cursor: pointer;
}

a.button:hover {
    background-color: #7bc7c1;
}

/* PG Palette */

.pg-blue-bg {
    background-color: #00496b;
}

.mp-blue-bg {
    background-color: #124395;
}

.mp-blue {
    color: #124395;
}

.mp-light-blue-bg {
    background-color: #F5A300;
}

.mp-light-blue {
    color: #00bcd3;
}

.pg-blue {
    color: #00496b;
}

.pg-pink-bg {
    background-color: #e23c5b;
}

.pg-orange-bg {
    background-color: #e07736;
}

.pg-darkGrey-bg {
    background-color: #738a96;
}

.pg-green-bg {
    background-color: #007c84;
}

/* Navigation & buttons */

.navigation {
    margin: 10px auto;
    text-align: center;
    width: 99%;
    padding: 0;
    border-bottom: 1px solid;
}

.navigation a {
    text-decoration: none;
    font-size: bold;
}

.navbtn {
    display: inline-block;
    width: 19%;
    text-align: center;
    margin: 0 5px auto;
    padding: 1.5% 3%;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.future {
    background-color: #faa61a;
}

.past {
    background-color: #768a95;
}

.present {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#177b84+27,177b84+27,f6a531+100 */
  background: #177b84; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #177b84 27%, #177b84 27%, #f6a531 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #177b84 27%,#177b84 27%,#f6a531 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #177b84 27%,#177b84 27%,#f6a531 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177b84', endColorstr='#f6a531',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.active {
   background-color: #00bcd3 !important;
   font-weight: bold;
   text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

/* Images */

img.imageMap {
	width: 100%;
	height: 100%;
}

img.handPointer {
	width: 6%;
	position: absolute;
	top: 16%;
	left: 47%;
}

img.waves {
	width: 7%;
	position: absolute;
	top: 47%;
	left: 45.8%;
}

/* Hand animation */

@-webkit-keyframes handIcons {
	0% { -webkit-transform: initial; }
	14.29% { -webkit-transform: translate(520%, 240%); }
	28.58% { -webkit-transform: translate(560%, 560%); }
	42.87% { -webkit-transform: translate(260%, 830%); }
	57.16% { -webkit-transform: translate(-290%, 810%); }
	71.45% { -webkit-transform: translate(-570%, 550%); }
	85.74% { -webkit-transform: translate(-520%, 240%); }
}

@keyframes handIcons {
	0% { transform: initial; }
	14.29% { transform: translate(520%, 240%); }
	28.58% { transform: translate(560%, 560%); }
	42.87% { transform: translate(260%, 830%); }
	57.16% { transform: translate(-290%, 810%); }
	71.45% { transform: translate(-570%, 550%); }
	85.74% { transform: translate(-520%, 240%); }
}

.handIcons {
  -webkit-animation-name: handIcons;
          animation-name: handIcons;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/* Content of the slides */

.iframeContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.interactive {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Modal windows */

.modal {
	overflow: visible;
	width: 80%;
	max-width: 95%;
	padding: 10px 20px;
}

.blocker {
	background-color: rgba(0,0,0,0.5);
}

.modal a.close-modal {background-image: url(../img/close.png);}

/* Media Queries */

@media screen and ( max-width: 635px) {

	.modal h2 {
		font-size: 18px;
		margin-bottom: 0px;
        margin-top: 9px;
	}

    p, li, a.button {
	    font-size: 16px;
	    line-height: 21px;
	    margin-top: 0rem;
	}

    .mb-0 {
        margin: 0 0 7px;
    }

    .modal {
        width: 100%;
        max-width: 100%;
    }

}

@media screen and (max-width: 480px) {
    p, li, a.button {
        font-size: 12px;
        line-height: 14px;
    }
    a.button {
        padding: 10px 20px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 13px;
    }
}

@media screen and ( max-width: 410px) {

    p, li, a.button {
	    font-size: 12px;
	    line-height: 15px;
	}	

	.modal {
		padding: 5px 10px;
	}

}