/* Minification failed. Returning unminified contents.
(74,1): run-time error CSS1019: Unexpected token, found '@import'
(74,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Raleway&display=swap")'
(75,1): run-time error CSS1019: Unexpected token, found '@import'
(75,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap")'
(166,20): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(166,83): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(166,155): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(219,21): run-time error CSS1038: Expected hex color, found '#transparent'
(447,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(448,8): run-time error CSS1035: Expected colon, found '{'
(455,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(456,8): run-time error CSS1035: Expected colon, found '{'
(486,1): run-time error CSS1019: Unexpected token, found '}'
(1429,1591): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1429,1618): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1429,1739): run-time error CSS1019: Unexpected token, found '@keyframes'
(1429,1758): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1726,1): run-time error CSS1019: Unexpected token, found '@import'
(1726,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Raleway&display=swap")'
(1727,1): run-time error CSS1019: Unexpected token, found '@import'
(1727,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap")'
(1884,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1885,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3619,39): run-time error CSS1034: Expected closing parenthesis, found ','
(3619,39): run-time error CSS1042: Expected function, found ','
(3619,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(4597,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(4597,82): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(4597,154): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
 */
.buttoncenter{

    margin-left: 40%;
    margin-bottom: 4%;
}

@media screen and (max-width:768px) {
    .buttoncenter{

        margin-left: unset;
    }


}



#multicolumns       
{
    font-size: 1.5em; /* 12/16 */
    width: 40.875%; /* 650/960 */
    max-width: 960px;
    text-align: left;
    margin: 0px auto; /*auto centers the container */
    padding: 3.84615384615385%; /* 25/650 */
}
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */   
.columns
{   
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 21.5em;
	margin: 0 0 10px 25px;
	line-height: 1.7;
	
}
/*remove standard list and bullet formatting from ul*/
.columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child
{
    margin-top:0px;
}
/*-------------------------------------------*\
** Imports
    - Colors
    - Typography
    - Mixins
    - Buttons
    - Navigation
    - Header
    - Footer
    - Forms    
    - Carousel    
** SASS Variables
** Global
\*-------------------------------------------*/
/**
* colors.scss
* partial to store color variables and color maps
*/
/**
 * typography.scss
 *
 * partial to store typography including imports of fonts as well as
 * setting up variables for font faces
 */
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
h6 {
  font-size: 0.5rem;
  margin: 1rem 0;
  text-transform: capitalize;
  color: #0e5196;
  font-weight: 900;
}

h5 {
  font-size: 1rem;
  margin: 1rem 0;
  text-transform: capitalize;
  color: #0e5196;
  font-weight: 900;
}

h4 {
  font-size: 1.5rem;
  margin: 1rem 0;
  text-transform: capitalize;
  color: #0e5196;
  font-weight: 900;
}

h3 {
  font-size: 2rem;
  margin: 1rem 0;
  color: rgb(13,68,75);
  font-weight: 900;
}

h2 {
  font-size: 2.5rem;
  margin: 1rem 0;
  text-transform: capitalize;
  color: rgb(13,68,75);
  font-weight: 900;
  
}

h1 {
  font-size: 3rem;
  margin: 1rem 0;
  text-transform: capitalize;
  color: #0e5196;
  font-weight: 900;
}

.bold {
  font-weight: 900;
}
.table td {
  border-top: unset;
}
.table td, .table th {
  padding: unset;
}



/**
* mixins.scss
* partial to store mixins for commonly used styles such as transitions,
* opacity, borders, etc.
*/
/**
* buttons.scss
* partial to define all buttons states
*/

.title {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.7;
}

.btn {
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0;
  border-width: 0.1rem;
  border-radius: 2rem;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
}

.btn:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn--solid.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: choose-contrast-color(#fff);
}

.btn--solid.btn--white:hover {
  background: none;
  color: #fff;
}

.btn--solid.btn--black {
  background-color: #000;
  border-color: #000;
  color: choose-contrast-color(#000);
}

.btn--solid.btn--black:hover {
  background: none;
  color: #000;
}

.btn--solid.btn--gray {
  background-color: #666;
  border-color: #666;
  color: choose-contrast-color(#666);
}

.btn--solid.btn--gray:hover {
  background: none;
  color: #666;
}

.btn--solid.btn--gray-light {
  background-color: #efefef;
  border-color: #efefef;
  color: choose-contrast-color(#efefef);
}

.btn--solid.btn--gray-light:hover {
  background: none;
  color: #efefef;
}

.btn--solid.btn--blue {
  background-color: #transparent;
  
  border-color: #fff;
  color: choose-contrast-color(#0e5196);
}

.btn--solid.btn--blue:hover {
  background: none;
  color: #00AEC4;
}

.btn--solid.btn--blue-light {
  background-color: #7da7d9;
  border-color: #7da7d9;
  color: choose-contrast-color(#7da7d9);
}

.btn--solid.btn--blue-light:hover {
  background: none;
  color: #7da7d9;
}

.btn--solid.btn--purple {
  /*background-color: #8560a8;*/
  
  border-color: #8560a8;
  color: choose-contrast-color(#8560a8);
}

.btn--solid.btn--purple:hover {
  background: none;
  color: #fff;
  background-color: #8560a8;
}

.btn--solid.btn--fuschia {
  background-color: #8f008f;
  border-color: #8f008f;
  color: choose-contrast-color(#8f008f);
}

.btn--solid.btn--fuschia:hover {
  background: none;
  color: #8f008f;
}

.btn--solid.btn--pink {
  background-color: #ff00ff;
  border-color: #ff00ff;
  color: choose-contrast-color(#ff00ff);
}

.btn--solid.btn--pink:hover {
  
  background: none;
  color: #ff00ff;
}

.btn--outline.btn--white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn--outline.btn--white:hover {
  background: #fff;
  color: #fff;
}



.btn--outline.btn--black {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.btn--outline.btn--black:hover {
  background: #000;
  color: #fff;
}

.btn--outline.btn--gray {
  background-color: transparent;
  border-color: #666;
  color: #666;
}

.btn--outline.btn--gray:hover {
  background: #666;
  color: #fff;
}

.btn--outline.btn--gray-light {
  background-color: transparent;
  border-color: #efefef;
  color: #efefef;
}

.btn--outline.btn--gray-light:hover {
  background: #efefef;
  color: #fff;
}

.btn--outline.btn--blue {
  
  background-color: transparent; 
  border-color: #fff;
  /*color: #0e5196; took out mjd 
  background-color: rgb(62, 126, 138, 0.3);*/
}

.btn--outline.btn--blue:hover {
  background: #00AEC4;
  color: #fff;
border-color:#00AEC4;
}

.btn--outline.btn--blue-light {
  
  background-color: transparent;
  border-color: #7da7d9;
  /*color: #7da7d9; took out mjd 
  background-color: rgb(62, 126, 138, 0.3);*/
  
}

.btn--outline.btn--blue-light:hover {
  background: #7da7d9;
  color: #fff;
}

.btn--outline.btn--purple {
  
  background-color: transparent;
  border-color: #8560a8;
  /* mjd color: #8560a8;
  background-color: rgb(62, 126, 138, 0.3);*/
  
}

.btn--outline.btn--purple:hover {
  background: #8560a8;
  color: #fff;
}

.btn--outline.btn--fuschia {
  
  background-color: transparent;
  border-color: #8f008f;
  /* took out mjd color: #8f008f;
  background-color: rgb(62, 126, 138, 0.3); */
  
}

.btn--outline.btn--fuschia:hover {
  background: #8f008f;
  color: #fff;
}

.btn--outline.btn--pink {
   background-color: transparent; 
  
   
  
  border-color: #ff00ff;
  /*color: #ff00ff; took out mjd*/
   /*background-color: rgb(62, 126, 138, 0.3);*/
}
.btn--outline.btn--maroon {
  
 border-color: #9f2021;
 
}

.btn--outline.btn--maroon:hover {

  background: #9f2021;
  color: #fff;
}


.btn--outlinee.btn--pink.a 
{
  color: #0e5196;
}  

.btn--outline.btn--pink:hover {

  background: #ff00ff;
  color: #fff;
}

.btn--outline.btn--red {
  background-color: transparent;
  border-color: #B11116;
  
}

.btn--outline.btn--red:hover {

  background: #B11116;
  color: #fff;
}

.btn--outline.btn--greentaf {
  background-color: transparent;
  border-color: #0e7570;
  
}

.btn--outline.btn--greentaf:hover {
  background: #0e7570 ;
  border-color: #0e7570 ;
  color:white;
}
/*-------------------------------------------*\
** Overrides
\*-------------------------------------------*/
.btn--outline.btn--white:hover {
  background: #0e7570 ;
  border-color: #0e7570 ;
}

/**
 * navigation.scss
 *
 */
@-webkit-keyframes scroll {
  from {
    top: -110px;
  }
  to {
    top: 0;
  }
}
@keyframes scroll {
  from {
    top: -110px;
  }
  to {
    top: 0;
  }
}

.header {
  position: relative;
  z-index: 999;
  height: 110px;
}

.header a {
 
  color: #035651;
 
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*font-size: large;*/
  font-family: "Raleway", sans-serif;
} 

.header a:hover {
  
  color: #0e7570;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
}

.header .duplicate {
  display: block;
}

.header .header-inner {
  height: 110px;
  background: #fff;
  width: 100%;
}

.header .header-inner.scrolled {
  position: fixed;
  -webkit-animation: scroll 1s forwards;
          animation: scroll 1s forwards;
}

.header .header-inner.scrolled .logo {
  display: block;
}

.header .header-inner.scrolled .navigation-main {
  display: none;
}

.header .header-inner.scrolled .duplicate {
  display: block;
}

.header .container {
  /* change back if any weird things happen, changed 8/19/2020  mjd
  max-width: 1600px;
  */
  position: relative;
}

.subpage .header .header-inner.scrolled {
  -webkit-animation: none;
          animation: none;
  top: 0;
}

.header-cta {
  width: 100%;
  background: rgb(13,68,75);
  color: #fff;
  display: inline-block;
  padding: 0.5rem 0;
  font-weight: 900;
  font-size: 0.9rem;
}

.header-cta a {
  color: #fff;
}

.header-cta__description {
  width: 50%;
  float: left;
  font-family: "Raleway", sans-serif;
}

.header-cta__link {
  width: 50%;
  float: left;
  text-align: right;
  font-family: "Raleway", sans-serif;
}

.header-navigation {
  width: 100%;
}

.header-navigation .logo {
  max-width: 300px;
  display: inline-block;
}

.header-navigation .logo img {
  width: 86%;
  height: auto;
  
}

.navigation-main {
  float: right;
  margin: 15px 60px 0 0;
  display: none;
}

.navigation-main ul {
  list-style: none;
  font-size: initial;
}

.navigation-main ul li {
  display: inline-block;
  font-weight: 900;
  margin: 0 0 0 1rem;
}

.navigation-dd__menu {
  display: none;
  position: absolute;
  
  
  right: 0;
  padding: 0 1rem;
  background: #fff;
}

.navigation-dd__menu ul {
  list-style: none;
      font-size: initial;
}

.navigation-dd__menu ul li {
  margin: .5rem 0 0 0;
  padding: .5rem 0 0 0;

  border-top: solid 1px #f1f1f1;
}

.navigation-dd__menu.opened {
  display: block;
}

.navigation-dd__btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 99999;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.navigation-dd__btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 34px;
  background: #333;
  border-radius: 1px;
  opacity: 1;
  left: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navigation-dd__btn span:nth-child(1) {
  top: 12px;
}

.navigation-dd__btn span:nth-child(2),
.navigation-dd__btn span:nth-child(3) {
  top: 23px;
}

.navigation-dd__btn span:nth-child(4) {
  top: 34px;
}

.navigation-dd__btn.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.navigation-dd__btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation-dd__btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navigation-dd__btn.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

@media (min-width: 1000px) {
  .header .navigation-main {
    display: block;
  }
  .header .duplicate {
    display: none;
  }
  .header .scrolled .logo {
    margin: 0 auto;
  }
  .section {
    padding: 4rem;
}
}

/**
 * header.scss
 *
 */
/**
 * footer.scss
 *
 */
/**
* forms.scss
* partial to define all form styles
*/
.form--signup input {
  padding: 0.5rem 1rem;
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 2rem;
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  display: block;
  width: 100%;
}

.form--signup input::-webkit-input-placeholder {
  color: #fff;
}

.form--signup input:-ms-input-placeholder {
  color: #fff;
}

.form--signup input::-ms-input-placeholder {
  color: #fff;
}

.form--signup input::placeholder {
  color: #fff;
}

.form--signup input[type=submit] {
  width: 100%;
  background: #fff;
  color: #0e5196;
}

/**
 * carousel.scss
 *
 * partial to store carousel styles
 */
.carousel {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 130px;
  width: 100%;
  white-space: nowrap;
  position: relative;
}

.carousel__list {
  position: absolute;
  list-style: none;
}

.carousel__item {
  height: 130px;
  max-width: 200px;
  display: inline-block;
  margin: 0;
}

.carousel__outer {
  height: 130px;
  display: table;
  margin: 0;
}

.carousel__inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 2rem;
}

.carousel img {
  display: block;
  max-height: 130px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

/*-------------------------------------------*\
** SASS Variables
\*-------------------------------------------*/
/*-------------------------------------------*\
** Global
\*-------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  height: 100%;
  font-family: "Raleway", sans-serif;
  background: #fff;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*-------------------------------------------*\
** Hero
\*-------------------------------------------*/
.hero {
  position: relative;
  /*background-color: black;*/
  
  background: url(https://dzceab466r34n.cloudfront.net/images_nl/sw/TAF23_Web-Image_2000x1333.svg) no-repeat !important;
  height: 880px;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  background-size: cover !important;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  /*background-color: blue;*/
  /*background-color: grey;*/
  opacity: 0.3;
  z-index: 1;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero__content {
  max-width: 1920px;
  position: inherit;
  z-index: 9;
  height: 100%;
}

.hero__date-loc {
  color: #fff;
  text-transform: uppercase;
  margin: 1rem 0 0 1rem;
}

.hero__date-loc div {
  clear: both;
}

.hero__logo {
  max-width: 430px;
  width: 100%;
  margin: 2rem auto 0rem auto;
}

.hero__logo img {
  width: 100%;
  height: auto;
}

.hero__tagline {
  color: #fff;
  text-shadow: 0 1px 10px #000;
  font-weight: 900;
  font-size: 2.5rem;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 2rem auto;
  line-height: 1.3;
}
.subtagline {
  font-size:1.8;
}
.hero__ctas {
    max-width: unset;
    /*margin: 78px 130px 66% 27%;
    margin: 50px 127px 53% 16%;*/
 
  max-width: 800px;
  margin: 0 auto auto 30%;
  
}

.hero__ctas a {
  margin: 1rem auto auto 35%;
  max-width: 80%;
  font-size: 1.4rem;
  padding: 0.5rem 0.5rem;
  color: #fff !important;
  text-shadow: 0 1px 10px #000;
}

/*-------------------------------------------*\
** Sections
    - Global
    - Intro (homepage)
    - Call to Action
    - Carousel
    - Events
    - Stats
\*-------------------------------------------*/
.section {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  color: #666;
  font-size: 1.1rem;
  
  background: #fff;
  text-align: center;
} 

.section--img {
  background: -webkit-gradient(linear, right top, left bottom, from(rgb(25,134,141)), to(rgb(25,134,141))), url("../img/placeholder--abstract.jpg") center center no-repeat;
  background: rgb(25,134,141) url("../img/placeholder--abstract.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
}

.section--img h2 {
  color: #fff;
}

.section--shadow {
  -webkit-box-shadow: 0 2px 10px #000;
          box-shadow: 0 2px 10px #000;
  position: relative;
  z-index: 1;
}

.section .btn {
  width: auto;
  margin: 1rem auto;
  display: inline-block;
  padding: 0.5rem 3rem;
}

.section--intro__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section--intro__icon {
  color: #fff;
  -webkit-box-flex: 46%;
      -ms-flex: 46%;
          flex: 46%;
  margin: 4% 2%;
  background: rgb(13,68,75) ;
  border-radius: 10px;
  text-align: center;
  padding: 2rem 1rem;
  
  -webkit-box-shadow: 0 2px 5px #000;
          box-shadow: 0 2px 5px #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section--intro__icon i {
  display: block;
  font-size: 8rem;
  margin: 0 0 1rem 0;
}

.section--intro__icon:hover {
  /*color: rgba(255, 255, 255, 0.5);*/
  color:#fff;
  background: #00AEC4;
 
  -webkit-box-shadow: 16px 16px 5px #333;
          
          box-shadow: 16px 16px 5px #333; 
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}


.section--sponsor__icon {
  color: #fff;
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  margin: 4% 2%;
  background: rgb( 13,68,75);
  
  border-radius: 10px;
  text-align: center;
  padding: 2rem 1rem;
  
  -webkit-box-shadow: 0 2px 5px #000;
          box-shadow: 0 2px 5px #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section--sponsor__icon i {
  display: block;
  font-size: 8rem;
  margin: 0 0 1rem 0;
}

.section--sponsor__icon:hover {
  color: #00AEC4;
}


.section--speakers {
  padding: 4rem 2rem;
  text-align: center;
}

.section .speaker__list {
  text-align: center;
}

.section .speaker__item {
  display: inline-block;
  text-align: center;
  height: 220px;
  width: 220px;
  margin: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.section .speaker__link {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section .speaker__link:hover {
  color: #ff00ff;
}

.section .speaker__info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 0.5rem;
  width: 100%;
  text-align: left;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.section .speaker__name, .section .speaker__company {
  font-size: 0.8rem;
  font-weight: 900;
  display: block;
}

.section .speaker__company {
  font-style: italic;
}

.section .speaker__image {
    border-radius: 10px;
    width: 100%;
    height: auto;
    position: relative;
    /*
   These 2 below add greyscale to the speaker pics
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); 
  */
    transition: transform .2s;
    -webkit-box-shadow: 0 2px 5px #000;
    box-shadow: 0 2px 5px #000;
}

.section .speaker__image:hover {
    border-radius: 20px;
    width: 100%;
    height: auto;
    position: relative;
    transform: scale(1.1);
    box-shadow: 0px 0px 62px #fff;
}
.section--cta {
  padding: 4rem 2rem;
  text-align: center;
}

.section--cta .btn {
  font-size: 1.7rem;
}



.section--cta-speaker {
     background: -webkit-gradient(linear, right top, left bottom, from(rgba( 25,134,141, 0.3)), to(rgba( 25,134,141, 0.8))), url("https://dzceab466r34n.cloudfront.net/Conference/KMWorld/BecomeASpeaker.png") left 47% no-repeat;
    background: linear-gradient(to bottom left, rgba( 25,134,141, 0.3), rgba( 25,134,141, 0.8)), url("https://dzceab466r34n.cloudfront.net/Conference/KMWorld/BecomeASpeaker.png") left 47% no-repeat; 
	background-size: cover;
}
.section--cta-sponsor {
    background: -webkit-gradient(linear, right top, left bottom, from(rgba(25,134,141, 0.3)), to(rgba( 25,134,141, 0.8))), url("https://dzceab466r34n.cloudfront.net/Conference/KMWorld/BecomeASponsor.png") center 15% no-repeat;
    background: linear-gradient(to bottom left, rgba(25,134,141, 0.3), rgba(25,134,141, 0.8)), url("https://dzceab466r34n.cloudfront.net/Conference/KMWorld/BecomeASponsor.png") center 15% no-repeat;
	background-size: cover;
}

.section--cta-tracks {
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(25,134,141, 0.3)), to(rgba( 25,134,141, 0.8))), url("https://dzceab466r34n.cloudfront.net/images_nl/sw/TAF23_Web-Image_2000x1333.svg") no-repeat fixed top center;
  background: linear-gradient(to bottom left, rgba( 25,134,141, 0.3), rgba(25,134,141, 0.8)), url("https://dzceab466r34n.cloudfront.net/images_nl/sw/TAF23_Web-Image_2000x1333.svg") no-repeat fixed top center;
  background-size: cover;
}


.section--carousel {
  text-align: center;
  padding: 4rem 2rem;
  color: #035651 ;
  background: #fff;
}

.section--events__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section--events__event {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  text-align: center;
  height: 300px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  padding: 2rem;
  line-height: 1;
}

.section--events__event span {
  position: relative;
  z-index: 9;
}

.section--events__event img {
  position: relative;
}

.section--events__event:hover {
  color: #fff;
}

.section--stats .stats {
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  list-style: none;
}

.section--stats .stats__item {
  display: inline-block;
  padding: 2rem;
  text-align: center;
}

.section--stats .stats span {
  font-size: 4rem;
}

.section--testimonials {
  text-align: center;
}

.section--testimonials .testimonials {
  list-style: none;
  position: relative;
  margin: -3rem auto 0 auto;
  max-width: 1200px;
  display: block;
}

.section--testimonials .testimonials__item {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px #ccc;
          box-shadow: 0 1px 3px #ccc;
  color: #666;
  border-radius: 5px;
  position: relative;
  padding: 2rem;
  font-size: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 1% 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.section--testimonials .testimonials__image {
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 170px;
  width: 100%;
  margin: 0 0 1rem 0;
}

.section--testimonials .testimonials__quote {
  display: block;
  font-style: italic;
}

.section--testimonials .testimonials__name, .section--testimonials .testimonials__company {
  display: inline-block;
  font-size: 1.2rem;
}

/*-------------------------------------------*\
** Video (responsive)
\*-------------------------------------------*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  margin: 15px 0 7px 0;
}

.video__outer {
  position: relative;
  display: block;
  max-width: 100%;
}

.video__inner {
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*-------------------------------------------*\
** Other Screens
\*-------------------------------------------*/
@media (max-width: 1201px) {
.navigation-main {
    float: right;
    margin: -45px 60px 0 0;
}
}


@media (max-width: 768px) {
  .hero {
    height: unset;
  }
  .hero__tagline {
    font-size: 1.9rem;
  }
  .hero__ctas a {
    max-width: 100%;
  }
  .section {
    padding: 4rem;
  }
  .section--intro, .section--events {
    text-align: left;
  }
  .section--testimonials .testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -7rem auto 0 auto;
  }
  .section--testimonials .testimonials__item {
    -webkit-box-flex: 48%;
        -ms-flex: 48%;
            flex: 48%;
    margin: 1%;
  }


}

@media (min-width: 992px) {

  .section--hotel, .section--testimonials, .section--form {
    text-align: left;
  }
}

@media (max-width: 768px){
  .hero__tagline {
  margin: 2rem auto;
  }
.hero__logo{
  width: 63%;
  margin: 1rem auto 0rem auto;
}

}


@media screen and (max-width:415px) {
.hero__logo {
  max-width: 600px;
  width: 60%;
  margin: 0rem auto -3rem auto;
}
.subtagline {
  font-size:unset;
}
.section {
   padding: 1.7rem; 
}
.section--cta .btn {
  font-size: 1.2rem;
}
.navigation-dd__btn {
  
  top: -7px;
} 

.hero video{
  display:contents;
}

.hero{
background:  url(https://dzceab466r34n.cloudfront.net/images_nl/sw/TAF23_Web-Image_2000x1333.svg) no-repeat !important;
background-size: cover !important;
height:600px;
}

.hero__ctas {
 
  max-width: 700px;
  margin: 0 auto;
 
}
.navigation-dd__menu ul {
  
      font-size: 0.8rem;
}
.header-navigation .logo {
max-width: 222px;
}  

.hero__tagline {
  
  font-size: 1.5rem;
  
  margin: 4rem auto auto auto;
}

.col-md-4{
  margin-left:unset !important ;
}
}




/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/**************************************** footer ****************************************/

footer {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    color: #666;
    padding: 60px 30px;
    font-size: 1.3em;
}

    footer a {
        color: #999;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        footer a:hover {
            color: #00aec4;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

.footer_block {
    display: inline-block;
    margin: 0 3% 60px 0;
    padding: 0 50px 0 0;
    border-right: solid 1px #eee;
    width: 22%;
    min-height: 140px;
    vertical-align: top;
}

    .footer_block:last-child {
        margin: 0 0 40px 0;
        border-right: none;
    }

footer ul li {
    padding: 10px 0 5px 0;
}

.social ul li {
    float: left;
    margin: 0 20px 0 0;
}

.social2 ul li {
    float: left;
    margin: 0 20px 0 0;
}

.social ul li:last-child {
    margin: 0 0 0 0;
}

.social ul li a {
    font-size: 1.9em;
}

.email_signup {
    margin: 15px 0 0 0;
}

    .email_signup input {
        width: 85%;
        float: left;
        font-size: 1.1em;
        padding: 3px 10px;
        color: #666;
        height: 40px;
        border: solid 1px #ddd;
        font-family: 'Roboto Condensed', serif;
    }

        .email_signup input[type=submit],
        .email_signup input[type=button] {
            display: block;
            background: #eee;
            float: left;
            height: 40px;
            line-height: 35px;
            border-top: solid 1px #ddd;
            border-right: solid 1px #ddd;
            border-bottom: solid 1px #ddd;
            border-left: none;
            color: #222;
            text-align: center;
            padding: 0;
            text-transform: uppercase;
            font-size: 0.8em;
            width: 15%;
            cursor: pointer;
        }

            .email_signup input[type=submit]:hover,
            .email_signup input[type=button]:hover {
                background: #aaa;
                color: #fff;
            }

.logo_econtent {
    display: block;
    width: 200px;
    height: 52px;
    margin: 15px 0 0 0;
    background: url(/images/2021/logo_kmw_mag.svg) no-repeat;
    background-size: 200px 52px;
    text-indent: -9999px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    filter: alpha(opacity=40);
}

    .logo_econtent:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1.0;
        filter: alpha(opacity=100);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }



/**************************************** footer ****************************************/
footer {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    color: #666;
    padding: 60px 30px;
    font-size: 1.0em;
    font-family: 'Roboto', sans-serif;
}

    footer a {
        color: #999;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        footer a:hover {
            color: #0e7570;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

.footer_block {
    float: left;
    margin: 0 2.6% 60px 0;
    padding: 0 30px 0 0;
    border-right: solid 1px #eee;
    width: 23%;
    min-height: 140px;
}

    .footer_block:last-child {
        margin: 0 0 60px 0;
        border-right: none;
    }

footer ul li {
    padding: 10px 0 5px 0;
}

.social ul li {
    float: left;
    margin: 0 20px 0 0;
}

    .social ul li:last-child {
        margin: 0 0 0 0;
    }

    .social ul li a {
        font-size: 1.9em;
    }

.email_signup {
    margin: 15px 0 0 0;
}

    .email_signup input {
        width: 85%;
        float: left;
        font-size: 1.1em;
        padding: 3px 10px;
        color: #666;
        height: 40px;
        border: solid 1px #ddd;
        font-family: 'Roboto', sans-serif;
    }

        .email_signup input[type=submit],
        .email_signup input[type=button] {
            display: block;
            background: #eee;
            float: left;
            height: 40px;
            line-height: 35px;
            border-top: solid 1px #ddd;
            ;
            border-right: solid 1px #ddd;
            border-bottom: solid 1px #ddd;
            border-left: none;
            color: #222;
            text-align: center;
            padding: 0;
            text-transform: uppercase;
            font-size: 0.8em;
            width: 15%;
            cursor: pointer;
        }

            .email_signup input[type=submit]:hover {
                background: #aaa;
                color: #fff;
            }

.sub.logo_dbta,
.sub.logo_bdq {
    display: block;
    margin: 15px 0 0 0;
    width: 200px;
    text-indent: -9999px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    filter: alpha(opacity=40);
}



.sub:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

/*
        ___          ___          ___          ___      ___                   ___          ___     
       /\  \        /\  \        /\  \        /\  \    /\  \        ___      /\__\        /\  \    
      /::\  \      /::\  \      /::\  \      /::\  \   \:\  \      /\  \    /:/  /       /::\  \   
     /:/\:\  \    /:/\:\  \    /:/\:\  \    /:/\:\  \   \:\  \     \:\  \  /:/  /       /:/\:\  \  
    /:/  \:\  \  /::\~\:\  \  /::\~\:\  \  /::\~\:\  \  /::\  \    /::\__\/:/__/  ___  /::\~\:\  \ 
   /:/__/ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\__\__/:/\/__/|:|  | /\__\/:/\:\ \:\__\
   \:\  \  \/__/\/_|::\/:/  /\:\~\:\ \/__/\/__\:\/:/  /:/  \/__/\/:/  /   |:|  |/:/  /\:\~\:\ \/__/
    \:\  \         |:|::/  /  \:\ \:\__\       \::/  /:/  /    \::/__/    |:|__/:/  /  \:\ \:\__\  
     \:\  \        |:|\/__/    \:\ \/__/       /:/  /\/__/      \:\__\     \::::/__/    \:\ \/__/  
      \:\__\       |:|  |       \:\__\        /:/  /             \/__/      ~~~~         \:\__\    
       \___/        \|__|    ___ \/__/    ___ \/__/   ___  ___                            \/__/    
       /\__\       ___      /\__\        /\  \       /\__\/\  \                                    
      /:/  /      /\  \    /::|  |      /::\  \     /:/  /::\  \                                   
     /:/__/       \:\  \  /:|:|  |     /:/\:\  \   /:/  /:/\:\  \                                  
    /::\__\____   /::\__\/:/|:|  |__  /:/  \:\__\ /:/  /::\~\:\  \                                 
   /:/\:::::\__\_/:/\/__/:/ |:| /\__\/:/__/ \:|__/:/__/:/\:\ \:\__\                                
   \/_|:|~~|~ /\/:/  /  \/__|:|/:/  /\:\  \ /:/  |:\  \:\~\:\ \/__/                                
      |:|  |  \::/__/       |:/:/  /  \:\  /:/  / \:\  \:\ \:\__\                                  
      |:|  |   \:\__\       |::/  /    \:\/:/  /   \:\  \:\ \/__/                                  
      |:|  |    \/__/       /:/  /      \::/__/     \:\__\:\__\                                    
       \|__|                \/__/        ~~          \/__/\/__/                                    
*/


/****************************************************************************************************/


/* recommended CSS reset, based on work by Eric Meyer - http://meyerweb.co */


/****************************************************************************************************/

@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}


/****************************************************************************************************/


/* more resets */


/****************************************************************************************************/

* {
    margin: 0;
    padding: 0;
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

ul {
    list-style: none;
    list-style-type: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

.mobile_hidden {
    display: none;
}


/****************************************************************************************************/


/* css3 animations */


/****************************************************************************************************/

@keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}


/****************************************************************************************************/


/* structure */


/****************************************************************************************************/
/*-------------------------------------------*\
** Global
\*-------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
  }
  
  body {
    height: 100%;
    font-family: "Raleway", sans-serif;
    /*background: #efefef;*/
  }
  
  html,
  body {
      /* added font-size to test -- mjd 
    font-size: 62.5%;*/
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  a {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
/*  
body,
html {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 62.5%;
    font-family: 'Raleway', sans-serif;
}

*/
/****************************************************************************************************/


/* fonts text typography */


/****************************************************************************************************/



h1 {
    font-size: 3rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #1B334C;
    font-weight: 900;
  }

h2 {
    font-size: 2.5rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: rgb(13,68,75);
    font-weight: 900;
  }

h3 {
    font-size: 2rem;
    margin: 1rem 0;
    color: rgb(13,68,75);
    text-align: left;
    font-weight: 900;
  }


h4 {
    font-size: 1.5rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #1B334C;
    
  }

h5 {
    font-size: 1rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #1B334C;
    font-weight: 900;
    text-align: center;
  }


h6 {
  font-size: 0.5rem;
  margin: 1rem 0;
  text-transform: capitalize;
  color: #1B334C;
  font-weight: 900;
}
.sponsors h4 {
    text-align: center;
}

p {
  /*  font-weight: 400;
    font-size: 1.2em;
    line-height: 1.7;*/
    margin: 0.8rem 0;
    
    
    text-align:left;
}

a[name] {
    padding-top: 120px;
    margin-top: -120px;
}

.primary_content2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
    padding: 40px 30px;
    background: #fff;
}


/****************************************************************************************************/


/* header */


/****************************************************************************************************

header {
    /* mjd test header
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.7);
    
    
    position: fixed;
    
    z-index: 9999;
    margin: -100px 0 0 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* took out because of stupid firefox width: -webkit-fill-available; 
    width: 100%;
}
*/

/****************************************************************************************************/


/* homepage < theme */


/****************************************************************************************************

.theme {
    width: 100%;
    max-height: 670px;
    overflow: hidden;
    position: relative;
}




.gradient {
    background-color: rgba(62, 126, 138, 0.6);
    width: 100%;
    height: 100%;
   padding: 27px 0 0 0;
}
/*
.theme video {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
}
*/
.theme_no_video {
    display: none;
}

.theme_content {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 25px 0;
}

.theme_content .logo {
    max-width: 750px;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.theme_content .tagline {
    color: #fff;
    font-size: 2.3em;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 0 0;
}

.theme_content .date_location {
    color: #fff;
    font-size: 3em;
    padding: 15px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    text-transform: uppercase;
    margin: 30px 0;
   
}

.date_location span {
    font-size: 0.8em;
}

.theme_content .register_btn {
    width: 240px;
    height: 70px;
    /*margin: 0 auto;*/
    margin:0 0 5% 16.5%;
}

.theme_content .register_btn2 {
    width: 240px;
    height: 70px;
    margin: -70px -30px 0 300px;
}

.theme_content .register_btn a {
    color: #fff;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
    display: block;
    width: 240px;
    height: 70px;
    border: solid 1px #fff;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.theme_content .register_btn a:hover {
    background: #9f2021;
    border: solid 1px #9f2021;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


/****************************************************************************************************/


/* homepage */


/****************************************************************************************************/

.primary_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #111;
    padding: 60px 30px;
    background: #fff;
}


/****************************************************************************************************/


/* homepage < slider */


/****************************************************************************************************/
/*Company and all slider but speakers*/
.division_slider {
    clear: both;
    margin: 0 auto;
}

.division_wrap {
    height: 130px;
    display: table;
    margin: 0;
}

.division_wrap div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}

.division_wrap img {
    display: block;
    /*max-height: 130px;*/
    max-height: 77px;
    width: auto;
    margin: 0 auto;
}
/*SPEAKERS Slider*/





.division_wrap_speaker {
    height: 130px;
    display: table;
    margin: 0;
}

.division_wrap_speaker div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}

.division_wrap_speaker img {
    display: block;
    max-height: 130px;
    width: auto;
    margin: 0 auto;
}




/****************************************************************************************************/


/* homepage < slider overrides */


/****************************************************************************************************/

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
    background: none !important;
    border-bottom: solid 1px #eee;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #eee;
    margin: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #b7b7b7;
}


/****************************************************************************************************/


/* homepage < about intro */


/****************************************************************************************************/

.intro_media {
    width: 45%;
    position: relative;
}

.intro_media.left {
    float: left;
    margin: 0 60px 30px 0;
}

.intro_media.right {
    float: right;
    margin: 0 0 53px 60px;
}

.intro_media img {
    width: 100%;
    height: auto;
}

.intro_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    margin: 15px 0 7px 0;
}

.intro_media:after {
    content: "";
    width: 100%;
    height: 38px;
    background: url(/Conferences/images/east2020/video_drop_shadow.png) no-repeat;
    background-size: contain;
    position: absolute;
}

.intro_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro_img {
    width: 45%;
}
.intro_img.left {
    float: left;
    margin: 0 60px 30px 0;
}
.intro_img.right {
    float: right;
    margin: 0 0 30px 60px;
}
.intro_img img {
    width: 100%;
    height: auto;
}
/****************************************************************************************************/


/* homepage < slider < speakers */


/****************************************************************************************************/

.speakers {
    background: url(https://dzceab466r34n.cloudfront.net/images_nl/sw/Sectionbackground_SME19v4.jpg) no-repeat;
    background-size: cover;
}

.speakers h5 {
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
    color: #fff;
}

.speaker_headshots {
    text-align: center;
}

.speaker_headshots img {
    border-radius: 50%;
    /*
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	*/
}

.spk_name {
    font-size: 1.7em;
    color: #fff;
    font-weight: 400;
}

.spk_comp {
    color: #f1f1f1;
    font-style: italic;
    font-size: 0.7em;
    font-weight: 700;
}

.spk_title {
    font-size: 1.1em;
    color: #f1f1f1;
}


/****************************************************************************************************/


/* homepage < highlights */


/****************************************************************************************************/

.highlight_wrapper {
    width: 100%;
    background: linear-gradient(to bottom left, rgba(14, 81, 150, 0.9), rgba(14, 81, 150, 0.8)), url(/conferences/images/east2020/placeholder--abstract.jpg) center center no-repeat;
    /*background: url(/Conferences/images/east2020/Greysectionbackground-SME19.png) no-repeat;*/
    background-size: cover;
    float: left;
}

.highlights {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 30px;
    color: #fff;
}
.highlights h3 {
    color:#fff;

}
.highlights div,
.who_attend div {
    width: 100%;
    padding: 30px;
    color: #fff;
}

.highlights div.icon {
    float: left;
    width: 130px;
    text-align: center;
    margin: 0 60px 60px 0;
    padding: 0;
}

.highlights div.icon i.fa {
    font-size: 5em;
    color: #fff;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 150px;
    border: solid 1px #fff;
}


/****************************************************************************************************/


/* homepage < who attend */


/****************************************************************************************************/

.who_attend {
    background: url(https://dzceab466r34n.cloudfront.net/Conference/StreamingMediaEast/2020/placeholder--location.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0;
    color: #fff;
    float: left;
}

.who_attend h3 {
    color: #fff;
}

.who_attend div {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 30px;
}

.who_attend ul {
    float: left;
    padding: 0 0 30px 0;
}

.who_attend li {
    /*font-size: 1.5em;*/
    float: left;
    width: 45%;
    padding: 15px 15px 0 15px;
    margin: 0 0 0 5%;
}

.who_attend a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.who_attend a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.who_attend li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -30px;
    padding: 0 10px 0 0;
    color: #fff;
}


/****************************************************************************************************/


/* homepage < tracks */


/****************************************************************************************************/

.tracks {
   
}

.tracks_wrap {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.track {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 99;
}

a.track_link {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    position: absolute;
    z-index: -99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.track:hover a.track_link {
    top: 45px;
    bottom: 45px;
    left: 45px;
    right: 45px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.track_info {
    padding: 75px;
}

.track img {
    max-width: 75%;
    height: auto;
    max-height: 120px;
}

.track .img2 {
    max-width: 100%;
    height: auto;
    max-height: 130px;
}

.track .img3 {
    max-width: 100%;
    height: 120px;
    max-height: 140px;
}
.track .img_bst {
    max-width: 100%;
    height: 118px;

}

.track p.fix {
    margin: 30px 0 0 0;
}

.btn2 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 200px;
    cursor: pointer;
    position: relative;
    margin: 30px auto 0 auto;
    text-indent: -50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: solid 1px #0e5196;
    color: #0e5196;
}

.btn2 span {
    display: inline-block;
    width: 50px;
    height: 48px;
    line-height: 48px;
    background: #0e5196;
    position: absolute;
    color: #fff;
    right: 0;
    text-indent: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn2 span .fa {
    line-height: 50px;
}

.track:hover .btn2 i {
    animation: bounce 0.7s;
}

.track:hover .btn2 {
    background: #0e5196;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.track:hover .btn2 span {
    background: #0e5196;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.track_sme {
    background: url(/Conferences/images/east2020/BusandStrat19block.jpg) no-repeat center center;
    background-size: cover;
}

.track_cds {
    background: url(/Conferences/images/east2020/CDSblock.jpg) no-repeat center center;
    background-size: cover;
}
.track_Discovery {
    background: url(/Conferences/images/east2020/Discovery19block.jpg) no-repeat center center;
    background-size: cover;
}

.track_OTT {
    background: url(/Conferences/images/east2020/OTT19block.jpg) no-repeat center center;
    background-size: cover;
}
.track_lss {
    background: url(/Conferences/images/east2020/LSS19block.jpg) no-repeat center center;
    background-size: cover;
}
.track_Tech {
    background: url(/Conferences/images/east2020/TechHowTo19block.jpg) no-repeat center center;
    background-size: cover;
}
.track_VES {
    background: url(/Conferences/images/east2020/VES19block.jpg) no-repeat center center;
    background-size: cover;
}



.track_smu {
    background: url(/Conferences/images/east2020/SMU19block.jpg) no-repeat center center;
    background-size: cover;
}

.primary_content div.descriptionLogo {
    width: 200px;
    min-height: 75px;
    background-repeat: no-repeat;
    float: left;
    margin: 0 10px 4px 0;
    background-position: center;
    overflow: hidden;
    text-align: center;
    font-weight: bolder;
}

/****************************************************************************************************/


/* homepage < testimonials */


/****************************************************************************************************

.testimonials {
    background: url(https://dzceab466r34n.cloudfront.net/images_nl/sw/Sectionbackground_SME19v4.png) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0 0 0;
    color: #fff;
    float: left;
}

.testimonial {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 30px;
    clear: both;
}

.testimonial img {
    float: left;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 3px #fff;
    margin: 0 30px 60px 0;
}

.testimonial_name {
    font-size: 1.7em;
    color: #fff;
    font-weight: 400;
}

*/
/****************************************************************************************************/


/* homepage < sponsors */


/****************************************************************************************************/

.sponsor_wrapper {
    margin: 60px 0;
    float: left;
    clear: both;
    width: 100%;
}

.sponsors {
    margin: 30px 0 0 0;
    color: #666;
}

.sponsors ul {
    text-align: center
}

.sponsors ul li {
    display: inline-block;
    margin: 15px;
}

.sponsors ul li {
    min-width: 120px;
    min-height: 60px;
    background: #ffffff;
    /*background:#f1f1f1;*/
}


/****************************************************************************************************/


/* subpage */


/****************************************************************************************************/

.subpage {
    width: 100%;
   /* background: url(/Conferences/images/east2020/bg_subpage.jpg) no-repeat fixed top center; */
    background-size: cover;
}
.subpage .hero__location2 {
    display:block;
   
  }
  
/*
 .subpage  .main_menu li:first-child {
    width: 169px;
    height: 120px;
    margin: -9px 12px 0 0;
    background: url(/Conferences/images/east2020/logo_menu.svg) no-repeat;
    background-size: 172px 87px;
    line-height: normal;
}

.subpage .main_menu li:first-child a {
    width: 190px;
    height: 50px;
    text-indent: -9999px;
    display: block;
}

.subpage .banner_date_location {
    top: 70px;
    position: fixed;
    background: url(/Conferences/images/east2020/Greysectionbackground-SME19.png) center center;
    opacity: 1.0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 2em;
    color: #444;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    z-index: 99;
}

.subpage .banner_date_location.scroll {
    top: -70px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
*/
.secondary_content {
    padding: 80px 30px 0 30px;
}
.subpage .primary_content {
    background: #fff;
    padding: 40px 30px 0 30px;
}


/* NEW from Bill */

#ad_320x50 {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 999999;
    display: none;
    background: #444444;
    background: rgba(68, 68, 68, 1.0);
}

/* End NEW from Bill */



.menu_set{
    width: 322px;
    margin-top: -6.3%;
/*float:right;
margin-right: 39%;
margin-left: 37%;
padding-top: 9px;
padding-bottom: 13px;*/
}

.subpage .secondary_content {
    background: none;
}

.unorderedlist ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.0em;
    line-height: 1.7;
    list-style-type: disc;
    text-align: left;
}

.unorderedlist ul li ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.7;
    list-style-type: disc;
}

.unorderedlist2 ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.7;
    margin: 1em 0;
    list-style-type: none;
}

.unorderedlist2 ul li ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.7;
    margin: 1em 0;
    list-style-type: none;
    ;
}

/* Below are only for the landing pages of the colocated in SME site
    Not needed elsewhere */
.ColocatedImageHearder150{
    width:600px;
    height:150px;
}
.ColocatedImageHeader200{
    width:600px;
    height:200px;
}
.ColocatedImageHeaderBST {
    width: 700px;
    height: 200px;
}
.ColocatedImageHearderDiscovery {
    width: 700px;
    height: 151px;
}
/****************************************************************************************************/


/* subpage overrides */


/****************************************************************************************************/

.subpage_conference_info {
    background: url(/Conferences/images/east2020/Greysectionbackground-SME19.png) center center;
    background-size: cover;
    width: 100%;
    margin: 70px auto 0 auto;
    display: inline-block;
    text-align: center;
    border-bottom: solid 1px #ccc;
    padding: 15px;
}

.subpage_conference_info .theme_content {
    max-width: 400px;
    padding: 100px 0 30px 0;
}

.subpage_conference_info .date_location {
    font-size: 2em;
    color: #444;
}

.sub_page .primary_content {
    max-width: 1200px;
    width: 100%;
    padding: 30px;
}

.sub_page .primary_content {
    text-align: center;
}

.sub_page_agenda {
    max-width: 1600px !important;
    width: 100% !important;
}


/****************************************************************************************************************************/


/* Co-located events    */ 


/**********************************************************************************************************************/
/*
.colocated ul li {
    margin: 0.6rem;
    
}
.colocated ul li img {
  
    max-width: 75%;
}
.colocated ul {
    text-align: center;
    display: inline-flex;
}
.colocated ul li {
    display: inline-flex;
}
.colocated h5 {
    font-size: 2rem;
    color: #0e5196;
    text-align: center;
    margin-bottom: auto;
}

  width: intrinsic;          Safari/WebKit uses a non-standard name 
  width: -moz-max-content;    = Firefox/Gecko 
  width: -webkit-max-content; = Chrome 
*/



.colocated {
    margin: 30px 0px -45px;
    float: left;
    clear: both;
    width: 100%;
    background: #ffffff;
    
}

.colocated ul {
    text-align: center
}

.colocated ul li {
    display: inline-block;
    margin: 1%;
    
}

.colocated ul li {
    min-width: 151px;
    min-height: 60px;
    
}

/*
.colocated ul li:first-child {
    min-width: 140px;
    min-height: 60px;
    
    
}
*/
.colocated h5 {
    font-size: 2rem;
    color: #315565;
    text-align: center;
    margin-bottom: auto;
}

ul li span {
    font-size: 1em;
}
/****************************************************************************************************/


/* other screens */


/****************************************************************************************************/

@media screen and (max-width:1399px) {
 html,
  body {
      /* added font-size to test -- mjd 
    font-size: 62.5%;*/
	margin-left: unset;
  }
}


@media screen and (max-width:1160px) {
   /* .theme_content {
        padding: 100px 0 30px 0;
    }*/
    
p {
    /*  font-weight: 400;
      
      line-height: initial;*/
      margin: 0.8rem 0;
      font-size: unset;
      
      text-align:left;
  }
}

@media screen and (max-width:1070px) {
    .theme_content .logo {
        max-width: 540px;
    }
    .theme_content .tagline {
        font-size: 1.8em;
        margin: 5px 0 0 0;
    }
    .theme_content .date_location {
        font-size: 3em;
        padding: 10px 0;
        margin: 5px auto 30px auto;
    }
    .subpage_conference_info .date_location {
        font-size: 2em;
        margin: 0 0 0 0;
    }
}

@media screen and (max-width:1030px) {
    .social ul li a {
        font-size: 1.4em;
    }
    .session {
        padding: 15px;
    }
    .menu_set {
        width: 281px;
        margin-top: -9.8%;
    }
}
/*
@media screen and (max-width:970px) {
    .main_menu ul li {
        margin: 0 15px 0 0;
    }
}
*/

@media screen and (max-width:950px) {
/*
    .main_menu ul li {
        margin: 0 14px 0 0;
    }
    .main_menu ul li a {
        font-size: 1.3em;
    }
    .subpage .main_menu li:last-child {
        width: 80px;
        height: 40px;
        margin: 15px 0 0 0;
        background: #9f2021;
        line-height: normal;
    }
    .subpage .main_menu li:last-child a {
        color: #fff;
        line-height: 40px;
        width: 80px;
        height: 40px;
        text-align: center;
    }
    */
    footer {
        max-width: 700px;
        margin: 0 auto;
    }
    .footer_block {
        float: left;
        margin: 0 2.6% 30px 0;
        padding: 0 30px 0 0;
        border-right: none;
        width: 46%;
        min-height: 140px;
    }
    .footer_block:nth-child(2),
    .footer_block:nth-child(4) {
        text-align: right;
        padding: 0 0 0 0;
    }
    .footer_block:nth-child(2) ul {
        float: right;
    }
    .sub_logo {
        float: right;
    }
}
/*
@media screen and (max-width:920px) {

    .main_menu ul li {
        margin: 0 10px 0 0;
    }
    .main_menu ul li a {
        font-size: 1.2em;
    }
}
*/
@media screen and (max-width:870px) {
  /*
    header,
    .list_grid_toggle {
        display: none;
    }
    .mobile_header,
    .mobile_menu_btn {
        display: block;
    }
    */
    .theme_content {
        padding: 20px 0 0px 0;
    }
    .subpage_conference_info {
        margin: 50px auto 0px auto;
    }
    .theme_content .date_location {
    margin:0px auto 30px auto;}
}

@media screen and (max-width:830px) {
    .theme_content .date_location {
        font-size: 2.8em;
        text-shadow: 2px 2px #000;
    }
   /* took out 12-15-19 mjd 
    h2 {
        font-size: 3.7em;
    }
    p {
        font-size: 1.5em;
        margin: 0.9em 0;
    }
    */
    .highlights {
        float: left;
    }
    .highlights div {
        width: 100%;
        margin: 0 0 30px 0;
        display: block;
        float: left;
        text-align: left;
    }
    .highlights div:last-child {
        margin: 0 0 30px 0;
    }
    .track:hover a.track_link {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .track_info {
        padding: 45px;
    }
    .subpage .banner_date_location {
        top: 50px;
    }
    .gradient {
        padding:10px ;
    }
    
}
@media screen and (max-width:768px) {
.menu_set {
    width: 210px;
    float: right;
    margin-right: 39%;
    margin-top: -11.8%;
    
  }
  

}
@media screen and (max-width:760px) {
    .theme_video {
        display: none;
    }
   
    .theme_content {
        padding: 90px 0 60px 0;
    }

    .subpage .primary_content {
        
        padding: 20px 30px 0 30px;
    }
    .ColocatedImageHeader200 {
        width: 600px;
        height: 100px;
    }
    .ColocatedImageHearder150 {
        width: 600px;
        height: 78px;
    }
    .ColocatedImageHeaderBST {
        width: 700px;
        height: 100px;
    }
    .ColocatedImageHearderDiscovery {
        width: 700px;
        height: 100px;
    }/*
    .theme_no_video {
        display: block;
        background: url(https://dzceab466r34n.cloudfront.net/Conference/StreamingMediaEast/2020/placeholder--location.jpg) top left no-repeat;
        background-size: cover;
        min-height: 670px;
        position: absolute;
        z-index: -99;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }*/
    .sub_page .primary_content {
        padding: 100px 10px 60px 10px;
    }
    .session_time {
        font-size: 1.3em;
        padding: 10px;
    }
    .session {
        margin: 0 0 0 70px;
    }
}

@media screen and (max-width:630px) {
    .theme_content .logo {
        width: 100%;
    }

    .subpage .banner_date_location {
        font-size: 1.3em;
    }
    .mobile_hidden {
        display: inline;
    }
    .intro_media {
        float: none;
        margin: 0 auto 15px auto;
        width: 100%;
    }
    h3 {
        font-size: 2.7em;
        margin: 0 0 0 0;
    }
    .highlight_wrapper {
        background: url(/Conferences/images/east2020/Greysectionbackground-SME19.png) no-repeat;
        background-size: cover;
    }
    .highlights div {
        text-align: center;
    }
    .highlights div.icon {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .who_attend li {
        width: 95%;
    }
    
    .testimonial {
        text-align: center;
    }
    .testimonial img {
        float: none;
        clear: both;
        display: inline-block;
        margin: 0 auto;
    }
    .footer_block {
        float: left;
        clear: both;
        margin: 15px auto 0 auto;
        padding: 15px 0 0 0;
        border-top: solid 1px #eee;
        width: 100%;
        min-height: inherit;
        text-align: center;
    }
    .footer_block:nth-child(2),
    .footer_block:nth-child(4) {
        text-align: center;
        padding: 15px 0 0 0;
    }
    .footer_block:nth-child(2) ul {
        float: none;
        margin: 0 auto;
        width: 165px;
    }
    .email_updates {
        padding: 15px 0 30px 0;
    }
    .sub_logo {
        float: none;
        margin: 10px auto 15px auto;
    }

    .division_wrap {
        
        
        margin: 36px;
    }
    .division_wrap img{
        margin: 0px 20px 45px;
    }
    /*.intro_media {
        display:none;
    }*/
}

/* NEW from Bill */
@media screen and (max-width:530px) {
    #ad_468x60 {
        display: none;
    }

    #div-gpt-ad-1371156417389-0 {
        display: none;
    }

    #ad_320x50 {
        display: block;
    }

    #div-gpt-ad-1371156417389-2 {
        display: block;
    }
    .intro_video{
    
        width: 90%;
    
    }
    .intro_video.left{
        margin: -14px 20px 12px;
    }
    
}
/* End NEW from Bill */






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

    h2 {
        font-size: 2rem;
    }
    p {
        font-size: 1.2rem;
    }
    .theme_content .register_btn {
        width: 240px;
        height: 115px;
        margin: 0px 0 1px 38px;
    }
    .theme_content .register_btn2 {
        /* width: 164px; */
        /* height: 22px; */
        margin: 15px auto auto 0px;
    }


    .theme_content {
        padding: 60px 0 60px 0;}

    .theme_content .tagline {
        font-size: 1.6em;
        margin: 5px 0 0 0;
    }
    
    .theme_content .date_location{
font-size: 0.8em;
    }

    h3 {
        font-size: 1.5em;
    }
    
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.unorderedlist{
    font-size: 1.1em;
}
.modal-Header {
    background-color: rgb(13,68,75);
    color: #ffffff;
    padding: 2px;
    text-align: center;
    font-weight: bolder;
    height: 36px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#modal-LargeEditor {
    
    position: fixed;
    background-color: #ffffff;
    width: 750px;
    height: 460px;
    top: 45%;
    left: 50%;
    margin-left: -350px;
    margin-top: -225px;
    overflow: hidden;
    z-index: 12000;
    border-radius: 25px;
    display:block;
}

#modal-LargeEditor .modalContent {
    width: 740px;
    height: 340px;
    overflow: auto;
    padding: 5px;
    /*background-color:#cecece;*/
}
#modal-LargeEditor .modalContent .unorderedlist ul {

font-size: inherit;
}


#modal-LargeEditor .buttons {
/*
    width: 750px;
    height: 45px;
    padding: 4px 10px;
    text-align: center;
  */
  width: 33%;
    height: 45px;
    padding: 4px 10px;
    text-align: center;
    margin: 0 0 0 33%;
  
}

.btn--outline.btn--blue2 {
    background-color: rgb(62, 126, 138, 0.3);
    /* background-color: transparent; */
    border-color: #0e5196;
}

.btn--outline.btn--blue2:hover {
    background: #0e5196;
    color: #fff;
}

#modal-LargeEditor .buttons input {
    padding: 4px;
    margin: 4px auto;
    cursor: pointer;
}

#modal-LargeEditor .advertisements {
    width: 750px;
    height: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

#modal-LargeEditor .Session_Title {
		font-size:1.3em;
}

#modal-LargeEditor .clsPresentationTitle {
		font-size:0.9em;
		padding: 0 0 3px 0;
}


#modal-MediumEditor {
    display: none;
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 700px;
    /*
    height: 350px;
    */
    top: 50%;
    left: 40%;
    margin-left: -200px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 10041;
    border-radius: 5px;
}

#modal-MediumEditor .modalContent {
    /*
    
    width: 690px;
    height: 280px;
    */
    overflow: auto;
    padding: 5px;
}

#modal-MediumEditor .buttons {
    /*
    width: 680px;
    height: 10px;
    */
    padding: 15px 5px;
    text-align: center;
}

#modal-SmallEditor {
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 2000;
    border-radius: 5px;
}

#modal-SmallEditor .modalContent {
    width: 390px;
    height: 147px;
    overflow: auto;
}

#modal-SmallEditor .buttons {
    width: 390px;
    height: 30px;
    text-align: center;
}

#modal-SmallEditor .buttons input {
    padding: 0 4px;
    cursor: pointer;
}

.modalContent {
    background-color: #ffffff;
    font-family: Verdana;
		font-size: 1.1em;
}

.modalContent .clsSessionTime {
    font-size: 1.5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.6;
}

.modalContent .clsPresenter {
    font-family: inherit;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.6;
}

.modalContent p {
    font-size: 0.9em;
		line-height: 1.4;
}

.modal-Header {
    font-family: inherit;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.5;
}

.clsModalSpeakerTitle {
    margin: 0;
}
/****************************************************************************************************/


/* subpage < schedule sessions agenda < LIST styles */


/****************************************************************************************************/


.sessioncanceled {
    opacity:.7;
    cursor:none;
    
}
.sessioncanceled h3{
    color:#777777;
}
.sessioncanceled .session-title{
    color:#777777;    
    cursor:none;  
}
.sessioncanceled span{color:#777777;}






.list_grid_toggle {
    float: right;
}

.list_grid_toggle li {
    display: inline-block;
    font-size: 2.5em;
    color: #ccc;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.list_grid_toggle li.active_list_grid {
    color: #000;
}

.session_date_selector {
    float: right;
}

.session_date_selector li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 10px;
    font-size: 0.9em;
    cursor: pointer;
    font-weight: 700;
    
    border-radius: 22px;
}

.session_date_selector li.session_date_show {
    border-top: solid 1px #1B334C;
    border-right: solid 1px #1B334C;
    border-left: solid 1px #1B334C;
    background: #1B334C;
    color: #fff;
}

.session_filter_label {
    float: right;
    clear: right;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-top: solid 1px #eee;
    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
    border-radius: 50px;
}

.session_filter_label span {
    font-size: 1.0em;
    font-weight: 700;
}

.session_filter_label:after {
    font-family: FontAwesome;
    content: "\f0b0";
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
}

.session_filter {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 30px;
    width: 350px;
    top: 0;
    right: 0;
    box-shadow: 18px 17px 9px #999;
    border-radius: 50px;
}

.session_filter_type {
    font-size: 1.3em;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: solid 1px #999;
    color: #999;
}

.session_filter li {
    display: block;
    cursor: pointer;
    font-size: 1.0em;
}

.session_filter li:before {
    font-family: FontAwesome;
    content: "\f10c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.session_filter li.session_selected:before {
    content: "\f058";
}

.session_filter_clear {
    display: block;
    cursor: pointer;
    font-size: 1.2em;
    color: #999;
    float: right;
}

.session_filter_clear:before {
    font-family: FontAwesome;
    content: "\f2d3";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.sessions_wrapper {
    border-bottom: solid 1px #eee;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    clear: both;
}

.session_time {
    float: left;
    width: 100px;
    flex: 0 0 120px;
    text-align: left;
    font-size: 0.9em;
    /*padding: 15px;*/
    padding-top: 33px;
    border-top: solid 1px #eee;
}

.session {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_keynote {
    /* margin: 0px; */
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_reception {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_roundtable {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_strategy {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_break {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_title a {
    font-size: 1.7em;
    /*color: #870c0d;*/
    color: #1B334C;
    margin: 15px 0 0 0;
    display: block;
    pointer-events: none;
}

.session_title span {
    font-size: 1.0em;
    color: #1B334C;
    /*color: #870c0d;*/
    margin: 15px 0 0 0;
    display: block;
    cursor: default;
}

.session_title a:hover {
    color: #ccc;
}

.session_tag {
    display: inline-block;
    padding: 3px;
    margin: 10px 0 0 0;
    color: #fff;
    font-weight: 700;
}

.session_track {
    font-size: 1.2em;
    display: block;
    margin: 0;
}

.session_location {
    border: none;
    margin: 0;
}

.session_location,
.session_length,
.session_speaker,
.session_description {
    font-size: 0.8em;
    display: block;
    color: #666;
    font-weight: 400;
    padding: 0 0 3px 0;
}

.session_location span,
.session_length span,
.session_description span {
    color: #000;
    font-size: 1.1em;
}

.session_speaker span {
    /*color: #870c0d;*/
    color: #1B334C;
}

.session_speaker {
    /*margin: 10px 0;*/
    margin: 0;
    flex: 1;
}


/* added last-child on 3/12/18 from Mike E */

.session:last-child {
    border-right: solid 1px #eee;
}

.session_break:last-child {
    border-right: solid 1px #eee;
}

.session_reception:last-child {
    border-right: solid 1px #eee;
}

.session_roundtable:last-child {
    border-right: solid 1px #eee;
}

.session_strategy:last-child {
    border-right: solid 1px #eee;
}

.session_keynote:last-child {
    border-right: solid 1px #eee;
}

.session_speaker a {
    
    color: #1B334C;
}

.session_speaker a:hover {
    color: #ccc;
}


/****************************************************************************************************/


/* subpage < schedule sessions agenda < GRID styles */


/****************************************************************************************************/

.display_list_grid {
    border-bottom: solid 1px #eee;
    display: inline-block;
    width: 100%;
}

.display_show_grid .session_track,
.display_show_grid .session_speaker,
.display_show_grid .session_description,
.display_show_grid .session_tag,
.display_show_grid .session_location {
    display: none;
}

.display_show_grid .session_time_block {
    float: left;
    clear: both;
    width: 100%;
    display: flex;
    background: #fafafa;
}

.display_show_grid .session .session_title {
    cursor: pointer;
}

.display_show_grid .session_keynote .session_title {
    cursor: pointer;
}

.display_show_grid .session_reception .session_title {
    cursor: pointer;
}

.display_show_grid .session_roundtable .session_title {
    cursor: pointer;
}

.display_show_grid .session_strategy .session_title {
    cursor: pointer;
}

.display_show_grid .session_kenote_block {
    float: left;
    clear: both;
    width: 100%;
    display: flex;
}


/* old before 3/12/18 
.display_show_grid .session {
    margin: 0;
     width: 21%;
    float: left;
    
    
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
}
*/

.display_show_grid .session {
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
    width: 100%; /* width should be 20% */
}

.display_show_grid .session_keynote {
    /*margin-left: -8px;
    width: 80.6%;
    margin-right:65.5px;
    float: left;
    flex:1;
    */
    width: 100%;
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_reception {
    margin: 0;
    /*
    width: 107%;
    float: left;
    */
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_roundtable {
    margin: 0;
    width: 42.5%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_strategy {
    margin: 0;
    width: 66%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_break {
    margin: 0;
    /*
    width: 107%;
    float: left;
    flex:1;
    */
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_break .session_title a {
    pointer-events: none;
    cursor: none;
}

.display_show_grid .session_title span {
    font-size: 1.0em;
    cursor: pointer;
}

.display_show_grid .session_title a {
    font-size: 1.0em;
    cursor: pointer;
    pointer-events: all;
}

.display_show_grid .session_title a:hover+.display_show_grid .session_description {
    display: block;
}


/****************************************************************************************************/


/* grid label overrides */


/****************************************************************************************************/


/*
.grid_labels {
    display: none;
    --deletemax-width: 1540px; 
    width: 100%;
    --deletefloat: left;
}
 */

.grid_labels {
    display: none;
    max-width: 1540px;
    width: 100%;
}

.grid_labels .session_time {
    border: none;
    padding: 0 15px;
}

.grid_labels .session {
    padding: 0;
    /* border: none; */
}

.grid_labels .session_track {
    padding: 7px 15px;
    display: block;
    height: 80px;
    font-size: 0.8rem;
}


/*
.grid_label_lock {
    position: fixed;
    z-index: 10001;
    top: 120px;
    left: 0;
    padding: 0 30px;
}
*/

.grid_label_lock {
    position: fixed;
    z-index: 1001;
    top: 120px;
    left: auto
}

.session_date_selector_lock {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    float: right;
    /*background: url(/Conferences/images/east2020/bg_poly.jpg) center center;*/
    margin-left: 53%;
    background: #DBDBDB;
    border-radius: 50px;
}

.display_show_grid .monday_jun_1 .session {
    width: 100%;
    
}
/*.display_show_grid .monday_nov_12 .session_track {
   color:rgb(133, 17, 143);
   
}*/



.session_description .unorderedlist ul {
    font-size:inherit;
}
@media screen and (max-width: 1440px) {
    /*.grid_label_lock {
        max-width: 1380px; 
    }*/
    .session_track {
        font-size: 1.0em;
    }
    /*.display_show_grid .session_keynote {
         width:86.6%; 
    }*/
    .display_show_grid .session_break {
        margin-left: -06.px;
    }
    .session_location, .session_length, .session_speaker, .session_description {
        font-size: 0.8em;
        display: block;
        color: #666;
        font-weight: 400;
        padding: 0 0 3px 0;
    }
    .display_show_grid .session_title span {
        font-size: 0.8em;
        cursor: pointer;
    }
    .session_location span, .session_length span, .session_description span {
        color: #000;
        font-size: 0.8em;
    }



}

@media screen and (max-width: 1024px) {
    /* .grid_label_lock {
        max-width: 963px; 
    }
    */
    .session_track {
        font-size: 0.9em;
    }
}

@media screen and (max-width:1600px) {
    .grid_label_lock {
        left: 0;
        padding: 0 30px;
    }
    .grid_labels {
        max-width: none;
    }
}

@media screen and (max-width: 960px) {
    .session_date_selector_lock {
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0;
        z-index: 1001;
        font-weight: 0;
    }
    .session_date_selector {
        margin: 0;
        padding: 5px;
        font-size: 1.1em;
        text-align: center;
    }
    .session_title {
        font-size: 0.8em;
    }
    .session_description span,
    .session_description span p {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 667px) {
.session_time{
    font-size: 1.0em;
}

.session_title {
    font-size: 0.5em;
}
.session {
    margin: 0 0 0 100px;
    font-size: unset; 
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: unset; 
}
.session_location, .session_length, .session_speaker, .session_description {
    font-size: 0.7em;
    display: block;
    color: #666;
    font-weight: 400;
    padding: 0 0 3px 0;
}
.session_date_selector {
    margin: 0;
     padding: unset; 
    font-size: 0.8em;
    /* text-align: center; */
}
.session_date_selector li {
    margin: 0 7.7px 0 0;
    padding: 0.3rem;
    font-size: 0.6em;
    cursor: pointer;
    /* font-weight: 700; 
    display: table-cell;*/
}
.unorderedlist{
    font-size: 0.8em;
}
.list_grid_toggle {
 display:none;
}
}

/**************************************** tracks_old / front_page ****************************************/
.track {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
   
}
td {
    border-top: unset !important;
}

.tracks {
    width: 100%;
    /*background: url(/images/2019/bg_tracks.jpg) no-repeat fixed top center;*/
    background-size: cover;
    padding: 30px;
    
    clear: both;
    float: left;
    background: -webkit-gradient(linear, right top, left bottom, from(rgba(25,134,141, 0.3)), to(rgba(25,134,141, 0.8))), url("https://dzceab466r34n.cloudfront.net/images_nl/sw/TAF23_Web-Image_2000x1333.svg") no-repeat fixed top center;
    background: linear-gradient(to bottom left, rgba(25,134,141, 0.3), rgba(25,134,141, 0.8)), url("https://dzceab466r34n.cloudfront.net/images_nl/sw/TAF23_Web-Image_2000x1333.svg") no-repeat fixed top center;
    background-size: cover;

}
.track p {
    /*margin: 30px 0 0 0;*/
    color: black;
}
.tex {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.tracks .btn {
    width: auto;
    margin: 1rem auto;
    display: inline-block;
    padding: 0.5rem 3rem;
}

.tracks h3 {
    /*color: #870c0d;*/
    width: 100%;
    margin: 0 auto;
    
    
    
    background-size: cover;
}
.tracks h2 {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}


 .tracks h4{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    font-family: 'Gentium Basic', serif;
    
    margin: 0 auto;
        font-size: 26px

}

.tracks h5{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    
    margin: 0 auto;
    font-family: 'Gentium Basic', serif;
        font-size: 26px
}
.tracks div.modName{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    
    margin: 0 auto;
    font-family: 'Gentium Basic', serif;
        font-size: 26px
	
}
.tracks div.mod{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    
    margin: 0 auto;
    font-family: 'Gentium Basic', serif;
        font-size: 18px
	
}
.tracks div.modName a{
    color: #ffffff !Important;
}
.track {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 1px 1px #333;
    border-radius: 25px;
	box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
}
.room {
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    font-weight: 900;
    padding: 0 4% 0 .5%;
    margin: 0 auto;
    font-size: 23px /*font-family: 'Roboto Condensed', sans-serif;*/;
}	
 
/*
.explore_btn a,
.explore_btn_mobile a {
    font-size: 1.7em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    width: 70px;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: right;
    background: #005984;
    color: #fff;
    padding: 0 0 0 15px;
    z-index: 10;
    right: 49px;
}
*/

.explore_btn a,
.explore_btn_mobile a {
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'Open Sans';
    width: 70px;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: right;
    background: #005984;
    color: #fff;
    padding: 0 0 0 15px;
    z-index: 10;
    right: 49px;
}

.explore_btn a:after,
.explore_btn_mobile a:after {
    content: "";
    position: absolute;
    display: block;
    border: 25px solid #005984;
    z-index: -5;
}

.explore_btn a:after,
.explore_btn_mobile a:after {
    right: -49px;
    top: 0em;
    border-right-color: transparent;
}

.explore_btn_mobile {
    display: none;
}

span.speakerRole {
    font-size: 14px;
    font-weight: bolder;
}

@media screen and (max-width:630px) {
    .tracks {
        padding: 15px;
    }
    .track {
        display: inline-block;
        padding: 10px;
    }
    /*
    .explore_btn {
        display: none;
    }
    */
    .explore_btn_mobile {
        display: block;
    }
}
