@charset "utf-8";
/*===========================
      Font Style
=============================*/

/*Font family - Filson Soft Bold*/

@font-face {
	font-family: 'filson-soft-bold';
	src: url('fonts/filson-soft-bold.ttf'), url('fonts/filson-soft-bold.eot'), url('fonts/filson-soft-bold.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('fonts/filson-soft-bold.woff') format('woff');
	/* Pretty Modern Browsers */
}

/*Font family - Filson Soft Book*/

@font-face {
	font-family: 'filson-soft-book';
	src: url('fonts/filson-soft-book.ttf'), url('fonts/filson-soft-book.eot'), url('fonts/filson-soft-book.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('fonts/filson-soft-book.woff') format('woff');
	/* Pretty Modern Browsers */
}

/*Font family - Filson Soft Regular*/

@font-face {
	font-family: 'filson-soft-regular';
	src: url('fonts/filson-soft-regular.ttf'), url('fonts/filson-soft-regular.eot'), url('fonts/filson-soft-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('fonts/filson-soft-regular.woff') format('woff');
	/* Pretty Modern Browsers */
}

/*===========================
      Common Style
=============================*/

* {
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
}

body {
	font-family: 'filson-soft-bold';
	font-size: 14px;
	line-height: 1.9;
	display: block;
	letter-spacing: 0.5px;
	font-weight: 400 !important;
	overflow-x: hidden;
}

.section-main{

}

.main-group{
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding: 0 25px;
}

.main-group .gclay-logo{
	width: 350px;
    margin: -30px 0;
}

.main-group h1{
	font-size: 60px;
    color: #01adee;
    font-weight: 900;
    font-family: 'filson-soft-bold', sans-serif;
}

.img-holder{
	background: #f9ec24;
    padding: 35px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
	margin-top: -75px;
	margin-bottom: -50px;
	z-index: 1;
}

.img-holder img{
	width: 240px;
    height: 240px;
}

.cuimg{
	width: 150px;
}

.pst-1{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 30px;
}

.pst-2{
	position: absolute;
	top: 30px;
	left: 25%;
	width: 30px;
}

.pst-3{
	position: absolute;
	top: 20px;
	left: 65%;
	width: 30px;
}

.pst-4{
	position: absolute;
	top: 20px;
	left: 60%;
	width: 30px;
}

.section-2{
	background-color: #01adee;
	padding: 30px;
}

.section-2 h3{
	font-size: 50px;
	color: #f9ec24;
	display: inline-flex;
	align-items: center;
}

.section-2 h3 .yrs{
	margin-left: 20px;
	font-size: 23px;
    color: #01adee;
    background: white;
    padding: 10px 25px;
    border-radius: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-2 h3 .yrs:before{
	content: "";
    display: inline-block;
    background: #01adee;
    width: 45px;
    height: 5px;
    border-radius: 10px;
	margin-right: 10px;
}

.section-2 h3 .yrs:after{
	content: "";
    display: inline-block;
    background: #01adee;
    width: 45px;
    height: 5px;
    border-radius: 10px;
	margin-left: 10px;
}

.phog{
	color: white;
	font-size: 40px;
	margin-top: 30px;
}

.phog-list li{
	color: white;
	font-size: 30px;
    margin-left: 25px;
}

.tyas h3{
	font-size: 30px;
	color: white;
}


.tyas p{
	margin-left: 20px;
	font-size: 23px;
    color: #01adee;
    background: white;
    padding: 10px 20px;
    border-radius: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blurb{
	width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f9ec24;
    border-radius: 50%;
    padding: 20px;
}

.blurb h4{
	margin: 0;
	font-size: 32px;
}

.section-3{
	background: #f8eb25;
	padding-bottom: 40px;;
}

.register-form{
	text-align: center;
	background: #01adee;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.register-form h2{
	color: #f9ec24;
}

.register-form input, .register-form select{
	background: none;
    outline: none;
    color: white;
    border: none;
    border-bottom: 2px solid #f8eb25;
    width: 100%;
	padding: 5px 10px;
	font-size: 18px;
}

.register-form input{
	padding-left: 15px;
}

.error{
	color: red;
}

.section-4{
	background: #f8eb25;
	/* padding: 40px;; */
	/* padding-bottom: 70px; */
}

.table-layout{
	background: #01adee;
    padding: 15px 35px;
	border-radius: 40px;
	text-align: center;
}

.table-layout h5{
	background: #f9ec24;
    padding: 8px;
    width: 40%;
    margin: auto;
    border-radius: 15px;
}

.table-bordered{
	margin: 50px 0 !important;
}

.table-bordered td, .table-bordered th {
    border: 3px solid #dee2e6;
	color: white;
	font-size: 20px;
}

.table-layout .table-bordered tbody tr:nth-child(1) td:nth-child(1){
	border-top-color: transparent;
	border-left-color: transparent;
}

.table-layout .table-bordered tbody tr:nth-child(1) td:nth-child(2){
	border-top-color: transparent;
}

.table-layout .table-bordered tbody tr:nth-child(1) td:nth-child(3){
	border-top-color: transparent;
	border-right-color: transparent;
}

.table-layout .table-bordered tbody tr:nth-child(2) td:nth-child(1){
	border-left-color: transparent;
}

.table-layout .table-bordered tbody tr:nth-child(2) td:nth-child(3){
	border-right-color: transparent;
}

.table-layout .table-bordered tbody tr:nth-child(3) td:nth-child(1){
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.table-layout .table-bordered tbody tr:nth-child(3) td:nth-child(2){
	border-bottom-color: transparent;
}

.table-layout .table-bordered tbody tr:nth-child(3) td:nth-child(3){
	border-bottom-color: transparent;
	border-right-color: transparent;
}

::placeholder {
	color: white;
	opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
	color: white;
  }

  .pnt{
	width: 40%; 
	margin-right: 30px;
  }

  .dol{
	width: 30%; 
  }

  .blurb-excl{
	display: none;
  }

  .note button{
	background: #f8eb25;
  }

  .note p{
	color: #fff;
	width: 60%;
	margin: auto;
	font-style: italic;
  }

  .dolll{
	display: none;;
  }

  .dol-mob{
	display: block;;
}

.sheep{
	display: none;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
	.img-holder{
		position: absolute;
		left: 0;
		transform: scale(0.5) translateX(-40%);
		top: -50px;
	}

	.main-group{
		padding-bottom: 270px;
	}

	.main-group h1{
		font-size: 26px;
        position: absolute;
        top: 100px;
        margin: 0;
        padding: 10px 0;
	}

	.main-group .gclay-logo{
		position: absolute;
		top: 190px;
		left: 0;
		width: 250px;
	}

	.cuimg{
		position: absolute;
        bottom: 0;
        right: 0px;
        width: 90px;
	}

	.pst-1{
		right: 30px;
		left: auto;
	}

	.pst-4{
		top: 40%;
		right: 30px;
		left: auto;
	}
	
	.pst-2{
		right: 30px;
		left: auto;
		top: 215px;
	}

	.section-2 h3{
		font-size: 20px;
		display: block;
	}

	.section-2 h3 .yrs{
		margin: auto;
		font-size: 12px;
		width: 75%;
		margin-left: 0;
		margin-top: 11px;
	}

	.section-2 h3 .yrs:before{
		width: 25px;
	}

	.section-2 h3 .yrs:after{
		width: 25px;
	}

	.phog{
		margin-top: 10px;
		font-size: 22px;
	}

		

	.phog-list li{
		font-size: 19px;
	}

	.tyas p{
		margin: 0;
		font-size: 12px;
		padding: 5px;
	}

	.pnt{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 35%;
		margin-right: 0;
	}

	  .tyas h3{
		font-size: 15px;
	  }
	
	  .dol{
		display: none;
	  }

	  .blurb{
		display: none;
	  }


	  .section-3 h4{
		font-size: 13px;
	  }
	  .section-3 iframe{
		width: 100% !important;
		height: 200px;
		margin-bottom: 25px;
	  }

	  .register-form{
		border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 20px 0;
        margin: 20px;
        border-radius: 25px;
	  }

	  .asrw{
		padding: 0px !important;
	  }

	  .note{
		padding: 0 !important;
		font-style: italic;
		margin: 0;
	  }

	  .note p{
		margin-top: 10px;
		color: white;
		width: 100%;
	  }

	  .table-layout{
		padding: 3px;;
		padding-top: 15px;
	  }

	  .table-bordered{
		margin: 20px 0 !important;
	  }

	  .table-bordered td, .table-bordered th{
		font-size: 13px;
	  }

	  .section-3{
		padding-bottom: 0;
	  }

	  .table-layout h5{
		width: 70%;
	  }

	  .blurb-excl{
		display: block !important;
        font-size: 15px !important;
        width: 60%;
        text-align: center;
	  }

	  .dolll {
		display: block;
        position: absolute;
        top: 50%;
        width: 125px;
        right: 0;
		transform: translateY(-50%);
	}

	.dol-mob{
		display: none;;
	}

	.sheep{
		display: block;
        width: 35%;
        position: absolute;
        right: 0;
        bottom: -25px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.main-group h1{
		font-size: 22px;
	}

	.main-group .gclay-logo{
		width: 200px;
   	 	margin: -17px 30px;
	}

	.cuimg{
		width: 75px;
	}	

	.img-holder{
		width: 200px;
		height: 200px;
		margin-top: -40px;
	}

	.img-holder img{
		width: 150px;
		height: 150px;
	}
	.section-2 h3{
		font-size: 21px;
		display: block;
	}

	.section-2 h3 .yrs{
		margin: auto;
		font-size: 12px;
		width: 40%;
		margin-left: 0;
		margin-top: 11px;
	}

	.section-2 h3 .yrs:before{
		width: 25px;
	}

	.section-2 h3 .yrs:after{
		width: 25px;
	}
	.phog {
		color: white;
		font-size: 22px;
		margin-top: 14px;
	}

	.blurb-excl{
		display: none !important;
	  }

	  .tyas p{
		margin: 0;
		font-size: 12px;
		padding: 5px;
	}

	.pnt{
		width: 100px;
		margin-right: 10px;
	}

	.dol{
		width: 25%;
		margin-bottom: -30px;
	}

	  .section-3 iframe{
		width: 100% !important;
		height: 200px;
		margin-bottom: 25px;
	  }

	  .register-form{
		border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        padding: 20px 0;
        margin: -1;
	  }

	  .note{
		padding: 0 !important;
		font-style: italic;
		margin: 0;
		line-height: 1;
	  }

	  .note p{
		margin-top: 10px;
		color: white;
	  }

	  .table-layout{
		padding: 3px;;
		padding-top: 15px;
	  }

	  .table-bordered{
		margin: 20px 0 !important;
	  }

	  .table-bordered td, .table-bordered th{
		font-size: 11px;
	  }

	  .section-3{
		padding-bottom: 0;
	  }

	  .table-layout h5{
		width: 70%;
	  }

	  .blurb-excl{
		display: none !important;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blurb-excl{
		display: none !important;
	}

	.main-group h1 {
		font-size: 40px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.main-group h1{
		font-size: 70px;
	}
	.section-2{
		padding-top: 70px;
	}

	.blurb-excl{
		display: none !important;
	}
	
}
