@import url('bootstrap-grid-custom.css'); /** Deprecate it asap **/

body {
	background-image: none;
}

/**************** BASE STYLES **************/

h2 {
	letter-spacing: 0;
	margin-top: 40px;
	margin-bottom: 40px;
}

p.label-small {
	font-size: 0.875em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.label-h3 {
	font-size: 1.1875em;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.text-md {
	font-size: 1.1875em;
	line-height: 1.333333;
}

.text-large {
    font-size: 1.5em;
    line-height: 1.25;
    font-weight: 300;
}

@media (min-width: 1024px){
	.text-large {
	    font-size: 2em;
	}
}

.text-strong,
label.text-strong {
	font-weight: bold;
}

label.text-strong {
	display: inline-block;
	margin-bottom: 20px;
}

.text-center {
	text-align: center !important;
}


a {
	/* color: #026080; */
    color: #025B79;
    text-decoration: underline;
}

a:hover {
	color: #1a784f;
}

a:active {
	color: #000;
}

.pull-right {
	float: right;
}

i.icon-long-arrow-right:before{
    background: url(../../../../themes/algonquincollege2018/images/icons/long-arrow-right.svg) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '';
    background-size: 30px;
    margin: 0;
    padding: 0;
}

i.icon-rotate-315:before{
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
    height: 20px;
    display: inline-block;
    margin-left: -4px;
}


/*** Lists ****/

#wrapper ul li {
	margin-bottom: 10px;
}

.list-inline {
	margin-top: 0;
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin-bottom: 20px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-unstyled {
	margin-top: 0;
    padding-left: 0;
    list-style: none;
}

ul.list-no-left{
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 40px;
}

ul.list-no-left ul{
	margin-top:10px;
	}

ol li {
	margin-bottom: 10px;
}

/***** IMAGES *****/

.img-responsive {
	display: block;
    max-width: 100%;
    height: auto;
}


/**** BUTTONS ****/

.button {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    padding: 0.375em 1.25em;
    border-radius: 100px;
    color: #fff;
    /* text-align: right; */
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    /*min-height: 64px;*/
    margin-bottom: 30px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    line-height: 1.75;
    box-sizing: border-box;
    border-radius: 0;
}

.button.button-primary{
    background: #006341;
    color: #FFF;
    border: 4px solid #e2e2e0;
    border-radius: 0;
}

.button.button-cta-banner{
    background: #006341;
    color: #FFF;
    border: 2px solid #ffffff;
    border-radius: 0;
}

.button.button-secondary {
    background: #E6E6E6;
    /* color: #585858; */
    color: #4A4A4A;
    border: 4px solid #fff;
}

.button.button-ghost {
    background: #fff;
    color: #585858;
    border: 4px solid #e2e2e0;
}

.button.button-block {
	width: 100%;
}

.button-primary:before, .button-cta-banner:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-right: 10px;
    margin-left: 0px;
}

.button-secondary:before,
.button-ghost:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #585858;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-right: 10px;
    margin-left: 0px;
}

.button.button-no-icon:before {
	border-left: none;
    border-top: none;
    border-bottom: none;
    display: none;
}

/** fix for gravity forms buttons colour if used inside this page template  - for now - this avoids white text on light grey  **/
.gform_wrapper .button {
    color: inherit;
}

/* .page-template-page-2017 .icon-checkmark-circle:before { */
.icon-checkmark-circle:before {
	background: url(../../../../themes/algonquincollege2018/images/icons/marker-check-green.svg) no-repeat;
    display: inline-block;
    width: 18px;
    height: 22px;
    content: '';
    background-size: 18px 22px;
    margin: 0;
    padding: 0;
    margin-bottom: -2px;
}

.icon-ac-competitive:before{
	background: url(../../../../themes/algonquincollege2018/images/icons/marker-star-green.svg) no-repeat;
    display: inline-block;
    width: 18px;
    height: 22px;
    content: '';
    background-size: 18px 22px;
    margin: 0;
    padding: 0;
    margin-bottom: -2px;
}


.button:hover {
	text-decoration: underline;
}

#widgetPDFDownLoad {
	display: block;
}

.btn-group-grey .button,
#widgetPDFDownLoad .reservedGrey {
	margin-bottom: 20px;
    border: 4px solid #e2e2e0;
    width: 100%;
    line-height: 1.4em;
	cursor:pointer;
}

.btn-group-grey .button a,
#widgetPDFDownLoad .reservedGrey a {
	text-decoration: none !important; 
	color: #000000 !important;
}
.btn-group-grey .button a:hover {
    text-decoration: underline !important;
}


/***** FORMS ****/

/* input[type="text"]{
	border-radius: 0;
	line-height: 1.5em;
	font-size: 1em;
	padding: 17px 30px;
	border: none;
	background: #E9E9E9;
} */

input.input-block {
	box-sizing: border-box;
	width: 100%;
}





.form-control {
    display: block;
    width: auto;
    padding: 5px;
    font-size: 1em;
    line-height: 1.75;
    color: #585858;
    background-color: #fff;
    background-image: none;
    border: 4px solid #e2e2e0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 54px;
    box-sizing: border-box;
}

@media (min-width: 1024px){
	.form-group-horizontal div:first-child{
		width: 17%;
		float: left;
		padding-right: 0;
		line-height: 56px;
	}

	.form-group-horizontal  div:last-child{
		width: 83%;
		float: left;
		padding-left: 0;
	}
}



#wrapper {
    width: 100%;
   /* margin: 0; */
	margin: 0 auto;
}

header {
	width: 100%;
}



@media screen and (max-width: 1023px) {
	header {
		padding: 0;
	}

	header nav {
		margin-bottom: 0;
	}
}


header {
	margin-top: 0;
}

.headerCombinedLogoLink2017{
	display: block;
	position: relative;
	top: 0;
	float:left;
	max-width: 100%;
	width: 72px;
	height: 72px;
	margin: 46px auto 20px;
	background-repeat: no-repeat;
	text-decoration: none;
	
}

@media (max-width: 880px){
	
.headerCombinedLogoLink2017{
	display:none;
	}
	
}

@media (min-width: 881px){

	.headerCombinedLogoLink2017{
		margin: 24px 0 24px 0;
	    width: 300px;
	}
}

nav {
	width: 100%;
	height: auto;
	border: none;
}

nav .menu-local-nav-container {
	max-width: 1000px;
	margin: 0 auto;
}

nav .menu {
	display: block;
}

nav .menu:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

nav .menu li {
	margin-bottom: 0;
}

/**** PRINT BUTTON *****/

#programPrintable a {
	border: none;
	background-color: transparent;
	padding:0;
	margin: 0;
}

.stickynav.stickynav-peekaboo.nav-up {
	position: fixed;
	top: -55px;
}


/*** HEADROOM *****/

.fixme {
	margin-left: -20px;
    margin-right: -20px;
}

@media(min-width: 1024px) {
	.fixme {
		padding: 0;
		margin:0;
		z-index: 7999;
		position: absolute;
		background: #fff;
		padding: 0;
	    box-sizing: border-box;
	    width: 100%;
	    left: 0;
	}
}


	
@media(min-width: 1024px) {
	.fixme-fixed {
		position: fixed;
	    top: 0;
	    left: 0;
	    width:100%;
	}
}





.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity;
    position: relative;
}

.slideDown,
.slideUp {
	position: fixed;
	top:0;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }
    100% {
        -o-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}





/**** RESPONSIVE UTILS *****/
@media (min-width: 1024px){
	.hidden-md-up {
		display: none !important;
	}
	
}

@media (max-width: 1023px){
	.hidden-md-down {
		display: none !important;
	}
}



@media (max-width: 767px){
	.hidden-sm-down {
		display: none !important;
	}
}



@media (min-width: 768px){
	.hidden-sm-up{
		display: none !important;
	}
}


/**** HEADER ****/

header {
	position: relative;
	display: block;
    clear: both;
}

header .titleRow2017{
	display: block;
    max-height: 120px;
    width: 100%;
    height: 100px;
	position:relative;
}
	
header .program_title, header .program_title * {
	box-sizing:border-box !important;
	}
	
/*header .program_title {
	margin-left: 19px;
    border-left: 3px solid #72BE03;
    padding-left: 17px;
    float: left;
    margin-top: 68px;
}*/

header .program_title {
    margin-left: 8px;
    /*border-left: 3px solid #72BE03;*/
	border-left:none;
    padding-left: 0px;
    float: right;
    margin-top: 70px;
    margin-bottom: 30px;
    width: 66.666%;
	font-size:1.2em;
}

@media (max-width: 880px) {
	
header .program_title{
	width:calc(100% - 8px);
	}
	
}
header .program_title .supertitle {
	font-size: .875em;
	margin-bottom: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display:none;
}

header .program_title h1 {
	font-weight: normal;
	font-size: 1.125em;
	margin-bottom: 3px;
	letter-spacing: 0;
	/*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

@media (min-width: 881px) {
	
    header .program_title {
	    display: inline-block;
		float: none;
		position: absolute;
		right: 0px;
		bottom: 0px;
		
		max-width: 650px;
		width: 100%;
		
		border-left: none;
		
		margin: 0;
		padding: 0px;
		
		text-align: right;
	
	}

    header .program_title .supertitle {
	   display:none;
	   font-size: 1.1875em;
	   margin-bottom: 0;
	   margin-top: 9px;
    }

	header .program_title h1 {
		margin-bottom: 6px;
		font-size: 1.5em;
	}
	
}










/***** SLIDER *****/

.program-slider-container {
	padding: 0;
}

.program-slider .program-slide .program-slide-left,
.program-slider .program-slide .program-slide-right{
	width: 50%;
	min-height: 466px;
	float: left;
	box-sizing: border-box;
}

.program-slider {
	position: relative;
	background: #006441;
	/* Force the height to no higher than a particular value and hide overflow if it gets to large*/
	height:auto;
    max-height: 620px;
	min-height:454px;
    overflow: hidden;
}

.program-slider .program-slide .program-slide-left {
	background-size: cover;
	background-position: top;
}

.program-slider .program-slide .program-slide-right {
    padding: 50px 40px;
    background: #006441 url(../img/bg-program-2018-slider-right.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.program-slide-right h2 {
    float: none;
    max-width: 470px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}
.program-slide-right p {
	color: #fff;
}

.program-slider-controls {
	position: relative;
	margin: 0 0 0 40px;
	bottom: 40px;
	float: left;
	padding-bottom: 20px;
}

.program-slider-controls .list-inline {
	margin-bottom: 0;
}

@media (min-width: 480px){
	.program-slider-controls {
		position: absolute;
	    bottom: 0;
	    left: 50%;
	    z-index: 200;
	}
}



.program-slider-controls a {
	color: #fff;
	text-decoration: none;
}

.program-slider-controls .slider-control a span {
	display: inline-block;
}

.program-slider-controls .slider-control a:before {
	content: '\025AB';
    width: 16px;
    height: 16px;
    font-size: 48px;
}

.program-slider-controls .slider-control a.active:before {
	content: '\025AA';
}


.program-slider-controls .slider-play-pause i {
	position: absolute;
    top: 0;
    font-size: 24px;
    margin-top: -5px;
}

.program-slider-controls .slider-play-pause i.icon-play {
	display: none;
}

.program-slider-controls .slider-play-pause.active i.icon-play {
	display: block;
}

.program-slider-controls .slider-play-pause.active i.icon-pause {
	display: none;
}


@media (max-width: 480px){
	.program-slider{
		max-height:none;
	}
	.program-slider .program-slide .program-slide-right{
		padding:40px;
	}
}

@media (max-width: 767px){
	.program-slide-right p.large-text {
		font-size: 1.5em;
		line-height: 1.5;
	}
}

@media (max-width: 880px){

    .program-slider .program-slide .program-slide-left,
	.program-slider .program-slide .program-slide-right{
		width: 100%;
		min-height: 200px;
		float: none;
		box-sizing: border-box;
	}
	.program-slide-right p{
		max-width:auto;
		}

	
}


.tp-bullets{
	margin-left:70px;
	margin-top: -30px;
}

/**** SECTIONS *****/

.section-light {
	background: #fff;
}


/***** TABS *******/

#programTabs {
	margin-top: 0;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
    background: #2b2b2b;
    padding: 0 0;
    width: 100%;
    box-sizing: border-box;
}

#programTabs>li {
    display: inline-block;
    margin-bottom: 0 !important;
}

#programTabs>li a {
	color: #fff;
	text-decoration: none;
	line-height: 55px;
	display: inline-block;
	padding-right: 16px;
    padding-left: 16px;
    position: relative;
}

#programTabs>li a:hover {
	color: #94c947;
}

#programTabs>li a.active {
	background: #006341;
}

#programTabs>li a.active:after {
	content: '';
    position: absolute;
    left: 50%;
    top: 99%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #006341;
    clear: both;
    margin-left: -12px;
}

#programTabs>li a.active:hover {
	color: #fff;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.tab-pane.fade {
	opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.tab-pane.fade.in {
    opacity: 1;
}

.tab-pane-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.tab-pane-header em {
	font-size: 1.1875em;
	font-style: normal;
	margin: 42px 0 30px;
    display: block;
    line-height: 1.333333;
}

#programTabPanels .feeYearSelector{
    margin-bottom:10px;
    display:inline-block;
}
#programTabPanels .yearSelectForm {
    display: inline-block;
    width: auto;
    padding: 5px;
    font-size: 1em;
    line-height: 1.75;
    color: #585858;
    background-color: #fff;
    background-image: none;
    border: 4px solid #e2e2e0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: auto;
    box-sizing: border-box;
}
#programTabPanels h3{
	font-size:1.3em;
	}
	
@media (max-width: 767px ){
	.tab-pane-header em {
		margin-top: 30px;
	}
}

.tab-pane-header select {
	margin-bottom: 40px;
}

.tab-pane .container {
	padding: 0;
}

.tab-pane h2 {
	/* float: left; */
	width: 100%;
}

/***** COURSE 'TABLE' *****/

.level-container {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.courses-container .container {
	padding: 0 20px;
}

.courses-container .course-container:nth-child(odd){
	background: #efefef;
}

.th-code,
.th-description,
.th-hours {
	color: #fff;
}

.th-code {
	background: #006341;
}

.th-description {
	background: #2b2b2b;
}

.th-hours {
	background: #000;
}

.col-th{
	padding-top: 8px;
    padding-bottom: 8px;
}

.col-td {
	padding-top: 20px;
    padding-bottom: 20px;
} 

.col-td p {
	margin-bottom: 0;
}

.col-td p.text-md {
	margin-bottom: 1em;
}

.courses-container h3 {
	margin-bottom: 30px;
}

#post-inner {
	padding-top: 0;
}

.programTable tr td:nth-child(3) a:after {
    content: ' - (Register Now)';
}


.ptCourseRegApplyNotice{
    margin: 20px;
    padding: 0px;
    font-size: 1.2em;
    display: block;
    border: 3px solid #006341;
	
}
.ptCourseRegApplyNotice h3{
	color:#ffffff;
	padding:10px 15px;
	margin:0px;
	background-color:#006341;
	font-size: 1em !important;
    font-weight: bold;
}

.ptCourseRegApplyNotice p{
	padding:10px 15px;
}


/**  PT on campus course table styles **/

.ccolProgramTableAlt .tableNoStyle td{
	padding:5px;
	vertical-align: text-top;
}
.ccolProgramTableAlt .programTable{
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
	border-bottom: 1px solid #cccccc;
}

.ccolProgramTableAlt .programTable th{
	padding: 8px 20px;
	vertical-align: text-top;
    text-align: left;
	font-size: 1.2em;
}
.ccolProgramTableAlt .programTable th br{
	content:' ';
	}
.ccolProgramTableAlt .programTable th br:after{
	content:' ';
	}

.ccolProgramTableAlt .programTable td{
	padding: 20px;
	vertical-align: text-top;
    text-align: left;
	font-size: 1.2em;
}
.ccolProgramTableAlt .programTable tr:nth-of-type(2n) td{/*even*/
	background-color:#ffffff;
}
.ccolProgramTableAlt .programTable tr:nth-of-type(2n+1) td{/*odd*/
	background-color:#efefef;
}
.ccolProgramTableAlt .programTable td:nth-of-type(n+4){
    text-align: center;
    border-left: 1px solid #cccccc;
}
.ccolProgramTableAlt .programTable th:first-of-type{
	background-color:#006341;
	color:#ffffff;
	}

.ccolProgramTableAlt .programTable th:nth-child(n+2){
	background-color:#2b2b2b;
	color:#ffffff;
}

/*.ccolProgramTableAlt .programTable th.grey{
	background-color:#ffffff;
	color:#000000;
	text-decoration:underline;
	padding-top:10px;
	border-top:1px solid #cccccc;
	}*/
	
.ptOnCampusCourseWrapper{
	display:none;
	position:fixed;
	z-index:9000;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.50);
	margin:0px;
	cursor:pointer;
	}


	
.ptOnCampusCourseWrapper.showCourseModal{
	display: block;
	}
	
.ptOnCampusCourseFullDetails{
	display: block;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    margin-top: 25vh;
	background-color:#ffffff;
	padding:20px;
	cursor:default;
	}
.ptOnCampusCourseFullDetails .modal-close{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 4px;
    font-size: 1.2em;
	border:none;
}
.ptOnCampusCourseFullDetails .modal-close:hover{
	font-size:1.6em;
	cursor:pointer;
}
#POScourseDescriptions{
	/** This html contains incorrect data - do not display it **/
	display:none;
	}
	
/** **/


@media (min-width: 1024px){
	#post-inner {
		padding-top: 55px;
	}
}

#post-inner .button a {
    text-decoration: none;
}

#post-inner .courses-container a.link-read-more {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.875em;
}

/******* PREFOOTER LINKS ******/

#section-prefooter {
	padding-top: 0;
}

#container-prefooter {
	padding-top: 10px;
	padding-bottom: 20px;
}

#container-prefooter h2{
	margin-bottom:20px;
	}

.container#container-prefooter-simple{
	/* simple  container styles*/
	background-color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
	}
.container#container-prefooter-simple li{
	list-style:none;
	padding-bottom:10px;
}

.container#container-prefooter-simple li a.resourceLink{
	text-decoration: none;
    /* color: #00673E; */
    color: #006341;
}
.container#container-prefooter-simple li a.resourceLink:hover{
	text-decoration: underline;
	/* font-weight:bold; */
    /* color: #00673E; */
}

.container#container-prefooter-simple li:before {
    display: inline-block;
    content: ' ';
    width: 0;
    height: 0;
    padding-right: 5px;
    border-left: #00673e 4px solid;
    border-top: transparent 4px solid;
    border-bottom: transparent 4px solid;
}


.container.container-prefooter-link {
	background: #fff;
	text-decoration: none;
	-webkit-transtion: .2s outline-color;
	-moz-transition: .2s outline-color;
	transition: .2s outline-color;
	display: block;
	outline: 4px solid #e5e5e5;
	padding: 0 20px;
    margin: 0 20px 40px;
}


@media (min-width: 768px){
	.container.container-prefooter-link {
		margin: 0 auto 40px;
	}
}




.container-prefooter-link h3 {
	font-size: 1.25em;
	color: #026080;
	letter-spacing: 0;
	line-height: 1.25;
	-webkit-transtion: .2s color;
	-moz-transition: .2s color;
	transition: .2s color;
	font-weight: bold;
	margin-bottom: 0;
}

.container-prefooter-link p {
	color: #635F5F;
	margin-bottom: 0;
}

.container-prefooter-link .button {
	margin-bottom: 0;
}

a.container-prefooter-link:hover {
	outline: 4px solid rgba(0,0,0,0.07);
}

a.container-prefooter-link:focus {
	outline: 4px solid rgba(0,0,0,0.1);
}

a.container-prefooter-link:hover h3 {
	color: #006341;
}

a.container-prefooter-link:hover .button {
	text-decoration: underline;
}

.container-prefooter-link .button:hover {
	text-decoration: underline;
}

/***** CARDS *****/

.card {
	margin-bottom: 40px;
	text-decoration: none;
	-webkit-transtion: .2s outline-color;
	-moz-transition: .2s outline-color;
	transition: .2s outline-color;
	display: block;
	outline: 4px solid transparent;
}

.card-thumb img {
	max-width: 100%;
}

.card-content {
	background: #fff;
	padding: 30px;
}

.card-content h3 {
	font-size: 1.1875em;
	color: #026080;
	letter-spacing: 0;
	line-height: 1.25;
	-webkit-transtion: .2s color;
	-moz-transition: .2s color;
	transition: .2s color;
}

.card-content p {
    /* color: #635F5F; */
    color: #5B5757;
}

.card-actions .button {
	margin-bottom: 0;
	width: 100%;
	border: none;
}

a.card:hover {
	outline: 4px solid rgba(0,0,0,0.07);
}

a.card:focus {
	outline: 4px solid rgba(0,0,0,0.1);
}

a.card:hover h3 {
	color: #006341;
}

a.card:hover .button {
	text-decoration: underline;
}

.card .button:hover {
	text-decoration: underline;
}


/*** CARD OVERRIDES ***/

@media (min-width: 768px){
	#simple_cards_col .col-md-6:nth-child(3) .card,
	#simple_cards_col .col-md-6:nth-child(4) .card{
		margin-bottom: 0;
	}
}

#program-cards {
	background: #f6f6f6;
	padding-bottom: 0;
}

#simple-cards{
	border-bottom: 1px solid #ccc;
}

/*** SECTIONS ****/

section {
	padding: 40px 20px;
}

@media (min-width: 1024px) {
	section {
		padding: 40px 0;
	}
}



/******* PAGE OVERRIDES *****/
#main {
	min-width: 0 !important;
	min-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
}

#post-inner > blockquote {
	width: 100%;
	box-sizing: border-box;
}

#post-inner > *:last-child {
	margin-bottom: 0;
}

#tombstone {
	margin-bottom: 40px;
}
@media (max-width:768px){
	/* switches order of items using flexbox*/
	#tombstone .container .row.columnrow{
		display:flex;
        flex-flow: column;
	}
     
	#tombstone .tombstone-left{
	order:2;
	}
	
	#tombstone .tombstone-right{
	order:1;
	}
}

#tombstone .container {
	padding: 0;
}

#tombstone .list-no-left li {
	font-weight: bold;
}

#tombstone .list-no-left li span {
	font-weight: normal;
}

@media (max-width: 1023px){
	#tombstone .container{
		border-bottom: 1px solid #ccc;
		padding-bottom: 40px;
	}
}

#tombstone .proStatus {
	width: 100%;
	webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    margin-bottom: 0;
    /*
    Temporarily turned off till the program availability if back up 
    padding: 20px;
    background: #f1f1f1;
    */
}



#tombstone .proStatus .proStatusHeader {
	/* background: #f1f1f1; */
	color: #000;
}

#tombstone .proStatus .proStatusHeader span {
    padding: 10px;
    text-transform: uppercase;
    font-size: .875em;
    font-weight: normal;
	
}

#tombstone .proStatus .termResult {
	/* background: #f1f1f1; */
    background-color: #f6f6f6;
}

#tombstone .proStatus span, #tombstone .proStatus span.noterms {
	padding: 8px 4px;
}

#tombstone .proStatus .termResult .highlight.termAvail .icon-checkmark-circle{
    color: #006341;
}
#tombstone .proStatus .termResult .highlight.termAvail .icon-checkmark-circle.waitlisted{
    filter: brightness(3) saturate(10%);
}

#tombstone .proStatus .termResult .highlight.termCompetitive .icon-ac-competitive {
    font-size: 1.2em;
    display: inline-block;
    border: none;
    padding: 0px;
    vertical-align: middle;
    margin-right: 8px;
}


#tombstone .proStatus .termResult a .icon-ac-competitive{
   -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

#tombstone .proStatus .termResult a:hover .icon-ac-competitive, #tombstone .proStatus .termResult a:focus .icon-ac-competitive {
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);

    -webkit-transform-origin:center center;
    transform-origin: center center;
	
	-webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
	display: inline-block;

	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

/*	background: -moz-linear-gradient(top,  rgba(67,176,42,1) 70%, rgba(255,255,255,0) 71%); 
	background: -webkit-linear-gradient(top,  rgba(67,176,42,1) 70%,rgba(255,255,255,0) 71%); 
	background: linear-gradient(to bottom,  rgba(67,176,42,1) 70%,rgba(255,255,255,0) 71%); */
	
}


#tombstone .proStatus  .termResult span{
	padding:10px;
	}

#tombstone .proStatus  .termResult span.highlight {
	border-bottom: 1px solid #ccc;
}

#tombstone .proStatus  .termResult:last-child span.highlight {
	border-bottom: none;
}

#tombstone .proStatus  .termResult a{
    text-decoration: none;
    display: block;
   /* border-bottom: dashed 1px #026080;*/
    padding-bottom: 2px;
    width: 100%;
}

/*#tombstone .proStatus  .termResult:last-child span {
	padding-bottom: 0;
}*/

#tombstone .monthlyIntake{
	background: #f1f1f1;
	padding:10px;
}

#tombstone .monthlyIntake .intakeTitle, #tombstone .monthlyIntake .intakeMessage{
display:inline;

}

#tombstone .monthlyIntake .intakeTitle{
	font-weight:bold;
}

#tombstone .scheduleLink{
	background-color:#ccdcd2;
	padding: 10px;
	margin-top:2px;
}

#tombstone .scheduleLink .scheduleColumn {
	display:inline-block;
	width:100%;
}
#tombstone .scheduleLink .scheduleColumn a{
	display:inline-block;
	width:100%;
	color: #444 !important;
	font-weight:normal;
}
#tombstone .scheduleLink .scheduleColumn a:hover, #tombstone .scheduleLink .scheduleColumn a:hover *{
	text-decoration:underline !important;
}
#tombstone .scheduleLink .scheduleColumn a .scheduleLinkText{
	vertical-align: middle;
	display:inline-block;
	width:50%;
}

/*#tombstone .scheduleLink .scheduleColumn a .icon-calendar.programCalendarIcon{
	display: inline-block;
	width:50%;
	vertical-align: middle;
}*/

/*#tombstone .scheduleLink .scheduleColumn a .icon-calendar.programCalendarIcon:before {
    display: inline-block;
	font-size: 1.7em;
	color: #006341;
}*/

#tombstone .scheduleLink .scheduleColumn a .programCalendarIcon{
	display: inline-block;
	width:50%;
	vertical-align: middle;
	padding-left:7px; 
}

#tombstone .scheduleLink .scheduleColumn a .programCalendarIcon:before {
    display: inline-block;
	background: url(/wp-content/themes/algonquincollege2018/images/icons/iconmonstr-calendar-4.svg) no-repeat;
    width: 24px;
    height: 26px;
    content: '';
    background-size: 24px 26px;
    margin: 0;
    padding: 0;
    margin-bottom: -2px;
}


#program_buttons .button{
	margin-bottom: 20px;
}

#program_buttons .button::last-child{
	margin-bottom: 0;
}

.row.program-extras > div {
    margin-bottom: 30px;
}

.row.program-extras:last-child > div {
    margin-bottom: 0;
}

.program-extras:last-child {
	margin-bottom: 0;
}
@media (max-width:768px){
	
	.program-extras:last-child {
		margin-bottom: 20px;
	}
	
}

.program-extras-social i {
	font-size: 1.5em;
}

.program-extras a {
	text-decoration: none;
	font-weight: bold;
}
.program-extras a .icon{
   -webkit-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);

    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
	
	-webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
	display: inline-block;

	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.program-extras a:hover .icon, .program-extras a:focus .icon {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}

#program_buttons .program-byod-etext {
    margin-top: 10px;
    margin-bottom: 60px;
}

#program_buttons .program-byod-etext ul {
    margin: 0px;
    padding-left: 0px;
    font-weight: bold;
    list-style: none;
}

#program_buttons .program-byod-etext a {
   text-decoration: none;
}

#program_buttons .program-byod-etext a .icon {
    font-size: 1.2rem;
    margin-right: 5px;
    -webkit-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);

    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
	
	-webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
	display: inline-block;
}
#program_buttons .program-byod-etext a:hover .icon, #program_buttons .program-byod-etext a:focus .icon {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}

/***** degree pathway button - need to override some generic page styles *****/
#degree-pathway-button-col, #admission-success-button-col{
		padding-top: 40px;
		margin-left: -6px;
		max-width: 32%;
}

@media screen and (max-width:768px){
	#degree-pathway-button-col, #admission-success-button-col{
		padding-top: 10px;	
		max-width: 100%;
		margin-left: 0px;
	}
}

#degree-pathway-button-col a.button-primary, #admission-success-button-col a.button-primary{
	color:#ffffff !important;
	text-decoration:none !important;
}
#degree-pathway-button-col a.button-primary:hover, #admission-success-button-col a.button-primary:hover{
	text-decoration:underline !important;
}
/***** ACCESSIBILITY HELPERS ******/

.visually-hidden { /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px; width: 1px; 
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.quickScrollToForm{
		display:none;
}
/****  additional form styles  ****/
@media screen and (max-width:768px){
	
	.quickScrollToForm{
		display:block;
		clear:both;
		position:relative;
	}
	
	.quickScrollToForm.no-form-found{
		display:none;
	}
	
	.quickScrollToForm a.button-primary:before, .button-cta-banner:before{
		display:none;
	}
	
	.quickScrollToForm a.button-primary:after, .button-cta-banner:after {
		display: inline-block;
		content: "";
		width: 0;
		height: 0;
		border-top: 10px solid #ffffff;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		margin-right: 0px;
		margin-left: 10px;
		position:absolute;
		right:20px;
		top: 20px;
	}
	
}

span.POSCoursesNotOffered {

  text-decoration: none;
  cursor: pointer;
}

span:hover.POSCoursesNotOffered {
  color: #006341;
  text-decoration: underline;
}

span.POSCoursesNotOffered span.tooltip {
  display:none;
  position:absolute;
  z-index:99;
  width: 400px;
  font-size: 0.95em;
  line-height: 1.4em;
  color: #333;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 25px #bbb;
  -webkit-box-shadow: 0px 0px 25px #bbb;
  box-shadow: 0px 0px 25px #bbb;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

span:hover.POSCoursesNotOffered > span.tooltip, a.tips:hover > span.tooltip {
  display:block;
}

span.POSCoursesNotOffered span.tooltip h3 {
  font-size: 1.1em;
  margin: 0 0 6px 0;
}

span.POSCoursesNotOffered span.tooltip p {
  font-size: 0.95em;
  line-height: 1.3em;
  margin: 0;
}











