/*
============================================================
MASTER
============================================================
*/
:root {
	--blue: 13,110,182;
	--black: 89,89,89;
	--pane-bg: 229,240,253;/*224,236,245;*/
	--pane-grey-bg: 245,245,245;/*245,245,245;*/
}


p, p a {font-weight: 500 !important;}
a, a:link, a:hover, a:visited {
	outline: none;
}
a.exh-link, 
a.exh-link:visited, 
a.exh-link:link {
	color: rgba(13,110,182,1);
}
a.exh-link:hover {
	border-bottom: 1px solid red;
}

a.exh-link2, 
a.exh-link2:visited, 
a.exh-link2:link {
	color: rgba(13,110,182,1);
	margin-top: -22px;
}
a.exh-link2:hover {
	border-bottom: 1px solid red;
}
.dcd p a, 
.dcd p a:link, 
.dcd p a:active, 
.dcd p a:visited, 
.dcd a, 
.dcd a:link, 
.dcd a:active, 
.dcd a:visited 
{
	color: #32ACD5; 
	outline: none;
	text-decoration: none;
}
.dcd p a:hover, 
.dcd p a:focus, 
.dcd a:hover, 
.dcd a:focus 
{
	color: rgb(var(--blue)); 
	border-bottom: 1px solid red;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary.active {
	background-color: rgb(var(--blue));
	border-color: rgb(var(--blue));
	outline: none;
}
.nav-link:active,
.nav-link:visited {
	color: white;
}
.presenterttl {
	font-style: italic;
	white-space: nowrap;
	/*color: rgba(13,110,182,0.7);*/
}
.presenter {
	font-weight: bold;
	white-space: nowrap;
}
/*
a.link, a.linker {
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	color: white;
	position: relative;
}
a.link:hover, a.linker:hover {
	text-decoration: none;
	border-bottom: 1px solid red;
}
a.link span {
	position: absolute !important;
	margin-left: 10px;
	margin-top: 5px;
}
a.linker {
	color: rgb(var(--blue));
}
a.linker span {
	position: absolute !important;
	margin-left: 10px;
	margin-top: 0px;
}
*/



#registration p a,
a.chromefix {
	color: #232323; !important;
	border-bottom: 1px solid #32ACD5;
	text-decoration: none;
}
#registration a:focus, #registration a:hover,
a.chromefix:focus, a.chromefix:hover {
	color: #32ACD5 !important;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#accommodations small {
	display: none;/*block;*/
	margin-top: 5px;
}
#accommodations h4 { 
	line-height: 2rem;
	padding: 0;
	margin: 0;
}
#accommodations h4 a {
	color: rgb(var(--blue)); !important;
	text-decoration: none;
}
#accommodations small a {
	color: #32ACD5; !important;
	text-decoration: none;
}
#accommodations h4 a:focus, #accommodations h4 a:hover {
	color: #32ACD5;
	text-decoration: underline;
}
#accommodations small a:focus, #accommodations small a:hover {
	border-bottom: 1px solid #32ACD5;
}
.spotlight-presentation, 
.special-presentation, 
.presentation {
	color: rgb(var(--blue));
	font-weight: bold;
		letter-spacing: -0.013em;
}
.special-presentation {
	color: rgb( 93, 184, 238);
}
.spotlight-presentation {
	color: rgba( 0, 0, 0, 0.5);
}
@media (max-width: 770px) {
	.spotlight-presentation, 
	.special-presentation, 
	.presentation {
		font-size: 120%;
		line-height: 1.2;
		padding-top: 5px;
		letter-spacing: -0.03em;
		display: block;
		margin-bottom: -15px;
	}
}
@media (max-width: 500px) {
	.display-2 {
		font-size: 1.9rem;
		margin-top: 0;
	}
}

.blink {
	animation: blinker 2s linear infinite;
}

@keyframes blinker {
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}








/*
============================================================
NAVIGATION
============================================================
*/
.nav-item a{ cursor: pointer; font-weight: 300;}
#nav-name {
	font-size: 150%;
}
@media (max-width: 1000px) {
	#nav-name {
		font-size: 100%;
	}
}











/*
============================================================
DISPLAY NEXT YEAR ANNOUNCEMENT
============================================================
*/
#opening .dcd-mast {
	font-family: "Open Sans", arial;
	font-size: 4rem;
	line-height: 4rem;
	color: rgb(var(--blue));
	font-weight: 900 !important;
	letter-spacing: -0.05em;
}
#opening .feature-subtitle
{
	font-family: "Open Sans", arial;
	font-size: 2.5rem;
	line-height: 2.7rem;
	font-weight: 500 !important;
	color: #32ACD5;
	padding-bottom: 0px;
	letter-spacing: -0.03em;
}
.feature-subtitle span::before {
	content: ' | ';
	color: rgba( 0, 0, 0, 0.1 );
}
.feature-subtitle span.snip::before {
	content: '' !important;
}
.feature-subtitle span.snip::after {
	content: ' | ' !important;
	color: rgba( 0, 0, 0, 0.1 );
}
#otcns {
	width: 25%;
}
#opening .mbr-cards-col {
	padding: 0;
}
#opening .card {
	background-color: transparent;
	border: none;
}
a .linx {
	text-decoration: none;
}
.dcd-section {
	padding-top: 80px;
}
#opening .prtnr img {
	width: 80%;
}
#opening .prtnr1 img {
	margin: 10px 0;
	width: 30%;
}
.x-logos {
	padding: 0;
}
.toolt {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
#tt1, #tt2, #tt3, #tt4 {
	display: none;
/*
	background-color: rgba(13,110,182,0.5);
	color: #fff;
*/
	color: rgba(13,110,182,0.5);
	text-align: center;
	border-radius: 6px;
	padding: 5px 20px;
	position: absolute;
	z-index: 1;
}
#tt1, #tt2, #tt3, #tt4 {
	/* Position the tooltip */
	top: 100%;
	width: 50%;
	min-width: 50%;
	left: calc(50% - 25%);
}
.toolt:hover .toolttext {
	visibility: visible;
}
@media (max-width: 1500px) {
	#opening .feature-subtitle {
		font-size: 2rem;
		line-height: 2.2rem;
	}
	#otcns {
		width: 45%;
	}
	.feature-subtitle span::before {
		content: ', ';
		color: inherit;
	}
	.feature-subtitle span.snip {
		display: block;
	}
	.feature-subtitle span.snip::after {
		content: '';
		display: none;
	}
	.feature-subtitle span.snip::before {
		content: '';
	}
	#opening .prtnr {
		padding: 0;
	}
	#opening .prtnr img {
		width: 90%;
	}
	#opening .prtnr1 img {
		width: 30%;
	}
}
@media (max-width: 768px) {
	#logo {
		margin-top: 60px;
	}
	.dcd-section {
		padding-top: 80px;
		background-image: none;
	}
	#opening .prtnr img {
		width: 50%;
	}
	#opening .prtnr1 img {
		margin-top: 50px;
		width: 55%;
	}
	#opening .prtnr {
		float: none;
	}
}
@media (max-width: 600px) {
	#opening .dcd-mast {
		font-size: 2.5rem;
		line-height: 2.7rem;
	}
	#opening .feature-subtitle {
		font-size: 1.5rem;
		line-height: 1.7rem;
	}
	#otcns {
		width: 80%;
	}
	#opening .prtnr img {
		width: 60%;
	}
	#opening .prtnr1 img {
		width: 90%;
	}
}










/*
============================================================
INTRODUCTION
============================================================
*/
#introduction p, #introduction p a {
	color: white !important;
	margin-top: 0;
}
#introduction {
	/*background-color: #32ACD5;*/
	background-image: url('../images/waves.webp');
	position: cover;
}
#introduction h4
{
	font-size: 1.5rem;
	font-weight: 900 !important;
	margin: 40px 0 10px 0;
	color: rgba(255,255,255,0.7) !important;
	text-transform: uppercase;
}










/*
============================================================
CFP
============================================================
*/
#cfp {
	padding: 80px 0;
	/*background-color: rgb(8, 75, 125);*/
	background-image: url(../images/Image-by-Dimitris-Vetsikas-from-Pixabay-waves-3473335.webp);
}
#cfp .mbr-overlay {
	opacity: 0.7; 
	background-color: rgb(8, 75, 125);
}
#cfp h4 {
	font-size: 1.5rem;
	font-weight: 900 !important;
	margin: 40px 0 10px 0;
	color: rgba(255,255,255,0.7) !important;
	text-transform: uppercase;
}
#cfp p, #cfp p a {
	color: white !important;
	margin-top: 0;
}









/*
============================================================
ABOUT
============================================================
*/
#about {
	background-image: url('../images/ns-fr-sp-2.jpg'); 
	padding-bottom: 100px;
}
.about-overlay {
	opacity: 0.8; 
	background: linear-gradient(to bottom,rgba(13,110,182,0.9) 95%, rgba(9,78,131,1));
}
#about .dcd-img img {
	width: 90%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	margin: 15px auto;
}
#about h4 {
	 margin-bottom: 20px; 
	 font-size: 2.0rem; 
	 line-height: 2.2rem;
}
#about h3 {
	margin-bottom: 10px;
	font-size: 3rem;
	/*margin-top: -15px;*/
}
#about h5 {
	font-size: 1.8rem;
	line-height: 2rem;
	color: white;
	margin-bottom: 30px;
}
#about p {
	margin-bottom: 15px;
}
@media (max-width: 1000px) {
/*
	#about .dcd-img img {
		width: 80%;
		max-width: 50%;
		margin: 0 auto 40px auto;
	}
*/
	#about h4 {
		margin-bottom: 20px; 
		font-size: 1.5rem; 
		line-height: 1.5rem;
	}
	#about h3 {
		font-size: 2.5rem;
		/*margin-top: -15px;*/
	}
	#about h5 {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}
@media (max-width: 768px) {
	#about .dcd-img img {
		width: 80%;
		max-width: 50%;
		margin: 0 auto 40px auto;
	}
}










/*
============================================================
KEYNOTE
============================================================
*/
#keynote .dcd-img img {
	width: 90%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	margin: 15px auto;
}
#keynote h4 {
	 margin-bottom: 20px; 
	 font-size: 2.0rem; 
	 line-height: 2.2rem;
}
#keynote h3 {
	margin-bottom: 10px;
	font-size: 3rem;
	/*margin-top: -15px;*/
}
#keynote h5 {
	font-size: 1.8rem;
	line-height: 2rem;
	color: white;
	margin-bottom: 30px;
}
#keynote p {
	margin-bottom: 15px;
}
.at80 {
	color: rgba(255,255,255,0.5);
}
@media (max-width: 1000px) {
/*
	#keynote .dcd-img img {
		width: 80%;
		max-width: 50%;
		margin: 0 auto 40px auto;
	}
*/
	#keynote h4 {
		margin-bottom: 20px; 
		font-size: 1.5rem; 
		line-height: 1.5rem;
	}
	#keynote h3 {
		font-size: 2.5rem;
		/*margin-top: -15px;*/
	}
	#keynote h5 {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}
@media (max-width: 768px) {
	#keynote .dcd-img img {
		width: 80%;
		max-width: 50%;
		margin: 0 auto 40px auto;
	}
}





.box-line {
	margin: 50px 0 20px 0;
	padding: 45px 50px;/* 30px 25px 30px;*/
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 20px;
	/*background: rgba(16,88,167,0.1);*/
	box-shadow: 0 20px 80px rgba(13,60,112,0.2);
}
.box-line h4 {
	margin-top: 0px !important;
}
.box-line h4 span {
	font-size: 2rem;
}
.box-line a {
	border-bottom: 1px solid rgba(16,88,167,1);
}
@media (max-width: 600px) {
	.box-line {
		margin: 50px 0 0;
		padding: 0;
		border: none;
		background: none;
		box-shadow: none;
	}
}




@media (max-width: 1199px) {
	.hash {
		display: none !important;
	}
	.container, .container-fluid {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
@media (max-width: 766px) {
	.hash {
		display: inline-block !important;
	}
}



.dcd-section {
	padding-top: 80px;
	background-image: url(../images/2026/waves-6241066.webp);
}
.dcd-overlay {
	opacity: 0.80; 
	background-color: rgb(255, 255, 255);
}



.booth {
	display: none;
	font-size: 0.85rem;
	line-height: 1.2;
	padding-top: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #696969;
}
.booth span {
	color: #595959;
	font-weight: 900;
}





#showcase .panel-default {
/*
display: block;
margin-top: 5px;
*/
display: block;
padding: 13px 0 5px;
border-top: 1px solid #ddd;
margin-top: -1px;
}
#showcase .dcd-p {
border-bottom: 1px solid #ddd;
/*
*/
margin-bottom: 30px;
padding-bottom: 5px;
margin-bottom: -5px;
}
#showcase .dcd-p:last-child {
border-bottom: none;
}
#showcase .table-wrapper {
border-bottom: 1px solid #ddd;
}


.tbl {
	position: relative;
}
.tbl:hover, .tbl:focus {
	box-shadow: 0 0 40px #ddd;
}
.tgrey p, .tblue p {
	margin-bottom: 0.3rem;
}

.tbl-continued {
	border-top: 1px solid #ccc;
}
.moreBtnIcon {
	display: none;
}
.morebtnholder {
	float:right;
	margin-top: 3px;
}
.tz {
	/*min-width: 105px;*/
	padding-bottom: 10px;
}
@media (max-width: 1262px) {
	.tz{
		position: absolute;
		right: 10px;
	}
}
@media (max-width: 1080px) {
	.tp{
		font-size: 80%;
		text-transform: uppercase;
		/*line-height: 2.5;*/
		line-height: 1.2;
		margin-top: 7.2px;
		padding: 0 0 0 10px;
	}
}
@media (max-width: 770px) {
	.morebtnholder {
		float: none;
		display: block;
		width: 100%;
		margin-top: 5px;
		padding-bottom: 5px;
	}
	.tgrey, .tblue {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
@media (max-width: 770px) {
	.tz{
		position: relative;
		right: 0;
	}
	.tright, .tcentre {text-align: left;}
	.tindent {padding-left: 0;}
	.t2, .t5, .tx5, .t6, .t8, .t10, .t15, .t20, .t25, 
	.t28, .t30, .t35, .t40, .t45, .t50, .t55, .t60, 
	.t65, .t70, .t75, .t80, .t84, .t90, .t95,.tx95, .t100 {
		text-align: center;
		width: 100%;
	}
	.tp {
		font-size: 1rem;
		line-height: 0.8rem;
		text-transform: uppercase;
		margin-top: 10px;
	}
	.tbl:hover, .tbl:focus {
		border-top: 1px solid #ccc;
		box-shadow: none;
	}
}
.tbl, .tbl2, .tbl3 {
	transition: all 1s ease-in-out 1s;
}
.revealbtn, 
.morebtn {
/*
	font-size: 0.6rem;
	padding: 3px 15px;
	max-width: 110px;
*/
	font-size: 1rem;
	padding: 1px 9px 2.5px 10px;
	width: 30px;
	text-transform: uppercase;
	border-radius: 8px;
	border: 0.75px solid rgba(13,110,182,1);
	background-color: rgba(13,110,182,0.05);
	margin-top: 0px;
}
.revealbtn:hover, 
.morebtn:hover {
	background-color: rgba(13,110,182,1);
	color: white;
}
@media (max-width: 770px) {
	.revealbtn, 
	.morebtn {
		font-size: 0.8rem;
		padding: 5px 20px;
		border-radius: 10px;
		border-width: 1px;
		margin-bottom: 10px;
	}
}

.dcd p a.schedulebtn {
	font-size: 0.6rem;
	text-transform: uppercase;
	padding: 3px 15px;
	border-radius: 8px;
	border: 0.75px solid rgba(13,110,182,1);
	background-color: rgba(13,110,182,0.05);
	max-width: 110px;
	margin-top: 0px;
}
.dcd p a.schedulebtn:hover {
	background-color: rgba(13,110,182,1);
	color: white;
}
@media (max-width: 770px) {
	.dcd p a.schedulebtn {
		font-size: 0.8rem;
		padding: 5px 20px;
		border-radius: 10px;
		border-width: 1px;
		margin-bottom: 10px;
	}
}


.program-container {
	width: 84%;
}
.prog {
/*
	display: table;
	width: 100%;
*/
}
@media (max-width: 460px) {
	.program-container {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.prog {
		display: inline;
	}
	.presenter {
		white-space: normal;
	}
}


@media print {
	.revealbtn, 
	.morebtn,
	.morebtnholder,
	#menu-1 {
		visibility: hidden;
		display: none;
	}
}

.dropdown hr {
	border-top: 1px dotted white;
	margin: 8px 0;
	background: transparent;
	padding: 0;
}


.nav-dropdown .dropdown-item {
	padding: 1px 4.615em 1px 1.5385em;
}
.nav-dropdown .dropdown-item:hover {
	background: #32acd5;
}
#menu-1 .dropdown-item:hover, 
#menu-1 .dropdown-item:focus {
	color: white;/*#0a5186;*/
}
.nav-dropdown .dropdown-menu {
	padding-top: 0;
}

.where, 
.wherein {
	text-transform: uppercase;
	Font-size: 0.8rem;
	display: block;
	width: 100%;
	margin: 2px 0;
}
.wherein {
	display: inline-block;
}
.wherein-time {
	color: #0054a6;
}
.wherein-time-space {
	color: #0054a6;
	padding-right: 20px;
}
.yo-more {
	float: right;
	position: relative;
	height: 15px;
	width: 40px;
	margin-bottom: 10px;
	text-align: right;
}
@media (max-width: 770px) {
	.tx {
		display: none;
	}
	.yo-more {
		height: 35px;
		margin: 10px auto;
		float: none;
		text-align: center;
	}
}

.hideday {
	display: none;
}
.day-off {
	opacity: .6 !important;
	/*padding: 0 !important; */
	margin: 0 !important;
}
.toggleBTN,.toggleSECTION {
	cursor: pointer;
	margin-top: 10px;
	color: rgb(var(--blue));
	font-size: 0.8rem;
	padding: 6px 10px 5px;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline-block;
	width: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 900;
	position: relative;
}
.toggleDIV {
	cursor: pointer;
}
.toggleBTN:hover,.toggleSECTION:hover {
	background-color: rgb(var(--blue));
	color: #fff;
}
@media (max-width: 770px) {
	.toggleBTN, .toggleSECTION {
		padding: 5px 20px;
		width: auto;
	}
	.yo-more {
		width: auto;
	}
}

.page-head {
	color: rgb(var(--blue));
	margin-bottom: 20px;
	font-weight: 900;
	font-size: clamp(2.5rem, 6vw, 3rem);
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.03em;
	line-height: 1;
	text-align: center;
}

@media (max-width: 1200px) {
	.nodev {
		display: none !important;
	}
}
@media (max-width: 991px) {
	#menu-1 .link {
		font-size: 0.7rem;
		text-transform: uppercase;
	}
}
@media (max-width: 767px) {
	#menu-1 .link {
		font-size: inherit;
		text-transform: none;
	}
	.page-head {
		font-size: clamp(1.8rem, 6vw, 2.5rem);
	}
}
@media (max-width: 359px) {
	.nodev {
		display: none;
	}
}


.box{
	padding: 18px 25px 13px 20px;
	background: rgb(var(--pane-bg));
	border-radius: 8px;
	margin-top: 10px;
}

abbr[title], acronym[title] {
	text-decoration: none;
	border-bottom: 1px solid red;
}
abbr {
	position: initial;
	display: inline-block;
	z-index: 99998;
}

abbr[title]:hover::after,
abbr[title]:focus::after {
	content: attr(data-title);

		position: fixed;
		top: 30vh;
		left: 0; 
		right: 0; 
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	z-index: 99999;
	background-color: rgba(255,255,255,1);
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(89,89,89,0.5);
	padding: 5px 10px 6px;
	width: 300px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	abbr {
		position: initial;
	}
	abbr[title]:hover::after,
	abbr[title]:focus::after {
		position: fixed;
		top: 30vh;
		left: 0; 
		right: 0; 
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
.main-stage{
	background: rgb(var(--pane-bg));
	border-top: 1px dotted rgba(204,204,204,0.9);
}
/*
.main-stage {
	box-shadow: 0 0 0 100vmax rgb(var(--pane-bg));
	clip-path: inset(0 -100vmax);
}
*/

.tbl2 ul {
	margin-left: -25px;
}
.tbl2 ul li {
	padding-left: 5px;
}
@media (max-width: 767px) {
	.tbl2 ul,
	.tbl2 ul li {
		margin-left: 0;
		padding-left: 0;
		display: inline-block;
	}
	.tbl2 ul {
		list-style: none;
	}
	.tbl2 ul li:before {
		content: '•';
		color: red;
	}
}


.tcenter {
	text-align: center;
}
.advertisement {
	padding-top: 0px;/*10px;*/
	padding-bottom: 30px;
	background: #ffffff; !important;
	text-decoration: none;
}
.advertisement small {
	font-size: 60%;
	font-weight: 400;
	color: #ccc; !important;
}
.advertisement .adv {
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url();
	background-repeat: no-repeat;
	width: 728px;
	height: auto;
}
.advertisement .container {
	padding-left: 0px !important;
	padding-right: 0px !important;
	max-width: 100%;
}
.advertisement img {
	width: 100%;
	height: auto;
}
.advertisement img.leader {
	display: block;
}
.advertisement img.mpu {
	display: none;
}
@media (max-width: 748px) {
	.advertisement .adv {
		padding-bottom: 20px;
	}
	.advertisement .adv {
		width: 300px;
	}
	.advertisement img.leader {
		display: none;
	}
	.advertisement img.mpu {
		display: block;
	}
}
@media (max-width: 300px) {
	.advertisement .adv {
		width: 100vw;
	}
}


.height-transition {
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
	overflow-y: hidden;
}
.height-transition-hidden {
	max-height: 0;
}

.lmore {
display: none;
	color: rgba(0,0,0,0.5);
	font-size: 80%;
	text-transform: uppercase;
	margin-left: 20px;
	cursor: pointer;
}
.lmore:hover {
	border-bottom: 1px solid red;
}
@media (max-width: 748px) {
	.lmore {
		display: none;
	}
}

.moreclick, .special {
	background: rgb(var(--pane-grey-bg));
}
/*
.moreclick, .special {
	box-shadow: 0 0 0 100vmax rgb(245,245,245);
	clip-path: inset(0 -100vmax);
}
*/

.tgrey ul, 
.tgrey ol {
	padding-left: 16px;
	color: rgb(var(--blue));
}
.tgrey ul {
	list-style-type: square;
}
.tgrey li p {
	color: rgb(var(--black));
}


.pb-1{padding-bottom: calc(10px/0.5);}
.pb-2{padding-bottom: calc(20px/1.5);}
.pb-3{padding-bottom: calc(30px/1.5);}
.pb-4{padding-bottom: calc(50px/1.5);}
.pt-1{padding-top: calc(10px/0.5);}
.pt-2{padding-top: calc(20px/1.5);}
.pt-3{padding-top: calc(30px/1.5);}
.pt-4{padding-top: calc(50px/1.5);}
.mb-1{margin-bottom: calc(10px/0.5);}
.mb-2{margin-bottom: calc(20px/1.5);}
.mb-3{margin-bottom: calc(30px/1.5);}
.mb-4{margin-bottom: calc(50px/1.5);}
.mt-1{margin-top: calc(10px/0.5);}
.mt-2{margin-top: calc(20px/1.5);}
.mt-3{margin-top: calc(30px/1.5);}
.mt-4{margin-top: calc(50px/1.5);}


.btn-sm {
	line-height: 1.5;
	padding-top: 13px;
}

a.img-link:hover {
	border: none !important;
}
