@charset "UTF-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
    
}
body {
    position: relative;
}

/* ––––––––––––––––––––––––––DC Font Import –––––––––––––––––––––––––– */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap');


/* –––––––––––––––––––––––––– 2023 colours –––––––––––––––––––––––––– */

.tagLine {
	color: #ffffff;
}
.brownBG {
	background-color: #3E2B2F;
	color: #FFFFFF;
}
.ltGrayBG {
	background-color: #eeeeef;
}
.greenBG {
	background-color: #0B8261;
	color: #FFFFFF;
}
.ltGreenBG {
	background-color: #e2f2e2;
}
.green {
	color: #0B8261;
}
.ltgreen {
	color: #C7EAD5;
}

/* –––––––––––––––––––––––––– Special –––––––––––––––––––––––––– */

.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0em !important;
	margin-left: 0em !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}


/* –––––––––––––––––––––––––– Typography –––––––––––––––––––––––––– */

body {
	margin: 0px !important;
	font-family: 'Lato', sans-serif; !important;
	color: #000 !important;
	font-size: 1rem;
}
.container-fluid {
    padding: 0px !important;
    margin: 0px !important;
}

a {
	text-decoration: none;
	color: #C7EAD5;
	font-size: 1rem;
}

p a:hover {
	text-decoration: none;
	border-bottom: thin solid;
	color: #C7EAD5;
}

.activelink {
	color: #C7EAD5 !important;
}
div > h1, div > h2, div > h3, div > h4, div > h5, div > h6, table th {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}
h1 {
	font-family: 'Oswald', sans-serif !important;
	font-weight: normal;
	font-size: 9.3vw;
}
h4 {
	font-size: 14pt;
	font-weight: normal;
}
.hero-tiles h2, .hero-tiles h3, .hero-tiles h4, .hero-tiles h5, .hero-tiles h6 {
	font-weight: normal;
	text-align: center;
}
.align-Left {
	text-align: left !important;
}

.tagLine h1 {
	font-weight: normal;
	font-size: 4vw;
}
.conName {
	font-size: 2.6vw;
	font-weight: bold;
	margin-top: 1em;
}
.infoText {
	font-size: 2.10vw;
	line-height: 1.4em;
    padding-bottom: 10px;
}
.boxed {
	background-color: white;
	color: #000;
	width: auto;
	padding: 0 0 0 2%;
	text-transform: uppercase;
	margin: -10px 0;
}

/* –––––––––––––––––––––––––– Navigation –––––––––––––––––––––––––– */

.paddedAnchor{
  position: relative;
}
.paddedAnchor >a{
  position: absolute;
  top: 300px;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #ffcc33;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 

nav li.active a {
	color: #3E2B2F;
}

.navbar-initial{
    padding: 20px 20px;
     top:0;
	z-index:888;
  /*  width: 100%; */
    background-color: #FFFFFF;
    border-bottom: 6px solid #0B8261;
    -webkit-box-shadow:none;box-shadow:none;border-radius:0;margin-bottom:0;background:0 0;-webkit-transition:.5s all;transition:.5s all;
}
.navbar-initial a {
	text-decoration: none;
	color: #3E2B2F;
	font-size: 1rem;
}

.fixed-second{
    background-color:#000000 !important;
    padding: 5px 20px !important;
    margin-bottom: 5px;
    position: fixed;
    top:0;
	z-index:888;
    width: 100%;
    border-bottom: 6px solid #0B8261;
    -webkit-box-shadow:none;box-shadow:none;border-radius:0;margin-bottom:0;background:0 0;-webkit-transition:.5s all;transition:.5s all;
}
.fixed-second a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1rem;
}

.navbar-brand > img {
	width: 300px;
    min-width: 300px;
}


.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	box-shadow: none !important;
	border: none !important;
}
.navbar-collapse.in {
	overflow-y: auto;
}
 .navbar-toggler {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 28px;
	margin-right: 28px;
	margin-bottom: 8px;
	background-image: none;
    background-color: #0b8261;
	border: 1px solid #0B8261;
	border-radius: 4px;
} 

.custom-toggler .navbar-toggler {
    border: 1px solid #C7EAD5;
    background-color: #3E2B2F;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.hover {
	display: block;
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #0B8261 !important; 
	z-index: 0;
	opacity: 0;
}
nav ul li a, nav ul li a:after, nav ul li a:before {
	transition: all .5s;
}
nav.fill ul li a {
	position: relative;
}
nav.fill ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #0B8261;
	height: 1px;
}
nav.fill div ul li a {
	transition: all 1s;
}
nav.fill div ul li a:after {
	text-align: left;
	content: '.';
	margin: 0;
	opacity: 0;
}
nav.fill div ul li a:hover {
	color: #fff;
	z-index: 1;
}
nav.fill div ul li a:hover:after {
	z-index: -10;
	animation: fill 1s forwards;
	-webkit-animation: fill 1s forwards;
	-moz-animation: fill 1s forwards;
	opacity: 1;
}
@-webkit-keyframes fill {
	0% {
		/* width: 0%; 
    height: 1px; */
		height: 100%;
	}
	50% {
        width: 100%; 
        height: 1px;
	   height: 100%;
	}
	100% {
		width: 100%;
		height: 100%;
		background: #0B8261;
	}
}

/* –––––––––––––––––––––––––– Hero tiles –––––––––––––––––––––––––– */

.hero-tiles {
	width: 100%;
	height: auto;
	padding: 80px 50px;
	margin: 0;
	overflow: visible;
}
.hero-tiles > div {
	width: auto;
}
.hero-tiles::after {
	content: "";
	width: 100%;
	height: auto;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.hrContainer {
	width: 15%;
	position: relative;
	margin: 21px auto 45px auto;
}

.hrContainer.small {
    width: 47%;
    position: relative;
    margin: 21px auto 45px auto;
}
.hrBlock {
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hrContainer, .line .hrBlock, .line {
	    background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(23%, #000), color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, #0b8261), to(#0b8261));
    background: -webkit-linear-gradient(left, #000 0, #000 23%, transparent 0, transparent 25%, #0b8261 0, #0b8261);
    background: linear-gradient(90deg, #000 0, #000 23%, transparent 0, transparent 25%, #0b8261 0, #0b8261);
}

.hrContainer, .lineWhite .hrBlock, .lineWhite {
	    background: -webkit-gradient(linear, left top, right top, color-stop(0, #FFF), color-stop(23%, #FFF), color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, #FFF), to(#FFF));
    background: -webkit-linear-gradient(left, #FFF 0, #FFF 23%, transparent 0, transparent 25%, #FFF 0, #FFF);
    background: linear-gradient(90deg, #FFF 0, #FFF 23%, transparent 0, transparent 25%, #FFF 0, #FFF);
}

.hrContainer.small, .line .hrBlock, .line {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(23%, #000), color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, #0b8261), to(#0b8261));
    background: -webkit-linear-gradient(left, #000 0, #000 23%, transparent 0, transparent 25%, #0b8261 0, #0b8261);
    background: linear-gradient(90deg, #000 0, #000 23%, transparent 0, transparent 25%, #0b8261 0, #0b8261);
}

.hrContainer.small, .lineWhite .hrBlock, .lineWhite {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #FFF), color-stop(23%, #FFF), color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, #FFF), to(#FFF));
    background: -webkit-linear-gradient(left, #FFF 0, #FFF 23%, transparent 0, transparent 25%, #FFF 0, #FFF);
    background: linear-gradient(90deg, #FFF 0, #FFF 23%, transparent 0, transparent 25%, #FFF 0, #FFF);
}

.tagLine {
	display: inline-block;
	line-height: 1;
	width: 45%;
	padding-left: 5%;
	bottom: 0;
	position: absolute;
}

/*.banner {
	position: relative;
}
.bg-overlay {
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/DC-bus-loop-DRONE-08.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 500px;
	min-width: 100%;
	padding-top: 50px;
	display: flex;
} */

/* HERO BANNERS */

.hero-banner {
    /* Sizing */
    width: 100%;
    /* Flexbox stuff */
    display: flex;
   /*  justify-content: center; */
    align-items: center;
    
    /* Text styles 
    text-align: center;*/
}
.hero-banner.mainPage {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.jpeg");
    background-size: cover;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-color:#000000;
}
.hero-banner.agendaPage {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/DC-Photo-DB-18698_20170829-academic-kick-off-selects-0010.jpeg");
    background-size: cover;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-color:#000000;
}
.hero-banner.locationPage {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/DC-Photo-DB-31568_20191022-Oshawa-campus-fall-residence-0010.jpeg");
    background-size: cover;
    height: 500px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-color:#000000;
}
.hero-banner.registrationPage {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/chipset.png");
    background-size: cover;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-color:#000000;
}
.hero-banner.PDPage {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.jpeg");
    background-size: cover;
    height: 500px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-color:#000000;
}
.hero-banner.conductPage {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.jpeg");
    background-size: cover;
    height: 500px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-color:#000000;
}
.hero-banner.sponsorPage {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.jpeg");
    background-size: cover;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-color:#000000;
}

/* HERO TILES */
.hero-tiles.hallway {
    background-image: url("../img/DC_Hallway.png");
    background-color:#000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
}

.hero-tiles.abstract {
    background-image: url("../img/abstractBackground.png");
    background-color: #FFFFFF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;

}

.hero-tiles.abstractGreen {
    background-image: url("../img/abstractBackground_G.png");
    background-color: #0b8261;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
}

.hero-tiles.fall {
    background-image: url("../img/DC_Fall.png");
    background-color: #000000;
    background-size: cover;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
}

.hero-tiles.neonCircles {
    background-image: url("../img/neonCircles.png");
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
}

.hero-tiles.audience {
    background-image: url("../img/DC_Audience.png");
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
}

.hero-tiles.arrows {
    background-image: url("../img/arrows.png");
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
}

.hero-tiles.event {
    background-image: url("../img/DC_event.png");
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
}

.flex-fill {
	margin-top: 3%;
	display: table;
}
.sessions {
	height: 245px;
}
.row.equal {
	display: flex;
	flex-wrap: wrap;
}

/* –––––––––––––––––––––––––– TABS ON PLAIN CARD AGENDA  –––––––––––––––––––––––––– */

div.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

div.card.card-plain {
    background: transparent;
    box-shadow: none;
}
div.card .card-header {
    border-radius: 3px;
    padding: 1rem 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
    background: linear-gradient(60deg,#eee,#bdbdbd);
}

.card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0;
		
}

.div.card .card-body{
    padding: 15px 30px;
}

div.card .card-header-danger {
    background: linear-gradient(45deg,#0b8261,#3E2B2F);
	position: relative;
}

.card-nav-tabs {
	max-width: 100% !important;
	margin: auto;
}
.card-nav-tabs .card-header {
    margin-top: -30px!important;
}

#secondary .card .card-header .nav-tabs  {
    padding: 0;
}

#secondary .nav-tabs  {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

#secondary .nav {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#secondary .nav-tabs .nav-item .nav-link.active {
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .3s .2s;
}

#secondary .nav-tabs .nav-item .nav-link {
    border: 0 !important;
    color: #fff !important;
    font-weight: 500;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: none;
	text-decoration: none;
    font-size: inherit;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
	
}

#secondary .nav-link {
    display: inline-block;
}

#secondary .nav .nav-item {
    position: relative;
}

#secondary .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .3s .2s;
}

/* –––––––––––––––––––––––––– Table  –––––––––––––––––––––––––– */

.table thead {
	background-color: #f4f8f7;
	color: #fff;
}
.table td, .table th {
	border-bottom: 1px solid #0b8261;
	margin: 1.25% !important;

}
.table thead th {
	font-size: 14pt;
  color: #0b8261;
}
.table {
	max-width: 100% !important;
}
/*thead tr th:first-child {
    min-width: 15%;
    width: 15%;
    max-width: 15%;
}*/

/* –––––––––––––––––––––––––––––––––– Columns ––––––––––––––––––––––––––––––––––––– */

/* columns */
.column {
  float: left;
  width: 50%;
  padding-right: 1em;
}

/* Clear floats after the columns */
.row: after {
  content: "";
  display: block;
  clear: both;
}

.columnContainer {
    display: flex;
}

.leftColumn {
  float: left;
  width: 50%;
  padding-right: 1em;
}

.rightColumn {
  float: left;
  width: 50%;
  padding-right: 1em;
}

/* Clear floats after the columns */
.columnContainer: after {
  content: "";
  display: table;
  clear: both;
}


/* DC Schedule DIVs */

.timeColumn {
	color: #3e2b2f;
	font-size: 12pt;
	font-family: 'Oswald', sans-serif;
  float: left;
  width: 5%;
  padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.timeColumn.header {
	background-color: #efefef;
	color: #3e2b2f;
	font-size: 14pt;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.timeColumn: after {
  content: "";
  display: table;
  clear: both;
}

.fullRow {
  float: left;
  width: 95%;
  padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.fullRow h4 {
	color: #0b8261;
	margin-top: 1em;
	text-align: left;
}

.fullRow: after {
  content: "";
  display: table;
  clear: both;
}

.hubColumn {
  float: left;
  width: 23.75%;
  padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.hubColumn h4 {
	color: #0b8261;
	margin-top: 1em;
	text-align: left;
}

.hubColumn.header {
	background-color: #efefef;
	color: #0b8261;
	font-size: 14pt;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.hubColumn: after {
  content: "";
  display: table;
  clear: both;
}

.prepareColumn {
  float: left;
  width: 23.75%;
  padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.prepareColumn h4 {
	color: #a86e22;
	margin-top: 1em;
	text-align: left;
}

.prepareColumn.header {
	background-color: #efefef;
	color: #a86e22;
	font-size: 14pt;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.prepareColumn: after {
  content: "";
  display: table;
  clear: both;
}

.exploreColumn {
  float: left;
  width: 23.75%;
  padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.exploreColumn h4 {
	color: #721b43;
	margin-top: 1em;
	text-align: left;
}

.exploreColumn.header {
	background-color: #efefef;
	color: #721b43;
	font-size: 14pt;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.exploreColumn: after {
  content: "";
  display: table;
  clear: both;
}

.discoverColumn {
  float: left;
  width: 23.75%;
  padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.discoverColumn h4 {
	color: #d3320d;
	margin-top: 1em;
	text-align: left;
}

.discoverColumn.header {
	background-color: #efefef;
	color: #d3320d;
	font-size: 14pt;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.discoverColumn: after {
  content: "";
  display: table;
  clear: both;
}

.greyColumn {
  float: left;
  width: 23.75%;
  padding: 1em 0.5em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.greyColumn: after {
  content: "";
  display: table;
  clear: both;
}

.greyColumn h4 {
	color: #757575;
	margin-top: 1em;
	text-align: left;
}

/* ------------------------- CAROUSEL ----------------------- */


.carousel {
  position: relative;
}

.carousel-caption {
  position: absolute;
  background: rgba(0,0,0,0.4);
  padding: 15px 10px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

/* ------------------------- AGENDA CARDS ----------------------- */

.u-float-right {
  float: right;
}

.u-flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.subtle {
  color: #333;
  font-size: 12px;
}

.subtle.hub {
  color: #0b8261;
  font-size: 12px;
}

.subtle.prepare {
  color: #a86e22;
  font-size: 12px;
}

.subtle.explore {
  color: #721b43;
  font-size: 12px;
}

.subtle.discover {
  color: #d3320d;
  font-size: 12px;
}

.subtle.grey {
  color: #575757;
  font-size: 12px;
}

.card-media {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  height: 200px;
  margin-bottom: 25px;
  transition: all 300ms ease-out;
  width: 100%;
}

.card-info {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  padding: 1em 1em 0.25em 1em;
  margin-bottom: 2em;
  transition: all 300ms ease-out;
  width: 100%;
}

.card-info.lightGreen {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  padding: 1em 1em 0.25em 1em;
  margin-bottom: 1em;
  transition: all 300ms ease-out;
  width: 100%;
  background-color: #e2f2e2;
}

.card-info.burgundy {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  padding: 1em 1em 0.25em 1em;
  margin-bottom: 1em;
  transition: all 300ms ease-out;
  width: 100%;
  background-color: #721B43; 
  color: #FFFFFF; 
}

.card-info.green {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  padding: 1em 1em 0.25em 1em;
  margin-bottom: 1em;
  transition: all 300ms ease-out;
  width: 100%;
  background-color: #0B8261; 
  color: #FFFFFF; 
}

/* .card-media:hover {
  box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
} */

.card-media-object-container {
  background: none;
  float: left;
  height: 100%;
  width: 35%;
  position: relative;
}

.card-media-object {
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.card-media-object:after {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease-out;
  z-index: 10;
}

/*.card-media:hover .card-media-object:after {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.4) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  opacity: 1;
}*/

.card-media-object-tag {
  background-color: #fff;
  border-radius: 2px;
  padding: 2px 7px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.card-media-body {
  background-color: #fff;
  float: left;
  height: 100%;
  padding: 12px 15px;
  position: relative;
  width: 65%;
}

.card-media-body-top {
  display: block;
}

.card-media-body-heading {
  display: block;
  margin-top: 10px;
}

.card-media-body-supporting-bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  opacity: 1;
  padding: 0 15px;
  transition: all 300ms ease-out;
  width: 100%;
  display: flex;
}

/* .card-media:hover .card-media-body-supporting-bottom {
  opacity: 0;
  transform: translateY(-8px);
} */

.card-media-body-supporting-bottom-text {
  display: inline-block;
}

 .card-media-body-supporting-bottom-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: all 300ms ease-out;
} 

/* .card-media:hover .card-media-body-supporting-bottom-reveal {
  opacity: 1;
  transform: translateY(0);
} */

.card-media-link {
  color: #41C1F2;
  text-decoration: none;
}

/* –––––––––––––––––––––––––– Sponsor Cards –––––––––––––––––––––––––– */

.card-sponsor {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  padding: 1em;
  margin: 1em;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  color: #000;
}

.sponsorBanner {
  height: 33px;
  padding: 0.25em;
  text-align: center;
  margin: -1em 0em 0em -1em;
  color: #FFF;
}

.card-sponsor.platinum {
  width: 350px;
  height: 155px;
}

.card-sponsor.platinum img{
  max-width: 300px;
}

.sponsorBanner.platinum {
	width: 350px;
  background-color: #0b8261;
  color: #FFF;
}

.card-sponsor.gold {
  width: 300px;
  height: 135px;
}

.card-sponsor.gold img{
  max-width: 250px;
}

.sponsorBanner.gold {
	width: 300px;
  background-color: #D58F29;
  color: #FFF;
}

.card-sponsor.silver {
  width: 250px;
  height: 120px;
}

.card-sponsor.silver img{
  max-width: 200px;
}

.sponsorBanner.silver {
	width: 250px;
  background-color: #757575;
  color: #FFF;
}

.card-sponsor.bronze {
  width: 200px;
  height: 105px;
}

.card-sponsor.bronze img{
  max-width: 175px;
}

.sponsorBanner.bronze {
	width: 200px;
  background-color: #721b43;
  color: #FFF;
}

/* PHEEDLOOP */

.pheedloop-schedule {
  overflow: auto;
  position: relative;
  height: 800px;
  width: 100%;
  }

.pheedloop-schedule iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  }

.pheedloop-speakers {
  overflow: hidden;
  position: relative;
  height: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  }
  
.pheedloop-speakers iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  }

/* –––––––––––––––––––––––––– DC Schedule Tabs –––––––––––––––––––––––––– */

main {
  margin: 0 auto;
  padding-top: 1em;
}

main h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-weight: normal;
  margin-right: 0.25em;
}

label[for*='1']:before {
  content: 'Pre-conference';
}

label[for*='2']:before {
  content: 'Day 1';
}

label[for*='3']:before {
  content: 'Day 2';
}

label:hover {
  color: #0b8261;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #0b8261;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #may10,
#tab2:checked ~ #may11,
#tab3:checked ~ #may12 {
  display: block;
}

/* –––––––––––––––––––––––––– Buttons/Links  –––––––––––––––––––––––––– */

.btn {
	border-radius: 0;
	border: 3px solid #721b43;
	background: #f8e1eb;
	text-align: center;
    vertical-align: middle;
	white-space: nowrap;
	width: auto;
}

.btn a{
	color: #333;
	text-decoration: none;
	font-weight: 600;
}

.btn:hover {
	border-color: #0b8261;
	background: #e2f2e2;

}

/* -------------- Save The Date button -------------- */

.btn-nav {
	border-radius: 0;
	border: 3px solid #721b43;
	background: #f8e1eb;
	text-align: center;
    vertical-align: middle;
	white-space: nowrap;
	width: auto;
}

.btn-nav a{
	color: #333;
	text-decoration: none;
	font-weight: 600;
}

.btn-nav:hover {
	border-color: #0b8261;
	background: #e2f2e2;
}
.btn-primary:focus {
    border: 3px solid #721b43 !important;
	background: #721b43 !important;
}
.btn-primary:active {
    border: 3px solid #721b43 !important;
	background: #721b43 !important;
}

/* -------------- keynote -------------- */

.keynote {
    width: auto;
    height: 300px;
	display: block;
  	margin: 10px auto;
  	border: 1px solid #90D5AC;
}

.keynoteTitle {
    width: auto;
    height: 200px;
	display: block;
  	margin: 10px auto;
}

/* –––––––––––––––––––––––––– Back to Top –––––––––––––––––––––––––– */
.btn-btt {
    color: #000;
    background: #eeeeef;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border: 1px solid #000;
}

.to-top-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1;
}

/* –––––––––––––––––––––––––– Footer  –––––––––––––––––––––––––– */

.footerNav {
	font-size: 1.475em;
	padding-left: 4%;
}
.footerNav a:hover, h3.white>a:hover {
	text-decoration: none;
	border-bottom: thin solid;
	color: #C7EAD5;
}
.footerNav a {
	text-decoration: none;
	color: white;
	font-size: 1rem;
}
.footer-Container h3 {
	font-size: 29px;
}
.footer-logo {
	margin-top: 7%;
}
.footer-logo img {
	margin: 0 auto;
	text-align: left;
	max-width: 70%;
}

.footer-logo > small {
	font-size: 0.75em;
	margin: 3% auto;
}
.footer-Container {
	/* width: 100%;*/
	color: #fff;
	position: relative;
	min-height: 300px;
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
}
.footer-Container > div {
	width: 100%;
	margin: 5px;
	min-width: 250px;
	padding-top: 2em;
	flex-basis: calc(33% - 20px); 
}


/* ------ Read More Widget ----*/

.read-more-state {
	display: none;
}

.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
}

.read-more-state ~ .read-more-trigger:before {
	content: "\f345";
	font-family: 'Font Awesome 5 Pro';
}

.read-more-state ~ .read-more-trigger:after {
	content: " show session description";
	font-family: 'Lato', sans-serif;
}

.read-more-state:checked ~ .read-more-trigger:before {
	content: "\f341";
	font-family: 'Font Awesome 5 Pro';
}

.read-more-state:checked ~ .read-more-trigger:after {
	content: " hide session description";
	font-family: 'Lato', sans-serif;
}

.read-more-trigger {
	cursor: pointer;
	padding: 0;
	font-size: .9em;
	font-weight: normal;
}

/* –––––––––––––––––––––––––––––––––– Mobile ––––––––––––––––––––––––––––––––––––– */
/*  Break points

    xs (for phones - screens less than 576px wide)
    sm (for tablets - screens equal to or greater than 768px wide)
    md (for small laptops - screens equal to or greater than 992px wide)
    lg (for laptops and desktops - screens equal to or greater than 1200px wide) */

@media only screen and (min-width: 2000px) {
	.table {
		max-width: 100% !important;
		margin: auto;
	}
	.bg-overlay {
		height: 500px;
		min-width: 100%;
	}
	.tagLine {
		width: 80%;
        padding-left: 8%;
	}
	.tagLine h1 {
		font-size: 2.6vw !important;
	}
	.conName {
		font-size: 1.6vw !important;
	}
	.infoText {
		font-size: 1.6vw !important;
		padding-bottom: 1em;
	}

    
}

@media only screen and (min-width: 1550px) {
	.table {
		max-width: 100% !important;
		margin: auto;
	}
	.bg-overlay {
		height: 500px;
		min-width: 100%;
	}
	.tagLine {
		width: 80%;
        padding-left: 4%;
	}
	.tagLine h1 {
		font-size: 4vw;
	}
	.conName {
		font-size: 2vw;
	}
	.infoText {
		font-size: 2vw;
		padding-bottom: 1em;
	}
    .carousel {
        margin-bottom: 20px!important;
    }
}

@media only screen and (max-width: 1100px) {
	.table {
		max-width: 100% !important;
		margin: auto;
	}
	.bg-overlay {
		height: 500px;
		min-width: 100%;
	}
	.tagLine {
		width: 80%;
        padding-left: 8%;
	}
	.tagLine h1 {
		font-size: 6vw;
	}
	.conName {
		font-size: 4vw;
	}
	.infoText {
		font-size: 3vw;
		padding-bottom: 1em;
	}
    .carousel {
        margin-bottom: 20px!important;
    }
    /* Column Stacking Here */
    .columnContainer {
        flex-direction: column;
    }

    .leftColumn {
        order: 1;
        width: 100%;
    }

    .rightColumn {
        order: 2;
        width: 100%;
    }

    /* DC Schedule DIVs */

		.timeColumn {
			  content: "";
			  /*display: none;*/
			  width: 100%;
			  clear: both;
				background-color: #efefef;
				color: #3e2b2f;
				font-weight: bold;
		}

		.timeColumn.header {
			  content: "";
			  display: none;
			  clear: both;
		}

		.fullRow {
			  order: 1;
			  width: 100%;
			}

		.hubColumn {
			  order: 1;
			  width: 100%;
		}

		.hubColumn.header {
			  content: "";
			  display: none;
			  clear: both;
		}

		.hubColumn.hide {
			  content: "";
			  display: none;
			  clear: both;
		}

		.prepareColumn {
			  order: 2;
			  width: 100%;
		}

		.prepareColumn.header {
			  content: "";
			  display: none;
			  clear: both;
		}

		.exploreColumn {
			  order: 3;
			  width: 100%;
		}

		.exploreColumn.header {
			  content: "";
			  display: none;
			  clear: both;
		}

		.discoverColumn {
			  order: 4;
			  width: 100%;
		}

		.discoverColumn.header {
			  content: "";
			  display: none;
			  clear: both;
		}

    /* –––––––––––––––––––––––––––––––––– Hero Images / Mobile ––––––––––––––––––––––––––––––––––––– */
    .hero-banner.mainPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png"); */
        background-size: auto;
        background-repeat: inherit;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.agendaPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-18698_20170829-academic-kick-off-selects-0010.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.locationPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-31568_20191022-Oshawa-campus-fall-residence-0010.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.registrationPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_chipset.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.PDPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.conductPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.sponsorPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    /* –––––––––––––––––––––––––––––––––– Hero Tiles / Mobile ––––––––––––––––––––––––––––––––––––– */
    .hero-tiles.hallway {
        /* background-image: url("../img/SMALL_DC_Hallway.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.abstract {
        /* background-image: url("../img/SMALL_abstractBackground.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.abstractGreen {
        /* ackground-image: url("../img/SMALL_abstractBackground_G.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.fall {
        /* background-image: url("../img/SMALL_DC_Fall.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.neonCircles {
        /* background-image: url("../img/SMALL_neonCircles.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.audience {
        /* background-image: url("../img/SMALL_DC_Audience.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.arrows {
        /* background-image: url("../img/SMALL_arrows.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.event {
        /* background-image: url("../img/SMALL_DC_event.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
}

@media only screen and (max-width: 769px) {
	.table {
		max-width: 100% !important;
		margin: auto;
	}
	.hero-tiles {
		padding: 5%;
	}
	.bg-overlay {
		height: 400px;
		min-width: 100%;
	}
	.tagLine {
		width: 80%;
        padding-left: 8%;
	}
	.tagLine h1 {
		font-size: 8vw;
	}
	.conName {
		font-size: 6vw;
	}
	.infoText {
		font-size: 5vw;
		padding-bottom: 1em;
	}
    .carousel {
        margin-bottom: 20px!important;
    }

    /* –––––––––––––––––––––––––––––––––– Hero Images / Mobile ––––––––––––––––––––––––––––––––––––– */
    .hero-banner.mainPage {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png");
        background-size: auto;
        background-repeat: inherit;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.agendaPage {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-18698_20170829-academic-kick-off-selects-0010.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.locationPage {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-31568_20191022-Oshawa-campus-fall-residence-0010.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.registrationPage {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_chipset.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.PDPage {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.conductPage {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.sponsorPage {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    /* –––––––––––––––––––––––––––––––––– Hero Tiles / Mobile ––––––––––––––––––––––––––––––––––––– */
    .hero-tiles.hallway {
        background-image: url("../img/SMALL_DC_Hallway.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.abstract {
        background-image: url("../img/SMALL_abstractBackground.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.abstractGreen {
        background-image: url("../img/SMALL_abstractBackground_G.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.fall {
        background-image: url("../img/SMALL_DC_Fall.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.neonCircles {
        background-image: url("../img/SMALL_neonCircles.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.audience {
        background-image: url("../img/SMALL_DC_Audience.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.arrows {
        background-image: url("../img/SMALL_arrows.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.event {
        background-image: url("../img/SMALL_DC_event.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

	label {
	   font-size: 0;
	}

	label:before {
	   margin: 0;
	   font-size: 16px;
	}

  /* –––––––––––––––––––––––––– Sponsor Cards –––––––––––––––––––––––––– */


  .card-sponsor.platinum {
    width: 300px;
    height: 135px;
  }

  .card-sponsor.platinum img{
    max-width: 250px;
  }

  .sponsorBanner.platinum {
    width: 300px;
    background-color: #0b8261;
    color: #FFF;
  }

  .card-sponsor.gold {
    width: 300px;
    height: 135px;
  }

  .card-sponsor.gold img{
    max-width: 250px;
  }

  .sponsorBanner.gold {
    width: 300px;
    background-color: #D58F29;
    color: #FFF;
  }

  .card-sponsor.silver {
    width: 300px;
    height: 135px;
  }

  .card-sponsor.silver img{
    max-width: 250px;
  }

  .sponsorBanner.silver {
    width: 300px;
    background-color: #757575;
    color: #FFF;
  }

  .card-sponsor.bronze {
    width: 300px;
    height: 135px;
  }

  .card-sponsor.bronze img{
    max-width: 250px;
  }

  .sponsorBanner.bronze {
    width: 300px;
    background-color: #721b43;
    color: #FFF;
  }

}

@media only screen and (max-width: 576px) {
	.table {
		max-width: 100% !important;
		margin: auto;
	}
    
	.hero-tiles {
		padding: 5%;
	}
	.bg-overlay {
		height: 400px;
		min-width: 100%;
	}
	.tagLine {
		width: 100%;
	}
	.tagLine h1 {
		font-size: 10vw;
	}
	.conName {
		font-size: 6vw;
		padding-right: 2em;
	}
	.infoText {
		font-size: 5vw;
		padding-right: 2em;
		padding-bottom: 1em;
	}
	.logo-sm {
		max-width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
    }

   /* –––––––––––––––––––––––––––––––––– Hero Images / Mobile ––––––––––––––––––––––––––––––––––––– */
    .hero-banner.mainPage {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png"); 
        background-size: auto;
        background-repeat: inherit;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.agendaPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-18698_20170829-academic-kick-off-selects-0010.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.locationPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-31568_20191022-Oshawa-campus-fall-residence-0010.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.registrationPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_chipset.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.PDPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.conductPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }
    .hero-banner.sponsorPage {
        /* background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/SMALL_DC-Photo-DB-8871_20140908-durham-college-front-gordon-willey-1752.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    /* –––––––––––––––––––––––––––––––––– Hero Tiles / Mobile ––––––––––––––––––––––––––––––––––––– */
    .hero-tiles.hallway {
        /* background-image: url("../img/SMALL_DC_Hallway.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.abstract {
        /* background-image: url("../img/SMALL_abstractBackground.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.abstractGreen {
        /* ackground-image: url("../img/SMALL_abstractBackground_G.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.fall {
        /* background-image: url("../img/SMALL_DC_Fall.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.neonCircles {
        /* background-image: url("../img/SMALL_neonCircles.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.audience {
        /* background-image: url("../img/SMALL_DC_Audience.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.arrows {
        background-image: url("../img/SMALL_arrows.png");
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    .hero-tiles.event {
        /* background-image: url("../img/SMALL_DC_event.png"); */
        background-size: auto;
        background-repeat: repeat-y;
        background-position: center bottom;
        position: relative;
        background-attachment: fixed;
    }

    label {
    	padding: 15px;
  	}

}

/* –––––––––––––––––––––––––––––––––– Video Containters ––––––––––––––––––––––––––––––––––––– */

@media screen and (max-height: 450px) {
	.table {
		max-width: 100% !important;
		margin: auto;
	} 
}
/* @media only screen and (max-width: 1200px) {} */

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
