@import url("https://use.typekit.net/dzm2ajm.css");
/* For the 'Tachyon' font used on the site to match the current logo */

@charset "UTF-8";
/* CSS Document Last updated February 13, 2024  ZA */

/*HTML TAG REDFINES*/
 html {
  scroll-behavior: smooth;
}

.small,small {
  font-size: 10pt;
}


h1 {
	color: #497274;
  font-size: 1.625rem;
  font-family: "tachyon", sans-serif;
  text-transform:uppercase;
  font-weight: 400;
  margin-bottom: .625rem;
}
h2 {
	color: #497274 !important;
  font-size: 1.58rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: .625rem;
}
h3 {
	color: #497274 !important;
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: .625rem;
}
h4 {
	color: #3e424a !important;
  font-size: 1.125rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: .625rem;
}
h5 {
	color: #3e424a !important;
  font-size: 0.9em ;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: .625rem;
}
h6 {
	color: #3e424a !important;
  font-size: 0.8em !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: .625rem;
}



hr {
  display: block;
  clear: both;
  border: none;
  height: 1px;
  background: #f5f5f5;
  margin: 0;
  padding: 0;
}
/*COMMON ARTICLE CSS*/
.clr {
  clear: both;
}
.blue_bold {
  color: #497274;
  font-weight: 600;
}
.red_bold {
  color: #662b1b;
  font-weight: 600;
}

/*CSS Button*/
a.button {
  background-color: #a6432b;
  border-radius: 10px;
  text-indent: 0;
  display: block;
  color: #fff!important;
  font-size: 16pt;
  font-family: "tachyon", sans-serif;
  font-weight: 300!important;
  font-style: normal;
  line-height: 45px;
  letter-spacing: 2px;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 5px;
  padding: 5px 20px;
}
 a.button:hover {
  background-color: #EC633F;
  text-decoration: none;
 }
 a.button:active {
  position: relative;
  top:0.1em;
}

a.subbutton {
  background-color: #fff;
  border-radius: 10px;
  border:2px solid #497274;
  border-bottom:2px solid #497274!important;
  text-indent: 0;
  display: block;
  color: #497274!important;
  font-size: 16pt;
  font-family: "tachyon", sans-serif;
  font-weight: 300!important;
  font-style: normal;
  line-height: 45px;
  letter-spacing: 2px;
  width: auto;
  max-width: 350px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 5px;
  padding: 5px 20px;
}
 a.subbutton:hover {
  background-color: #bce3e5;
  text-decoration: none;
 }
 a.subbutton:active {
  position: relative;
  top:0.1em;
}





/* Image Wrap Styles */
img.img_left {
  float: left;
  margin-right: 2%;
}
img.img_right {
  float: right;
  margin-left: 2%;
}
img.img_center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (max-width: 600px) {
	img.img_left {
  float: none;
  display: block;
}
img.img_right {
 float: none;
  display: block;
}
	
}



/* LISTS DIVIDED INTO 4 PERFECTLY EVEN COLUMNS  */
#cols4 {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
}
@media only screen and (max-width: 767px) {
  #cols4 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  #cols4 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media only screen and (max-width: 479px) {
  #cols4 {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}


/*  COLUMN SETUP  */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  width: 96%;
  float: left;
  margin: 0.5rem 2%;
}
@media only screen and (min-width: 45em) {
  /* 720px */
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 12.66%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 96%;
  }
}


	
/*RESPONSIVE MAP */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}




#sponsors img{
	max-height:100px;
  max-width:150px;
  margin:10px;
}


.agenda h6 {display:inline-block; width:20%; min-width:100px;}
.agenda p {display:inline-block; width:79%; min-width:200px;}

@media only screen and (max-width: 600px) {
	
.agenda h6 {display:block;width:100%}
.agenda p {display:block;width:100%}
}
	
/* BOXES FOR SPEAKER PAGE */
 .speaker-container {
      display: flex;
      flex-wrap: wrap;
      margin-bottom:15px;
    }

 .speaker-container h3 {
    clear:both;
    }

.speakers {
  flex: 0 0 190px; 
  display: flex;
  align-items: stretch;
  display:inline-block;
  border: 1px #e1e1e1 solid;
  margin: 0px;
  vertical-align: top;
  position: relative;
  padding-bottom:40px;
}


@media only screen and (max-width: 400px) {
	.speakers {
  flex: 0 0 165px; 
	}
}

.speakers h4 {
  margin: 15px 5px 10px 5px;
  font-size: 12pt;
}
.speakers p {
  margin: 2px 5px;
  font-size: 9.5pt;
}

.speakers img {
    max-width: 100%;
    height: auto;
}

.speakers:hover {background:#E3E8E8;cursor: pointer;}

.speakers:hover img {opacity: 0.8;}


  .speakers::after {
    content: "READ BIO";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color:#231F20;
    background-color: #e1e1e1;
    padding: 3px 0px;
  }


.speakerblock {
  display:block;
  width:100%;
  max-width:300px;
  height: 75px;
  border-right:4px solid #E1BFB6;
  cursor: pointer;
}


.speakerblock img{
  max-width:75px;
  float:left;
  margin-right:1%;
}
.speakerblock p::first-line {
  font-weight: bold;
}

.speakerblock:hover {
  background-color: #f0f0f0;
}
  #speakerhead {display:none;}
/*new pop-ups */

/* This is the page wide gray background. */
.modalBackground{
	display: none;
	z-index: 99999; 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top: 0; 
	left: 0;
	background-color: rgba(48,48,48, 0.8);
	overflow: scroll;
	text-align: center;
}



/* This contains all the modal content. */
.modalContent{
    font-family:'Open Sans', sans-serif;
	margin: 0px auto 40px auto;
	padding: 2%;
	max-width: 1170px;
	text-align: left;
	z-index: 9999;
	background-color: #ffffff;
	overflow: hidden;
	animation: modalZoomIn .25s;
}
@media only screen and (max-width: 700px){
    .modalContent{
        max-width: 90%;
    }
}

.modalContent h3 {
font-family:'Roboto', sans-serif;
}

.modalContent h5 {
font-family:'Roboto', sans-serif;
margin-top:25px;
font-weight:300;
}

/* This is the close icon. */
.modalClose{
  
	margin: 8px auto;
	padding: 5px 2px;
	width: 30px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.0;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	z-index:99999;
}

.modalClose:hover{
	background-color: #ffffff;
	color: #000000;
}



/* To open the modal with a zoom-in effect, add "animation: modalZoomIn .25s;" to the "modalContent" class. */
@keyframes modalZoomIn{
	from{
		transform: scale(0.75);
	}
	to{
		transform: scale(1.0);
	}
}



/* To open the modal with a fade-in effect, add "animation: modalFadeIn .25s;" to the "modalContent" class. */
@keyframes modalFadeIn{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}






@media screen and (max-width: 700px){

	.desktop-only{
     display: none;

    }

}


.mobile-only{

	display: none;

}

@media screen and (max-width: 700px){

	.mobile-only{

		display: block;

    }

}

/* CSS for event pages */

 .event-head  h1 {
  font-size: min(2vw,19pt);
  line-height: 1.2;
  color: #41454D;
}

 .event-head h1::first-line {
  color: #497274;
}

 .event-head button {margin:10px 0;}

 @media only screen and (min-width: 767px) {
 .event-head .col-6:first-child {text-align:right;}
 }

 @media only screen and (max-width: 480px) {
    .event-head .col-6:first-child {text-align:center;}
    
  .event-head  h1 {
  font-size:14pt;}
 }


.speakerblock {height:130px; border-right:none!important;margin:0 auto;margin-top:20px}

.speakerblock img{
  max-width:130px;
}




#addon hr {
  display: block;
  margin: 50px 0 -15px;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: rgba(236, 99, 63,0.35);
  
  + h2 {
    display: inline-block;
    position: relative;
    left: 50%;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid rgb(236, 99, 63,0.35);
    transform: translateX(-50%);
    color: #3E424A;
    font-size: 16pt;
    font-weight: 400;
    letter-spacing: .32em;
    text-align: center;
    text-transform: uppercase;
    background-color:#fff;
    
    // Cancel out offset created by letterspacing
    &::first-letter {
      margin-left:.32em;
    }
  }
}

/* Alternative transform: translate */
.addon hr + h2 {
  border-width: 1px 0;
  
  &::before,
  &::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #EC633F;
    content: '';
  }

  &::before {
    left: 0;
  }

  &::after {
    right: 0;
  }
}

#addon h3 {font-size:16pt;margin-bottom:20px;}

#addon h4 {text-align:center; margin:1%}

#addon h5 {font-size:16pt;}

.price {text-align:center}
.price > .col-6 p:first-child {
  font-size: 1.625rem;
  font-family: "tachyon", sans-serif;
  color: #497274;
}