

/********************** DEFAULT STYLES **********************/

* { margin:0; padding:0; }

.carousel-control-prev-icon {
	background-image: url('../images/arrowLeft.svg') !important;
}

.carousel-control-next-icon {
	background-image: url('../images/arrowRight.svg') !important;
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			width: 50%;
			height: auto;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 0.7em;
			margin: auto;
		}

		.bannerImage {
			display: none;
		}

		.mainHeading {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2.75em;
			text-transform: uppercase;
			letter-spacing: 1px;
			line-height: 0.8em;
			padding: 1px 0 1px 20px;
			margin: 30px 0 20px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: auto;
		}

			.presentedBy p {
				text-align: center;
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				text-transform: uppercase;
				font-size: 0.6em;
				margin: auto auto 10px auto;
			}

			.presentedBy img {
				width: 100px;
				height: auto;
				margin: auto;
			}

		.gridSection {
			width: 100%;
			height: auto;
		}

			.gridCard {
				float: none;
				display: inline-block;
				width: 100%;
				height: auto;
				margin: auto auto 35px auto;
				transition: 0.3s !important;
			}

			.gridImage {
				width: 100%;
				height: 200px;
				background-position: 50% 50%;
				float: none;
				transition: 0.3s !important;
			}

				a #grid01 {
					background-image: url('../images_induction/grid_indeligible24.jpg');
					background-size: auto 100%;
				}

				a #grid02 {
					background-image: url('../images_induction/grid_history.jpg');
					background-size: auto 100%;
				}

				a #gridComm {
					background-image: url('../images_induction/grid_selectionComittee25.jpg');
					background-size: auto 100%;
				}

				a #grid04 {
					background-image: url('../images_induction/grid_electionProcedure.jpg');
					background-size: auto 100%;
				}

				a #gridInd25 {
					background-image: url('../images_induction/induction-landing-card_Induction2025.jpg');
					background-size: auto 100%;
				}


			.gridContent {
				display: inline-block;
				width: 100%;
				height: auto;
				float: none;
			}

				.gridHeading {
					font-family: 'Poppins', sans-serif;
					font-weight: 900;
					background-color: #fff;
					color: #000;
					font-size: 1.5em;
					margin: 15px auto 0px auto;
					height: auto;
				}

				.gridCopy {
					font-family: 'Poppins', sans-serif;
					font-weight: 500;
					background-color: #fff;
					color: #000;
					font-size: 0.75em;
					margin: 5px auto 5px auto;
					height: auto;
				}

				.gridButton {
					display: inline-block;
					font-family: 'Lato', sans-serif;
					font-weight: 400;
					background-color: #0468B0;
					color: #fff;
					text-transform: uppercase;
					border-radius: 4px;
					padding: 4px 15px;
					font-size: 0.85em;
					height: auto;
					transition: 0.3s;
				}

					.gridButton:hover {
						background-color: lightgrey;
						color: #0468B0;
						text-decoration: none;
					}

					.gridButton:active {
						background-color: lightgrey;
						color: #0468B0;
						text-decoration: none;
					}

					.gridCard:hover > a .gridImage {
						background-size: auto 110% !important;
					}
			

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.breadcrumbNav {
		width: 70%;
	}

	.mainHeading {
		width: 100%;
	}

	.presentedBy {
		margin-top: 8px;
	}

}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

		

}

/************************************************************/

@media screen and (min-width: 414px)  {

	.container-01 {
	}

		.gridSection {
		}

			.gridImage {
				height: 250px;
			}

			.gridContent {
			}

				.gridHeading {
					font-size: 1.75em;
					margin: 15px auto 0px auto;
				}

				.gridCopy {
					font-family: 'Poppins', sans-serif;
					font-weight: 500;
					background-color: #fff;
					color: #000;
					font-size: 0.75em;
					margin: 5px auto 5px auto;
				}

				.gridButton {
					display: inline-block;
					font-family: 'Lato', sans-serif;
					font-weight: 400;
					background-color: #0468B0;
					color: #fff;
					text-transform: uppercase;
					border-radius: 4px;
					padding: 4px 15px;
					font-size: 0.85em;
					clear: both;
				}


}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 10px;
	}

		.breadcrumbNav {
			margin: auto 10px;
			width: 60%;
		}

		.mainHeading {
			margin: 20px 0 30px 10px;
			width: 60%;
		}

		.presentedBy {
			margin: 30px 10px auto auto;
		}

		.gridSection {
		}

			.gridCard {
				float: none;
				width: 46.5%;
				height: auto;
				margin: auto 1.75% 35px 1.75%;
			}

			.gridImage {
				width: 100%;
				height: 125px;
				background-position: 50% 50%;
				float: none;
			}

				a #grid01 {
					background-size: 100% auto;
				}

				a #grid02 {
					background-size: 100% auto;
				}

				a #gridComm {
					background-size: 100% auto;
				}

				a #grid04 {
					background-size: 100% auto;
				}

				a #gridInd25 {
					background-size: 100% auto;
				}



			.gridContent {
				width: 100%;
				height: auto;
				float: none;
			}

				.gridHeading {
					font-size: 1.25em;
					margin: 15px auto 0px auto;
				}

				.gridCopy {
					font-size: 0.65em;
					margin: 5px auto 10px auto;
					height: 45px;
				}

				.gridButton {
				}

				.gridCard:hover > a .gridImage {
						background-size: 110% auto !important;
					}


}

/************************************************************/

@media screen and (min-width: 667px) {

	.gridImage {
		width: 100%;
		height: 150px;
		background-position: 50% 50%;
		float: none;
	}

	.gridHeading {
		font-size: 1.5em;
	}

	.gridCopy {
		font-size: 0.75em;
		margin: 5px auto 10px auto;
		height: 55px;
	}

	.gridButton {
	}

}

/************************************************************/

@media screen and (min-width: 736px)  {

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 65px;
	}

		.breadcrumbNav {
			margin-left: 0px;
			width: 100%;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images_induction/induction_topBanner.jpg');
			background-size: auto 100%;
			background-position: 50% 60%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-top: 24px;
			margin-left: 0px;
			font-size: 3em;
			width: 60%;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
		}

			.presentedBy img {
				width: 150px;
			}

		.gridSection {
			width: 103.5%;
			margin-left: -15px;
		}

		.gridSection {
			}

				.gridCard {
					float: none;
					width: 46.5%;
					height: auto;
					margin: auto 1.75% 35px 1.75%;
				}

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

    .container-01 {
		padding: 65px;
	}

		.bannerImage {
			display: inline-block;
			/*background-image: url('../images_induction/induction_topBanner.jpg');*/
			background-size: auto 100%;
			background-position: 50% 60%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
		}

		.gridSection {
			width: 103.5%;
			margin-left: -15px;
		}

		.gridSection {
			}

				.gridCard {
					float: left;
					width: 46.5%;
					height: auto;
					margin: auto 1.75% 35px 1.75%;
				}
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.gridSection {
			width: 103%;
			margin-left: -10px;
		}

			.gridCard {
				width: 31%;
				margin: auto 1% 40px 1%;
			}
				.gridHeading {
					font-size: 1.5em;
				}

				.gridCopy {
					height: 85px;
					font-size: 0.9em;
				}

				.gridButton {
					font-size: 0.9em;
				}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 0px 40px; 
	}

		.bannerImage {
			background-size: 100% auto;
		}

		.gridCard {
			height: auto;
		}

}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {	.container-01 {
		width: 1280px;
		margin: auto;

	}

		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 44px 0 30px 0;
		}

		.presentedBy {
			margin-top: 20px;
		}

			.presentedBy img {
				width: 200px;
			}

		.gridSection {
		}
			.gridImage {
				height: 200px;
				background-position: 50% 50%;
			}

			.gridCard {
			}
				.gridHeading {
					font-size: 1.75em;
				}

				.gridCopy {
					height: 80px;
					font-size: 1em;
				}

				.gridButton {
					font-size: 0.9em;
				}

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














