@import url('/css/fonts.css');
/*
font-family: 'Lato', sans-serif;
font-family: 'Libre Baskerville', serif;
font-family: 'Libre Caslon Text', serif;
*/

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* margin-bottom: 60px; */ /* Margin bottom by footer height */
	margin-top: 60px;
	margin-bottom: 290px;
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: 'Libre Caslon Text', sans-serif;
}
.btn {
	font-family: 'Lato', sans-serif;
}


h5 {
	font-size: 1.5em;
}

@media (max-width: 991.98px) {
	/* h5 {
		font-size: 1.8em;
	} */
}

body.mce-content-body {
	margin-top: 0 !important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1em 0;
	background-color: #000000;
	font-size: 0.8em;
}
.footer h5 {
	color: #4890A2;
	font-size: 1.2em;
}
.footer a {
	color: #CFCFCF !important;
}
.footer span {
	color: #CFCFCF;
}

#dev-div {
	position: fixed;
	bottom: 0;
	margin-bottom: 5px;
	left: 5px;
	background-color: #6162E0;
	padding: 1em;
	z-index: 1001;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 0px;
	font-size: 0.8em;
}

#carouselNewsThatMattersToYou .carousel-item {
	background-color: #efefef;
	min-height: 300px;
}
#carouselNewsThatMattersToYou .carousel-indicators {
	bottom: -40px;
}
#carouselNewsThatMattersToYou .carousel-indicators li {
	background-color: #888888;
	width: 10px;
	height: 10px;
}
#carouselNewsThatMattersToYou .carousel-indicators li.active {
	background-color: #13332e;
}

.carousel-indicators li {
	background-color: #888888;
	border: 1px solid #888;
	border-radius: 5px;
	width: 10px;
	height: 10px;
}

.carousel-item p {
	display: inline-block;
}


a.nav-link {
	color: #6b6c6d;
}
a.nav-link:hover {
	color: #4da2b6;
}

li.nav-item.active {
	border-bottom: 2px solid #4da2b6;
}
li.nav-item.active a.nav-link {
	/* color: #4da2b6; */
	border-bottom: 1px solid #4da2b6;
}

.btn-primary:visited {
	color: #ffffff;
}

.alignright {
	float: right;
}


/* Style the back-to-top floating button */
.sf-back-to-top {
	background-color: #4ca2b5; /* button color */
	color: white; /* text/arrow color */
	display: none;
	z-index: 999;
	/* float in bottom right corner */
	/* 20 pixels from edge */
	position: fixed;
	right: 20px;
	bottom: 20px;
	/* size of button is 50 pixels*/
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* round button */
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

a.sf-back-to-top {
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.6;
	padding-left: 2px;
	padding-top: 4px;
}

a.sf-back-to-top:hover, a.sf-back-to-top:active {
	color: #f0f0f0;
	text-decoration: none;
}

.sf-back-to-top:visited {
	color: white;
}

a.sf-back-to-top .arrow:before {
	content: "\e02d";
	font-family: 'squarespace-ui-font';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e02d";
	text-align: center;
	display: block;
	vertical-align: middle;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	cursor: pointer;
	margin-left: -4px;
}


.team-container {
	/* border-bottom: 1px solid #1c645b; */
	padding: 10px 0px;
	/* border-image: linear-gradient(to right, white, #1c645b) 1; */
	min-height: 150px;
}
.team-headshot {
	font-size: 0.8em;
}
.team-headshot img {
	margin-bottom: 0.5em;
	max-width: 150px;
}

.border-2tone-double {
	border-top: 3px double #1c645b !important;
	border-right: 3px double #DEE7EF !important;
	border-bottom: 3px double #DEE7EF !important;
	border-left: 3px double #1c645b !important;
	border-radius: 5px;
}

.loading {
	background-color: #ffffff;
	background-image: url("/img/3.gif");
	background-size: 25px 25px;
	background-position:right center;
	background-repeat: no-repeat;
}


/* Bootstrap Overrides */
a,
a:hover,
a:visited {
	color: #1c645b;
}

a.dropdown-item,
a.dropdown-item:hover,
a.dropdown-item:visited {
	color: #1c645b;
}

a.dropdown-toggle,
a.dropdown-toggle:hover,
a.dropdown-toggle:visited {
	font-weight: 600;
	color: #606060;
}
.dropdown-item.active {
	background-color: #efefef;
}

@media (max-width: 991.98px) {
	.navbar-light {
		background-color: #fff !important;
	}
	
	.rs-dollar-header {
		padding-right: 1em;
	}
}

.navbar-light .navbar-nav .nav-link {
	font-weight: 600;
	color: #606060;
}

a.btn-success {
	color: #ffffff;
}

/* @media (max-width: 1199.98px) {
	ul.navbar-nav {
		font-size: 0.8em;
		font-weight: 600;
	}
} */


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0.6rem;
		padding-right: 0.6rem;	
	}
}

.breadcrumb {
	background-color: #DEE7EF;
}

.article-panel-left.sticky-top {
	z-index: 1;
}

.btn-info {
	color: #fff;
	background-color: #4BA0B5;
	border-color: #4BA0B5;
}
.btn-outline-info {
	color: #4BA0B5;
	border-color: #4BA0B5;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #4BA0B5;
	border-color: #4BA0B5;
}

.btn-custom{color:#fff;background-color:#4CA1B5;border-color:#408c9e}
.btn-custom:visited{ color: #fff; }
.btn-custom:hover{color:#fff;background-color:#408c9e;border-color:#009a9a}
.btn-custom:focus,.btn-custom.focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}
.btn-custom.disabled,.btn-custom:disabled{color:#fff;background-color:teal;border-color:#408c9e}
.btn-custom:not(:disabled):not(.disabled):active,.btn-custom:not(:disabled):not(.disabled).active,.show>.btn-custom.dropdown-toggle{color:#fff;background-color:#00b3b3;border-color:#000}
.btn-custom:not(:disabled):not(.disabled):active:focus,.btn-custom:not(:disabled):not(.disabled).active:focus,.show>.btn-custom.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}

.btn-teal{color:#fff;background-color:#265776;border-color:#007575}
.btn-teal:hover{color:#fff;background-color:#1a3b51;border-color:#007575}
.btn-teal:focus,.btn-custom.focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}

.btn-whiteout{color:#ffffff;background-color:none;border-color:#ffffff}



.bootstrap-select a.dropdown-item,
.bootstrap-select a.dropdown-item:hover,
.bootstrap-select a.dropdown-item:visited {
	color: #444444;
}
.bootstrap-select a.selected {
	background-color: #efefef;
}
.bootstrap-select .btn {
	border: 1px solid #DFDFDF;
}

/* @media (min-width: 768px) {
	.modal-xl {
		max-width: 700px;
		margin: 1.75rem auto;
	}
} */


/* END Bootstrap Overrides */

.rs-dollar-header {
	position: relative;
	min-height: 30px;
	padding-left: 15px;
	margin-bottom: 20px;
	background: #4da2b6;
	color: #fff;
	font-size: 1.5em;
}
@media (min-width: 992px) {
	.rs-dollar-header {
		font-size: 2em;
	}
}

.rs-dollar-header:after {
	content: "$";
	position: absolute;
	right: 0;
	top: -15px;
	font-size: 50px;
	line-height: 1em;
	font-weight: bold;
	font-size: 2.7em;
	-webkit-transform: rotateZ(-20deg);
	transform: rotateZ(-20deg);
	font-family: "Roboto Slab",Cambria,Times New Roman,Times,serif
}

#listPeople > div,
#newPerson > div {
	padding: 0.25rem 1.25rem;
	cursor: pointer;
}
#listPeople > div:hover,
#newPerson > div:hover {
	background-color: #f5f5f5;
}

.grey-bg {
	background-color: #efefef;
}

#btnProfileImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #f5f5f5;
}


.circle {
	border-radius: 50%;
}

.border-round {
	border: 1px solid #efefef;
	border-radius: 50%;
	min-height: 150px;
}

blockquote {
	border-left: 4px solid #4da2b6;
	padding-left: 0.75em;
	margin-left: 1.5em;
}

.text-9 {
	font-size: 0.9em;
}


#gdpr {
	width: 100%;
	height: 200px;
	position: fixed;
	bottom: -200px;
	background-color: #000000;
	color: #ffffff;
	z-index: 1002;
	display: none;
}

#freeRemaining {
	width: 100%;
	height: 200px;
	position: fixed;
	bottom: -200px;
	background-color: #000000;
	color: #ffffff;
	z-index: 1003;
	display: none;
}


.mce-content-body {
	padding: 5px !important;
}

.pointer {
	cursor: pointer;
}

/* .search-list {
	width: auto;
	height: 200px;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #efefef;
}

.search-list span {
	display: inline-block;
	width: 48%;
	word-wrap: break-word;
	white-space: normal;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #165149;
	border: 1px solid #165149;
	border-radius: 5px;
	font-size: 0.8em;
	margin: 2px;
	padding: 2px;
	text-align: center;
	
}
.search-list span:hover {
	color: #000000;
} */

ul.search-list {
	width: auto;
	height: 200px;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #efefef;
	font-size: 0.8em;
	padding-left: 1.2em;
}


.typeahead li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.jumbotron-bg {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}



.jumbotron-home-conference {
	margin-top: -60px;
	/* background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('/img/top-home-2303-3.jpg') */
	background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('/img/top-home-2403-grey.jpg') no-repeat center bottom;
	background-color: #242635;
}
@media (max-width: 575.98px) {
	.jumbotron-home-conference {
		background-size: cover;
	}	
}


.jumbotron-home {
	/* background: url('/img/top-home.jpg') no-repeat center bottom; */
	margin-top: -60px;
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/img/top-home.jpg') no-repeat center bottom;
	
}
@media (max-width: 575.98px) {
	.jumbotron-home {
		background-size: cover;
	}	
}
 
.jumbotron-category {
	/* background: url('/img/top-category.jpg') no-repeat center; */
	margin-top: -60px;
	background: url('/img/top-category.jpg') no-repeat top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.jumbotron-subscribe {
	/* background: url('/img/top-category.jpg') no-repeat center; */
	margin-top: -60px;
	background: url('/img/top-subscribe.jpg') no-repeat top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron-partner {
	/* background: url('/img/top-category.jpg') no-repeat center; */
	margin-top: -60px;
	background: url('/img/top-partner.jpg') no-repeat top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron-adv {
	/* background: url('/img/top-category.jpg') no-repeat center; */
	margin-top: -60px;
	background: url('/img/top-adv.jpg') no-repeat top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


a.article-brief {
	color: #888888;
	cursor: pointer;
}
a.article-brief:hover {
	text-decoration: none;
}

/* a.article-brief img {
	width: 100%;
	object-fit: cover;
} */

a.article-brief img {
	object-fit: contain;
	height: 100%;
	max-width: 100%;
}
.tn-container {
	background-color: #f0f0f0;
	text-align: center;
}

.brief-title {
	color: #4EA2B5;
	/* font-weight: bold; */
	font-size: 1.3em;
	line-height: 1.25em;
	font-family: 'Libre Caslon Text', serif;
}

.brief-readmore {
	color: #4EA2B5;
	font-size: 0.9em;
	font-family: 'Libre Caslon Text', serif;
}

.news-container  > div:first-child {
	border-right: 2px solid #DCDCDC;
}

@media (max-width: 799.98px) {
	.news-container  > div:first-child {
		border-right: none;
	}
}

div.caption {
	background-color: #efefef;
	padding: 0.5em;
	width: auto;
	text-align: center;
	font-size: 0.9em;
}
div.caption img {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}

div.alt-caption {
	border: 1px solid #dedede;
	padding: 7px;
	display: inline-block;
	font-style: italic;
	text-align: left;
	font-weight: 500;
	font-size: 9pt;
	margin: 0.5em;
}
div.alt-caption img {
	margin-bottom: 5px;
}
div.alt-caption p {
	display: none;
}


.logo-placeholder {
	fill: #fff;
	filter: 
		drop-shadow(-1px -1px 0px #efefef) 
		drop-shadow(1px -1px 0px #efefef) 
		drop-shadow(1px 1px 0px #efefef)
		drop-shadow(-1px 1px 0px #efefef);
}

.required {
	border-color: #ff0000;
}

.form-error {
	color: #ff0000;
	font-weight: 600;
	display: none;
}

.image-picker {
	cursor: pointer;
}

.news-tile-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#eventImage, .event-image {
	width: 100%;
	/* max-height: 175px; */
	object-fit: cover;
}

.agenda-time {
	font-size: 0.9em;
	min-width: 90px;
	border-right: 1px solid #8ec0cc;
	padding-top: 1.3em;
}

.agenda-detail {
	min-height: 100%;
	/* background-color: #efefef; */
	position: relative;
	border: 1px solid #8ec0cc;
}
.agenda-detail p:nth-last-child(2) {
	margin-block-end: 0px;
}

.agenda-detail:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0.5em;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 15px solid #8ec0cc;
	border-bottom: 13px solid transparent;
}
.item-odd {
	background-color: #EBFBFF;
}


/* Event Index */
table.event-card-detail {
	width: 100%;
}
.event-card-detail tr td {
	padding: 10px 0px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	width: 50%;
	background-color: #eef4fa;
	height: 4em;
}
.event-card-detail tr td:nth-child(odd) {
	border-right: 0.5em solid #ffffff;	
}
.event-card-detail tr td:nth-child(even) {
	border-left: 0.5em solid #ffffff;	
}


.event-list-container h1 {
	font-size: 1.2em;
}
.event-list-summary {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 200px;
	/*
	max-height: 200px;
	overflow: scroll;
	*/
}
.event-title {
	font-size: 1.3em;
	font-family: 'Libre Caslon Text', sans-serif;
	font-weight: 500;
}

span.legend-option {
	display: inline-block;
	margin-bottom: 1px;
	margin-right: 3px;
	cursor: pointer;
	border: 1px solid #888888;
	color: #888888;
}
span.legend-option:hover {
	background-color: #f5f5f5;
}
span.legend-option.active {
	/* border: 1px solid #3986AC; */
	background-color: #3986AC;
	color: #ffffff;
}
span.legend-option.active:hover {
	background-color: #2c6683;
}

span.legend-option.legend-sponsored.active  {
	background-color: #36832c;
	border: 1px solid #36832c;
}
span.legend-option.legend-sponsored.active:hover  {
	background-color: #276020;
}

span.legend-option.legend-in-person.active  {
	background-color: #c69d41;
	border: 1px solid #c69d41;
}
span.legend-option.legend-in-person.active:hover  {
	background-color: #a88536;
}

span.legend-option.legend-virtual.active  {
	background-color: 	#FF6347;
	border: 1px solid 	#FF6347;
}
span.legend-option.legend-virtual.active:hover  {
	background-color: 	#de553c;
}

.fc-content {
	cursor: pointer;
}

.fc-center h2 {
	margin-left: 2em !important;
	font-size: 1.3em;
}

.fc-button-group, .fc-today-button {
	font-size: 0.8em !important;
}


#pastEventsContainer a {
	text-decoration: none;
	color: #888888;
}
#pastEventsContainer .event:hover {
	background-color: #FAFAFA;
	cursor: pointer;
}
#pastEventsContainer h1 {
	font-size: 1.2em;
}
#pastEventsContainer .summary {
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 260px;
}
#pastEventsContainer .title {
	color: #4EA2B5;
	/* font-weight: bold; */
	font-size: 1.3em;
	line-height: 1.25em;
	font-family: 'Libre Caslon Text', serif;
}
#pastEventsContainer img {
	width: 100%;
	/* max-height: 175px; */
	object-fit: cover;
}



/* Social Media */
.btn-social {
	padding: 2px 10px;
	margin-left: 2px;
	color: #fff;
	display: inline-block;
	min-width: 1.3em;
	text-align: center;
	font-size: 1em;
	position: relative;
	transition: top ease 1s;
	border-radius: 3px;
}
.btn-social:hover {
	top: -2px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.btn-social {
		margin-left: 2px;
		font-size: 0.8em;
	}
	.tag {
		font-size: 0.9em;
		padding-right: 0px;
		margin-right: 0px;
		white-space: nowrap;
	}
}

a.btn-social:hover, a.btn-social:visited{
	color: #fff;
}
.btn-facebook {
	background-color:#3b5998;
}
.btn-linkedin {
	background-color:#007bb6;
}
.btn-twitter {
	background-color:#00aced;
}
.btn-twitter-black {
	background-color:#000000;
}
.btn-bluesky {
	background-color:#0579FF;
}
.btn-email {
	background-color:#666;
}
.btn-print {
	background-color:#666;
}
.btn-instagram {
	background-color:#000000;
}

mark {
	background-color: #FFFB00;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
	border: none;
}

.img-headshot {
	max-width: 150px;
}
@media (max-width: 991.98px) {
	.img-headshot {
		max-width: 100%;
	}
}