@charset "UTF-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
    
}
body {
    position: relative;
}


/* –––––––––––––––––––––––––– 2020 colours –––––––––––––––––––––––––– */
.tagLine {
	color: #ffffff;
}
.grayBG {
	background-color: #e5e5e5;
}
.ltGrayBG {
	background-color: #eeeeef;
}
.charcoalBG {
	background-color: #181818;
}
.pink {
	color: #F05673;
}
.golden {
	color: #F0B43C;
}
.teal {
	color: #36C0C8;
}

/* –––––––––––––––––––––––––– 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: 0px !important;
	margin-left: 0px !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: 'Roboto', sans-serif; !important;
	color: #181818 !important;
	font-size: 1rem;
}
.container-fluid {
    padding: 0px !important;
        margin: 0px !important;
}

a {
	text-decoration: none;
	color: #F05673;
	font-size: 1rem;
}

p a:hover {
	text-decoration: none;
	border-bottom: thin solid;
	color: #F0B43C;
	background-color: #181818;
}

.activelink {
	color: #F05673 !important;
}
div > h1, div > h2, div > h3, div > h4, div > h5, div > h6, table th {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
h1 {
	font-size: 9.3vw;
}
h4 {
	font-size: 14pt;
}
.hero-tiles h2, .hero-tiles h3, .hero-tiles h4, .hero-tiles h5, .hero-tiles h6 {
	text-align: center;
}
.align-Left {
	text-align: left !important;
}

.tagLine h1 {
	font-size: 4vw;
}
.conName {
	font-size: 2.6vw;
	font-weight: bold;
	margin-top: 4%;
}
.infoText {
	font-size: 2.10vw;
	line-height: 1.4em;
    padding-bottom: 10px;
}
.boxed {
	background-color: white;
	color: #181818;
	width: auto;
	padding: 0 0 0 2%;
	text-transform: uppercase;
	margin: -10px 0;
}

/* –––––––––––––––––––––––––– Navigation –––––––––––––––––––––––––– */

.paddedAnchor{
  position: relative;
}
.paddedAnchor >a{
  position: absolute;
  top: 300px;
}

#navbar .navbar-nav .nav-item .nav-link.active {
  background-color: rgba(54,192,200, 0.8); 
}


.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: #F05673;
}

.navbar-initial{
    padding: 20px 20px;
     top:0;
	z-index:888;
  /*  width: 100%; */
    background-color: #FEFEFE;
    border-bottom: 6px solid #F05673;
    -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: #121212;
	font-size: 1rem;
}

.fixed-second{
    background-color:#181818 !important;
    padding: 5px 20px !important;
    margin-bottom: 5px;
    position: fixed;
    top:0;
	z-index:888;
    width: 100%;
    border-bottom: 6px solid #F05673;
    -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: #181818;
	border: 1px solid #FFCCCC;
	border-radius: 4px;
} 

.custom-toggler .navbar-toggler {
    border: 1px solid #FFCCCC;
    background-color: #181818;
}
.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");
}

/* .navbar-initial .navbar-toggler:hover {
	background: transparent !important;
}
.navbar-initial .navbar-toggler:focus {
	background: transparent !important;
}
.navbar-initial .navbar-toggler:active {
	background: transparent !important;
} */

.hover {
	display: block;
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #EE445F !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: #F05673;
	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: #F05673;
	}
}

/* –––––––––––––––––––––––––– 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;
}
.hrBlock {
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dividerLine .hrBlock {
	background: #36C0C8;
	border-color: #36C0C8;
}
.flex-container-thumb .dividerLine, .flex-container-thumb .hrBlock, .flex-container-thumb .hrContainer, .blueLine .hrBlock, .blueLine {
	background: #36C0C8;
	border-color: #36C0C8;
}
.tagLine {
	display: inline-block;
	line-height: 1;
	width: 45%;
	padding-left: 5%;
	bottom: 0;
	position: absolute;
}
.tagLine hr {
	border: thin solid #FFFFFF;
	display: block;
	margin-left: 0;
	margin-right: auto;
	border-style: inset;
}
.bottom-left {
	position: absolute;
	bottom: 15%;
	left: 16px;
}
/*.banner {
	position: relative;
}
.bg-overlay {
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/King-Campus.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 500px;
	min-width: 100%;
	padding-top: 50px;
	display: flex;
} */


.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/King-Campus.jpg");
    background-size: cover;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.hero-banner.agendaPage {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/tlday-2017-02-27.jpg");
    background-size: cover;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.hero-banner.registrationPage {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/king_aerial.jpg");
    background-size: cover;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.hero-banner.sponsorPage {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../img/sponsor_img_0694.JPG");
    background-size: cover;
    height: 500px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}


.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(60deg,#ef5350,#d32f2f);
	position: relative;
}

.card-nav-tabs {
	max-width: 75% !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: #181818;
	color: #fff;
}
.table td, .table th {
	border-bottom: 1px solid #F05673;
	margin: 1.25% !important;

}
.table thead th {
	font-size: 1.5em;
}
.table {
	margin: auto;
}
thead tr th:first-child {
    min-width: 15%;
    width: 15%;
    max-width: 15%;
}

/* ------------------------- 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;
}

.card-media {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  height: 125px;
  margin-bottom: 25px;
  transition: all 300ms ease-out;
  width: 100%;
}

/* .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;
}


/* –––––––––––––––––––––––––– Buttons/Links  –––––––––––––––––––––––––– */

.btn {
	border-radius: 0;
	border: 3px solid #F05673;
	background: rgb(240,86,115,0.3) ;
	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: #3B3738;
	background: #F0B43C;
}

/* -------------- Save The Date button -------------- */
.btn-nav {
	border-radius: 0;
	border: 3px solid #F0B43C;
	background: rgb(240,180,60) ;
	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: #fefefe;
	background: #F05673;
}
.btn-primary:focus {
    border: 3px solid #fefefe !important;
	background: #F05673 !important;
}
.btn-primary:active {
    border: 3px solid #fefefe !important;
	background: #F05673 !important;
}

/* -------------- keynote -------------- */
.keynote {
    width: auto;
    height: 300px;
     display: block;
  margin: 10px auto;
}




/* –––––––––––––––––––––––––– Back to Top –––––––––––––––––––––––––– */
.btn-btt {
    color: #181818;
    background: #eeeeef;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border: none;
}

.to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    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: #F0B43C;
}
.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); 
}


/* ------ sho hide ----*/
.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;
	max-height: 100em;
}
.read-more-state ~ .read-more-trigger:before {
	content: "\f345";
	font-family: 'Font Awesome 5 Pro';
}
.read-more-state ~ .read-more-trigger:after, .read-more-state:checked ~ .read-more-trigger:after {
	content: " information";
	font-family: 'Roboto', sans-serif;
}
.read-more-state:checked ~ .read-more-trigger:before {
	content: "\f341";
	font-family: 'Font Awesome 5 Pro';
}
.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 0 .5em;
	font-size: .9em;
	line-height: 2;
	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;
	}

    
}

@media only screen and (min-width: 1880px) {
	.table {
		max-width: 100% !important;
		margin: auto;
	}
	.bg-overlay {
		height: 500px;
		min-width: 100%;
	}
	.tagLine {
		width: 80%;
        padding-left: 8%;
	}
	.tagLine h1 {
		font-size: 3vw;
	}
	.conName {
		font-size: 2vw;
	}
	.infoText {
		font-size: 1.8vw;
	}

    
}

@media only screen and (max-width: 1350px) {
	.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;
	}

    
}

@media only screen and (max-width: 769px) {
	.table {
		max-width: 100% !important;
		margin: auto;
	}
	.hero-tiles {
		padding: 2%;
	}
	.bg-overlay {
		height: 400px;
		min-width: 100%;
	}
	.tagLine {
		width: 90%;
        margin-left: 3%;
        padding-right: 20px;
	}
	.tagLine h1 {
		font-size: 8vw;
	}
	.conName {
		font-size: 6vw;
	}
	.infoText {
		font-size: 4vw;
	}
    .carousel {
        margin-bottom: 20px!important;
    }
}
@media only screen and (max-width: 576px) {
	.table {
		max-width: 100% !important;
		margin: auto;
	}
    
	.hero-tiles {
		padding: 2%;
	}
	.bg-overlay {
		height: 400px;
		min-width: 100%;
	}
	.tagLine {
		width: 100%;
	}
	.tagLine h1 {
		font-size: 10vw;
	}
	.conName {
		font-size: 7vw;
	}
	.infoText {
		font-size: 5vw;
		padding-right: 10px;
	}
	.logo-sm {
		max-width: 250px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
    
}
@media screen and (max-height: 450px) {
	.table {
		max-width: 100% !important;
		margin: auto;
	}
    
}
/* @media only screen and (max-width: 1200px) {} */
/* –––––––––––––––––––––––––––––––––– Parking waiting deletion ––––––––––––––––––––––––––––––––––––– */