/* Master CSS File */

/* Top Navigation */
.header-top {
	background-color: #f2f3f4;
}

.header-top::after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (max-width: 1300px) {
    .header-top {
        padding-left: 119px;
    }

}

.navi-block {
	float: right;
}

.menu-item {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 2px 10px 6px 10px;
}

.menu-item a {
	text-decoration: none;
	font-size: 11px;
	font-family: agletsans-regular;
	font-weight: bold;
}

.menu-social {
	margin-top: 10px;
}

.menu-social a {
	padding: 0px 5px;
}

.menu-social .menu-item {
	padding: 0px;
}

.menu-social .menu {
	padding-left: 10px;
}

.subMenu {
/*	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;*/
}

.subMenu li a {
	font-size: 13px;
}

.subMenu a:hover {
	color: #631d76 !important;
	text-decoration: underline;
}

ul.subMenu {
	list-style-type: none !important;
	padding-left: 0px;
}

.subMenu li {
	padding-bottom: 8px;
}

.share-icon {
	float: right;
}

.share-icon a {
	display: block;
	height: 45px;
	width: 55px;
	text-align: center;
	position: relative;
}

.share-icon a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.branding {
	position: absolute;
/*	left: 0;
	top: 0;*/
}

.branding img {
	display: block;
	position: relative;
	z-index: 10;
}

.branding a {
	display: inline-block;
}

.branding a.otherLogo {
	vertical-align: top;
	padding-top: 7px;
}

.branding a.otherLogo img {
	height: 65px;
}

.branding .branding-home img {
	height: 80px;
}

@media screen and (max-width: 1200px) {
	.branding .branding-home img {
		height: 90px;
	}
}

@media screen and (max-width: 992px) {
	.branding .branding-home img {
		height: 80px;
	}
}

@media screen and (max-width: 768px){
    .branding a.otherLogo img {
        height: 50px;
        width: auto;
    }
}

.esfLogoTop 
{
    top: -70px !important;

}

.esfLogoTop img {
    position: relative;
	height: 100px;
	top: -60px;
	left: -40px;

}

@media screen and (min-width: 768px) {
	.branding {
		left: 0;
		top: 0;
	}
}

@media screen and (max-width: 568px) {
    .branding .bcotLogo {
        display: none;
    }

    .branding .bcotLogo-mobile img {
        height: 50px;
    }
	
	.esfLogoTop 
    {
        position: relative;
        top: 0px !important;
    }

    .esfLogoTop img {
	    height: 40px;
        position: relative;
        top: -5px;
        left: 0px;
        right: 0;
    }
}

@media screen and (min-width: 568px) {
    .branding .bcotLogo-mobile {
        display: none;
    }
}

/* Prevent logo from overlapping menu */
@media screen and (max-width: 1360px) {
	.branding {
		left: 0;
	}
}

@media screen and (min-width: 568px) and (max-width: 767px) {
    .esfLogoTop 
    {
        position: relative;
        top: 0px !important;
    }

    .esfLogoTop img {
        position: relative;
        height: 45px;
        left: 390px;
        top: -115px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .esfLogoTop 
    {
        position: relative;
        top: 0px !important;
    }

    .esfLogoTop img {
        position: relative;
        height: 45px;
        left: 5px;
        top: -115px;
    }
}

.btn-long {
	color: black;
	background: #fab600;
	display: block;
	padding: 13px 67px 13px 17px;
	position: relative;
}

.btn-long:hover::after, .btn-long:hover,
.btn-long:focus::after, .btn-long:focus {
	color: black;
	background: #fd870d;
	transition: color 300ms linear, background 300ms linear;
	/*outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;*/
}

.btn-long::after {
	content: "\f105";
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: block;
	width: 50px;
	background: #fab600;
	font: normal normal normal 14px/1 Font Awesome\ 5 Free;
    font-weight: 900;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	padding-top: 16px;
}

a.collegeLinks {
	display: block;
	padding: 15px;
	color: #32373a;
	font-size: 12pt;
}

.applyLinks {
	padding: 15px 20px !important;
	color: white;
	background-color: #7ab800;
	width: 220px;
	height: 50px;
}

.applyLinksArrow {
	padding: 15px 20px;
	color: white;
	background-color: #6fa702;
	width: 50px;
	height: 50px;
}

.applyLinksSpacing > div {
	margin-bottom: 5px;
}

.footerPanel {
    text-align: left;
    padding-bottom: 70px;
	margin: auto;
	font-size: 12px;
}

.footerPanel linksRow {
    padding: 30px;
}

.footerPanel h5 {
	color: white;
}

.footerPanel .footerAddress p,
.footerPanel .footerAddress a {
	font-size: 12px;
}

.footerBottom {
	font-size: 12px;
	color: white;
}

.footerBottom a {
	color: white;
	padding-left: 10px;
}

.linksRow div[class^='col-'] {
	margin-bottom: 30px;
}

.footerLinks {
	padding: 5px 0px;
}

.footerLinks a {
	font-weight: 400;
	text-decoration: none;
	color: black;
}

.footerLinks a:hover {
	text-decoration: underline;
}

.footerAddress {
	font-weight: 400;
	font-size: 16px;
}

.footerAddress a {
	font-weight: 400;
	font-size: 16px;
	color: black !important;
	/*text-decoration: none !important;*/
}

.footerAddress a:hover {
	text-decoration: underline !important;
	color: black;
}

.footerAddress p {
    margin: 0px;   
}

.footerTopOfPage {
	float: right;
	display: block;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding: 25px 30px;
	text-decoration: none;
	color: black;
	border-bottom: 1px solid lightgray;
	border-left: 1px solid lightgray;
}

a.footerTopOfPage:hover {
	border-bottom: 1px solid lightgray;
	border-left: 1px solid lightgray;
}

.footerCopyright {
    padding: 10px; 
    background-color: #631d76; 
    color: white;
	max-width: 1515px;
	margin: auto;
}

.footerSocialMedia {
    clear: both;
    display: block;
}

.footerSocialMedia a {
    text-decoration: none;
	color: black;
}

.footerSocialMedia > div {
	padding: 5px 0px;
}

.footerSocialMedia a div {
    float: left;
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 50%;
    padding-top:10px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    color: white;
    background-color: #631d76;
}

.footerSearch {
    clear:both;
}

.footerSearch input {
	font-weight: 400;
	font-size: 16px;
	background-color: #42444d;
	color: white;
	border: 1px solid white;
	height: 40px;
	width: 200px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.footerSearch input:focus {
    outline: none !important;
	background-color: #4d4d4d;
	border: 1px solid white;
}

.footerSearch button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 16px;
  color: white;
  margin-left: -30px;

}

/* Footer logos*/
.footerLogos {
    padding-top: 25px;
    text-align: center;
    padding-bottom: 20px;
}

.footerLogos div {
    display: inline-block;
}

.footerLogos img {
	margin: 35px 80px 35px 30px;
	max-width: 150px;
    /* This grays out the logos, but various rules mean this is not allowed

    opacity: 0.5;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
    */ 
}

.footerLogos .imgXL {
	height: 90px;
}

@media (max-width: 576px) {
	.footerLogos img {
		margin: 35px 15px 35px 15px;
		max-width: 90px;
	}

	.footerPanel img {
		width: 100px !important;
		margin-top: -45px;
	}
}

/* Change the colour of the placeholder text*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

/* Sidebar prospectus and Find a Course */
.sidebar-prospectus {
	background-color: #631d76;
	/*background-image: url(../media/1045/brochure.png);*/
	/*background-image: url(../media/3274/courseguide.png);*/
	background-repeat: no-repeat;
	background-position: 30% bottom;
	background-size: cover;
}

.sidebar-distanceLearning {
    background-color: #631d76;
	background-image: url(../media/2097/sb-distance-learning.png);
	background-repeat: no-repeat;
	background-position: 30% bottom;
	margin-bottom: 30px;
}

.sidebar-prospectus a,
.sidebar-distanceLearning a {
	padding: 40px;
	display: block;
}

.sidebar-prospectus h3,
.sidebar-distanceLearning h3 {
	color: black;
	border: 0;
	margin: 0;
	padding: 0;
}

.sidebar-prospectus h3 {
	color: white;
}

.sidebar-findCourse
{
	background-color: #f8f8f8;
	padding: 0px 40px 30px 40px;
}

.sidebar-findCourse .control {
	width: 170px;
}

input.searchCourseTB::placeholder {
	color: #818a8f;
}

.searchCourseTB {
	height: 60px;
	padding: 15px;
}

.searchCourseTB
{
	width: 100%;
}

.searchCourseButton {
	color: black;
	border: none;
	background: white;
}

.searchCourseButton:hover {
	background: lightgray;
}

@media screen and (max-width: 768px) {
	.searchCourseButton {
		width: 100%;
	}
	
	.subMenu {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		padding-left: 10px;
	}

	.subMenu li {
		margin-bottom: 10px;
	}
	
	.subMenu li a {
		display: block;
	}
}

@media screen and (max-width: 568px) {
    .row {
        margin: 0px;
    }
}

/* Events and news */
a.enLink {
    display: block;
    overflow: hidden;
}

a.enLink:hover h5,
a.enLink:hover h3,
a.enLink:hover p {
	color: lightgray !important;
}

a.enLink .whiteBG {
    transition: color 300ms linear, background 300ms linear;
    width: 100%;
    min-height: 160px;
    display: block;
}

a.enLink .successInfo-BG-right,
a.enLink .successInfo-MD {
    transition: color 300ms linear, background 300ms linear;
    z-index: 9;
}

a.enLink img,
a.enLink .successImage-MD,
a.enLink .successImage-BG-left {
    -webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

a.enLink:hover img,
a.enLink:hover .successImage-MD,
a.enLink:hover .successImage-BG-left {
    -webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

a.enLink:hover .whiteBG,
a.enLink:hover .successInfo-BG-right,
a.enLink:hover .successInfo-MD {
    /*background-color: lightgrey !important;*/
    color: black;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}