.ri-grid{
	margin: 30px auto 30px;
	position: relative;
	height: auto;
}

.ri-grid ul.ri-grid-list {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul.ri-grid-list {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul.ri-grid-list li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
	border: 2px solid #fff;
}

.ri-grid ul.ri-grid-list li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	pointer-events: none;
	cursor: default;
	background-size: cover;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}

.students-join1-area {
	background-image: url(https://albertadriving.ca/wp-content/uploads/2020/08/why-kei-8e2gal_GIE8-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 65%);
    -webkit-box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 65%)
}

.students-join1-right {
    padding-top: 105px;
    padding-bottom: 105px;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 65%);
    -webkit-box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 65%);
}

.students-join1-right h3 {
	padding-bottom: 15px;
	color: #fff;
}

.second-footer .item a {
	font-size: 24px;
    font-size: 1.6rem;
    font-weight: 700;
}

.second-footer .item a:hover {
	color: #000;
}

.handbook-div img {
	display: inherit;
}



/*=======================================================================
[08] Students Join Area
=========================================================================*/
.students-join1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
}
@media only screen and (max-width: 991px) {
  .students-join1-wrapper {
    display: block;
  }
  .footer_locations a {
  	padding-left: 40px;
  }
}
.students-join1-wrapper .students-join1-left {
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
}
.students-join1-wrapper .students-join1-left ul li {
  border: 2px solid #FFFFFF;
}
.students-join1-wrapper .students-join1-left .ri-grid {
  margin: 0;
}
.students-join1-wrapper .students-join1-right {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-align: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.students-join1-wrapper .students-join1-right > div {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .students-join1-wrapper .students-join1-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.students-join1-wrapper .students-join1-right h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 30px;
  }
  .footer_locations a {
  	padding-left: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 26px;
  }
  .footer_locations a {
  	padding-left: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 24px;
  }
  .footer_locations a {
  	padding-left: 40px;
  }
}
.students-join1-wrapper .students-join1-right h2 span {
  font-weight: 700;
}

.join-now-btn {
    color: #002147;
    padding: 13px 40px;
    background: #fca015;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    border: 2px solid #fca015;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.join-now-btn:hover {
    background: transparent;
    color: #FFFFFF;
}