* {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	text-transform: uppercase;
	color:#6753A2;
	font-weight: 800;
	margin:60px 15px 60px 15px;
	font-size:2.8em;
}


h1:before {
	content:'';
	background: url(../img/zigzag.svg) no-repeat left center;
	background-size:184px 21px;
	height:21px;
	width:184px;
	display:block;
}


h2 {
	text-transform: uppercase;
	color:#6753A2;
	font-weight: 800;
	margin:80px 0 60px 0;
	font-size: 2.4em;
	
}


h2:before {
	content:'';
	background: url(../img/zigzag.svg) no-repeat left center;
	background-size:184px 21px;
	height:21px;
	width:184px;
	display:block;
	
}

h3 {
	font-size: 1.6em;
	font-weight: 900;
	color:#6753A2;
}


h4 {
	font-weight: 900;
	font-size:1.2em;
	margin: 1.6em 0 1.3em;
}

p {
	font-size:1.2em;
	line-height: 1.6em;
	margin-bottom:1.6em;
}

a {
	color: #6753A2;
	text-decoration: none;
	border-bottom: 1px solid #6753A2;
	
}

a:hover {
	color: #4A3D7F;
	text-decoration: none;

	
}

li {
	margin-bottom: 0.8em;
}

.purple {
	color:#6753A2;
}


.table .thead-dark th {
    color: #fff;
    background-color: #6753A2;
    border-color: #6753A2;
}



/* Header */



.navigation {
	padding:10px 0;
	background: white;
}

#menu-id {
    transition: all 0.5s linear;
}

#menu-id.activeshadow {
     box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}

.logo {
	display: inline-block;
	background: url(../img/logo.svg) no-repeat;
	width:240px;
	height:74px;
	background-size:240px;
	text-indent: -9999px;
	border:none;

}

.logo:hover {
	border:none;
}



.menu-button {
	font-weight: 900;
	border:2px solid #6753A2;
	color: #6753A2;
	padding: 15px 10px;
	border-radius: 0;
}

.menu-button:hover {
	background: #6753A2;
	color: white;
}



.menu-list {
	padding:20px 0;	
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
}

.menu-list a {
	border:none;
}

.menu-list ul, .menu-list li {
	list-style: none;
	margin: 0;
  	padding: 0;
	
}

/* Homepage */

.mini-menu {
	background: #80D0D9;
	color:white;
	
	padding:10px 0;
	
}

h3 > a {
	border-bottom: none;
}

.quick-links a {
	color: #fff;
	border:none;
	font-weight: 900; 
	background: #79C2C6;
	border-radius: 20px;
	padding:7px 15px;
	line-height: 1.5em;
	margin:10px 15px;
}

.quick-links a:hover {
	background: #77BFBF;
}

.date-box ul{
	margin: 0;
  	padding: 0;
	
}

.date-box li {
	list-style: none;
	display:inline-block;
	margin:5px 5px;
	
}

.date-box li span {
  	display: block;
  	font-size: 2.5em;
  	color:white;
	font-weight: 800;
}

.label-date {
	text-transform: uppercase;
	color: #6753A2;
	font-size:1em;
	font-weight: 800;
	margin-bottom: 0.3em;
	
}

.date-small-box {
	padding:10px;
	background: #80D0D9;
	width:7rem;
	text-align:center;
}

.btn-kathmandu {
	border-radius: 60px;
	background: white;
	color: #6753A2;
	font-weight: 800;
	margin:10px 0;
	padding:10px 20px;
}

.btn-kathmandu a{
	border-bottom: none;
}

.btn-kathmandu:hover {
	background:#6753A2;
	color:white;
}

#wallsio-load-more-button {
	border-radius: 60px !important;
	background: #6753A2  !important;
	color: white !important;
	font-weight: 800 !important;
	padding:10px 20px !important;
	border: none;
	text-align: center !important;
	cursor: pointer;
	align-items: flex-start !important;
    text-align: center !important;
	display: block !important;
    margin: 0 auto !important;
}

	
.wallsio-load-more-button, .wallsio-load-more-button-wallsio-widget-234438215745183 {
	border-radius: 60px !important;
	background: #6753A2  !important;
	color: white !important;
	font-weight: 800 !important;
	padding:10px 20px !important;
	border: none;
	text-align: center !important;
	cursor: pointer;
	align-items: flex-start !important;
    text-align: center !important;
	display: block !important;
    margin: 0 auto !important;
}
	
#wallsio-load-more-button:hover {
	opacity:0.8;
}
	
.wallsio-load-more-button:hover , .wallsio-load-more-button-wallsio-widget-234438215745183:hover  {
	opacity:0.8;
}	
	


.btn-kathmandu-purple {
	border-radius: 60px;
	background: #6753A2;
	color: white;
	font-weight: 800;
	margin:10px 0;
	padding:10px 20px;	
	
}


.btn-kathmandu-purple:hover {
	border-radius: 60px;
	background: #6753A2;
	color: white;
	font-weight: 800;
	margin:10px 0;
	padding:10px 20px;
	opacity:0.8;
	
}

.btn-kathmandu-light {
	border-radius: 60px;
	background: #6FB8BC;
	color: white;
	font-weight: 800;
	margin:10px 0;
	padding:10px 20px;
	
}

.btn-kathmandu-light:hover {
	background:white;
	color:#6FB8BC;
}


.infobox {
	background:#80D0D9;
	color:white;
	padding:30px;
	margin-bottom: 20px;
}

.infobox h3 {
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 1em;
	color:white;
}

.infobox p {
	margin-bottom:1em;
}

.infobox-list p {
	padding:5px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.infobox-list p:hover {
	background: #79C2C6;
}

.infobox-list a{
	color:white;
	text-decoration: none;
	border-bottom: none;
}

.homepage-cta {
	padding:100px 0;
}

.intro {
	color: #6753A2;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	font-size: 2em;
	margin:0;
}

.homepage-h1 {
	font-size:3em;
	text-align: center;
	margin:0 0 1em 0;
}

.alert-box-gmm {
	background-color:#FF5B5B;
	padding:2em 2em 0 2em;
	margin-bottom: 2em;
	font-size:0.8em;
	font-weight: 800;
}

.alert-box-gmm p {
	padding-bottom: 0.5em;
}

.alert-box-gmm a {
	color: #b72339;
	border-bottom: 1px solid #b72339;
}

.homepage-h1:before {
	display: none;
}

.hero-banner {
	margin-top:180px;
}

/* Agenda */

.nav-item {
	font-weight: 800;
	font-size:1.2em;
	text-align: center;
	text-transform: uppercase;
	border:none;
}

.nav-tabs, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border:none;
	
}

.nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: #80D0D9;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border:none;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
}

.nav-link {
	color:#80D0D9;
}

.nav-link:hover {
	color:#80D0D9;
}
.tab-content {
	margin:2em 0;
}

.eventbox {
	background: #E3F3F6;
	padding:25px 15px;
	margin-bottom: 10px;
}

.eventbox:hover {
	background: #CAEAEF;
}

.infobox-light {
	background: #E3F3F6;
	padding:2em;
}

.infobox-light p {
	margin-bottom: 0;
}

.date {
	font-size:1.2em;
	color:#6753A2;
	font-weight: 800;
	text-align: center;
	
}

.event-name {
	font-size:1.6em;
	color: #80D0D9;
	font-weight: 800;
}

.details {
	color: #6753A2;
	
}

.details span {
	margin:5px 25px 5px 0;
}

.register {
	margin-top:4em;
}

/* Modal */
.modal-content {
	background-color: #80D0D9;
	color:white;
	border-radius:0;
	border:none;
	font-size: 0.8em;
	padding:1em;
}

.modal-content .table td, .modal-content .table th {

    vertical-align: middle;
    border-top: 1px solid #fff;
}

.member {
	color:#6753A2;
	font-weight: 900;
}

.non-member {
	font-weight: 900;
	color: #1F7B7F;
}


.modal-content h3 {
	color:white;
}

.modal-title {
	text-transform: uppercase;
	color:white;
	margin:0;
	font-weight: 900;
	border:none;
}

.modal-content caption {
	color:white;
}

.modal-footer, .modal-header  {
	border:none;
}

.modal-footer {
	justify-content: flex-start;
	padding:0 1rem;
}


/* price */

.pricetable {
	border: 2px solid #80D0D9;
	text-align: center;
	border-bottom: none;
	margin:1em 0;
}

.pricetable header {
	background: #80D0D9;
	color:white;
	padding:2em 0;
}

.small-print {
	font-size: 0.8em;
}

.small-print p{
	margin-bottom: 1.5em;
	color: #9B9B9B;
}

.pricetable h5{
	text-transform: uppercase;
	font-weight: 900;
}

.pricetable p {
	font-size:1em;
	margin-bottom: 0;
}

.tier {
	padding:1em;
	border-bottom: 2px solid #80D0D9;
}

.price-number {
	font-size:2em;
	color: #6753A2;
	font-weight: 900;
	margin:0.6em 0;
	display: block;
}

.subtitle {
	display: block;
	text-transform: uppercase;
	color:#80D0D9;
	font-weight: 900;
	
}
/* faq */

.card {
	border:none;
	white-space:normal;
}

.card-header {
	border-bottom:10px solid white;
	background-color:#E3F3F6;
	white-space:normal;
}


.btn-link-blue {
    font-weight: 900;
    color: #80D0D9;
	background-color:transparent;
	font-size:1em;
	white-space:normal;
	text-align: left;
    
}

.card-body {
    padding: 2.25rem;
}


/* Speaker Catalogue */


.speaker-catalogue {
	padding:40px 0;
}

.profile {
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}

.profile img {
	width:100%;

}

.profile .profile-info {
	position: absolute;
	transition: bottom 0.5s ease;
	bottom: -100%;
  	color: #fff;
  	height: 100%;
  	left: 0%;
}

.profile:hover .profile-info {
	bottom:0;
}


.profile-info {
    padding: 20px;
	background: #6753A2;

}


.profile p:before {
	content:'';
	background: url(../img/zigzag.svg) no-repeat left center;
	background-size:80px 9px;
	height:9px;
	width:80px;
	display:block;
	padding-bottom:30px;
}

.profile h3 {
	font-size:1.2em;
	text-transform: uppercase;
	margin: 20px 0;
	
}

.profile h4 {
	font-size:1em;
	margin:5px 0;
	color:#80D0D9;
	font-weight: 800;
}

.profile p {
	font-size:1em;
	font-weight: 400;
	margin-bottom:15px;
}

.tag {
	font-size: 0.7em;
	text-transform: uppercase;
	background:#80D0D9;
	border-radius: 20px;
	padding: 8px 12px;
	font-weight: 800;
	color:white;
}

.profile .profile-organization {
	font-weight: 400;
}

/* Slideshow Innovations */

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #E3F3F6;
}

.slideshow-container p {
	margin-bottom: 1em;
}

.exhibition-name {
	font-size: 1.6em;
	color:#80D0D9;
	font-weight: 900;
}

.exhibition-org {
	color:#6753A2;
	font-weight: 900;
}

.slideshow-container a {
	border-bottom: none;
	color:white !important;
}

/* Slides */
.mySlides {
  display: none;
  padding: 40px 80px 20px;
  text-align: left;
}

/* Next & previous buttons */
.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  margin-top: -30px;
	  padding: 15px 10px;
	  color: #fff;
	  font-weight: bold;
	  font-size: 20px;
 	  user-select: none;
	  background: #80D0D9;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 0px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #AFE1E7;
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.activeslide, .dotslide:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}


/* Footer */
.footer-links {
	
	text-transform: uppercase;
	font-weight: 900;
	
	
}

.footer-links p {
	margin-bottom:0.3em;
	
}

.page-footer {
	margin-top:60px;
	padding:30px 0;
	background: #E3F3F6;
}


.footer-links a {
	border:none;
	
	
}

.footer-logos {
	padding:20px 0;
}

.rhsc-logo {
	display: inline-block;
	background: url(../img/logo-rhsc.svg) no-repeat;
	width:200px;
	height:48px;
	background-size:200px;
	text-indent: -9999px;
	border:none;
	left:0;
}

.rhsc-logo:hover {
	border:none;
}

@media only screen and (max-width:1140px) {
	.date {
		text-align:left;
	}
}

@media only screen and (max-width:1024px) {

	.logo {
		width:200px;
		height:61px;
		background-size:200px;
	}
	
}

@media only screen and (max-width:540px) {
	body {
		font-size:0.85em;
	}
	
	.homepage-cta {
	padding:40px 0;
}
	
	.homepage-h1 {
		font-size:2em;
	}

	.date-box li span {
		display: block;
		font-size: 1.5em;
		color:white;
		font-weight: 900;
	}

	.label-date {
		text-transform: uppercase;
		color: #6753A2;
		font-size:0.8em;
		font-weight: 900;
		margin-bottom: 0.3em;

	}

	.date-small-box {
		padding:10px;
		background: #80D0D9;
		width: 7rem;
		text-align:center;
		margin: 5px;
	}


	
	.mini-menu {
		display: none;
	}
	
	.logo {
	display: inline-block;
	background: url(../img/logo-small.svg) no-repeat;
	width:180px;
	height:44px;
	background-size:180px;
	text-indent: -9999px;
	border:none;}
	
	.hero-banner {
	margin-top:100px;
}


}