@font-face {
  font-family: "Hevetica Neue";
  src: url("../font/HelveticaNeue-Light.woff") format("truetype"); }

@font-face {
  font-family: "Hevetica Neue Bold";
  src: url("../font/HelveticaNeue-Bold.woff") format("truetype"); }

@font-face{font-family:Futura New;src:url("../font/FuturaNewBold.woff") format("woff");font-weight:700;font-style:normal}

.cf:after {
  clear: both;
  content: "";
  display: table; }

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

* {
  transition: all .2s; 

}

.hidden {
  display: none; }

html {
  position: relative;
  min-height: 100%;
  /*background-color: #C82B4F;*/
}

body {
  color: #3C3C3C;
  font: 18px "Hevetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  margin: 0 auto;
  width: 100%;
  letter-spacing: .6px; }

.container {
background-color: #ac2f48;
 /* background-image: url("../img/aqua7-conference-filter.jpg");
  background-image: url("../img/layout-mock-hacked-logo-conference-pc-colors-lores.jpg");*/
  /*background-size: cover;*/
  background-position: top center;
  /*min-height: 100vh;*/
  position: relative;
  /*display: flex;*/
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.blur-container.clouds {
  background-image: url("../img/cloud-crop-lores.jpg");
  background-size: cover;
  background-repeat: repeat-x;
  opacity: 0;
  background-position: top;
  background-image: url("https://archive.org/download/clouds-tiled/clouds-tiled.png");
  background-image: url("../img/cloud-crop-lores.jpg");


  animation: cloudmove 30s  linear infinite;
}


@keyframes cloudmove {

  0% {
    background-position: 0px
  }

  90% {
    background-position: 1708px;
    opacity: 1;
    /*background-position: -562px;*/
  }

  100% {
    opacity: 0;
  }
}


@keyframes cloudmove {

  0% {
    background-position: 0px
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  50% {
    /*background-position: 854px;*/
    opacity: 1;
    /*background-position: -562px;*/
  }
  98% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    background-position: 1708px;
  }
}

.blur-container {
/*  background-image: url("../img/layout-mock-hacked-logo-conference-pc-colors-lores.jpg");
  background-size: cover;
  background-position: top center;
  min-height: 100vh;
    min-height: 100vh;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    animation: 2.5s blurinfocus  ease-out;
*/
background-image: url("../img/layout-mock-hacked-logo-conference-pc-colors-cutout-lores.png");
  background-size: cover;
  background-position: top center;
    position: fixed;
    width: 100%;
    /*width: inherit;*/
    height: 100vh;
    left: 0;
    top:0;
    z-index: 0;

}
/*@keyframes blurinfocus {
  0% {
    backdrop-filter: blur(20px) contrast(.8);

  }

  100% {
    backdrop-filter: blur(0px) contrast(1);

  }
}
*/






/*.overlay {
  position: relative;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(211,31,60,0.6);
}*/

p, h1, h2, h3, h4 {
  font-weight: 200; }

p {
  letter-spacing: .8px;
  line-height: 1.5; }

h4 {
  font-weight: 800;
  font-size: 1.2em; }

.shadow {
  box-shadow: 6px -1px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 6px -1px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 6px -1px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px -1px 20px 0px rgba(0, 0, 0, 0.2); }

.left {
  float: left;
  width: 50%; 
  background: rgba(255,255,255,.25);
}

/*.right {
  float: right;
  width: 50%; }*/

.autoWH {
  width: auto;
  height: auto; }

.container > header {
/*  padding: 0 8%;*/
/*  height: 80px;*/
  text-align: center;;
/*  position: fixed;*/
  z-index: 1;
  background: #fff;
  width: 100%; 
  margin: 0 auto;
  top:0;
}

header {
  /*display: none;*/
}

.container > header > p{
  display: none;
  margin:0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "futura new", "Hevetica Neue", Helvetica, Arial, sans-serif;
  color: #E4264D;
  font-weight: bolder;
}
  .container > header * {
    transition: none; }
  .container > header .right {
    margin-top: -30px;
    width: 65%; }
  .container > header .left {
    width: 35%; }
  .container > header .logo {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    transition: all .2s; }
  .container > header nav {
    float: right;
    text-align: right;
    margin: -10px 0 0 0;
    transition: 0; }
    .container > header nav a {
      border-bottom: 4px solid transparent;
      color: #333;
      display: inline-block;
      font-size: 1.2rem;
      margin: 10px 0 0 30px;
      padding: 10px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: all .2s; }
    .container > header nav a:hover {
      background-color: #fff;
      border-bottom: 4px solid #d31f3c;
      text-decoration: none;
      color: #333; }
    .container > header nav ul li {
      display: inline-block;
      list-style: none;
      margin: 0; }
      .container > header nav ul li .btn {
        font-size: 1.1rem;
        margin-left: 10px;
        padding-top: 14px; }
      .container > header nav ul li .btn:hover {
        border-bottom: 4px solid transparent; }

.burger {
  display: none;
  transition: width .2s; }

.margin-nav-small-heading {
  margin: -23px 0 0 0; }

.nav-items-new-padding {
  font-size: .9rem;
  padding: 7px 10px 5px; }

body > header nav ul li .btn.register-btn-small-heading {
  padding: 4px 20px 0; }

.ctas {
  margin: 0 auto;
  /*background-color: blue;*/
  max-width: 800px;
  /*text-align: center;*/
  margin: 20px auto 0;
  position: relative;
}
.ctas img {
  display: block;
  width: 262px;
  margin: 0 auto 1rem;
}

.btn {
  font-weight: 800;
  font-size: 1.3em;
  letter-spacing: 2px;
  /*margin: 5px;*/
  padding: 17px 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s;
  white-space: nowrap; }

.btn-xl {
  font-size: 1.6rem; }

.btn:hover {
  text-decoration: none; }

.btn-primary {
  background: #fdcd51;
  color: #333; }

.btn-primary:hover {
  background: #f3c216; }

.btn-secondary {
  background: #8b0f1E;
  color: #fff; }

.btn-secondary:hover {
  background: #630a15; }

.btn-highlight {
    background-color: rgba(216,216,216,.14);
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 14px 31px ;
    font-weight: lighter;
    display: inline-block;
    backdrop-filter: blur(5px);
    background-filter: blur(5px);
    /*box-shadow: rgba(0, 0, 0, 0.1) 6px -1px 20px 0px;*/

}


@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {

  .btn-highlight {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.15);  
  }

}

.check.is-hidden {
  visibility: hidden;
  opacity: 0;
  offset: ;
  transform: translateY(10px); 
}
.check.not-hidden {
  visibility: visible;
  opacity: 1;    
  transform: translateY(0px);
  transition: all 600ms ease-in-out 
}

h1.check.is-hidden {
  visibility: hidden;
  opacity: 0;
  offset: ;
  transform: translateY(-70px); 
}

h1.check.not-hidden {
  visibility: visible;
  opacity: 1;    
  transform: translateY(0px);
  transition-delay: 250ms;
  transition: all 900ms ease-in-out; 
  /*transition-delay: 250ms;*/

}

/*h2.check.is-hidden {
  visibility: hidden;
  opacity: 0;
  offset: ;
  transform: translateY(20px); 
}

h2.check.not-hidden {
  visibility: visible;
  opacity: 1;    
  transform: translateY(0px);
  transition-delay: 250ms;
  transition: all 400ms ease-in-out; 
  transition-delay: 550ms;

}*/

.perks-group {
  margin: 5rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  }

.perk {
  /*background-color: aliceblue;*/
  text-align: center;
  width: 30%;
  margin-bottom: 2rem;
  min-width: 300px;


}

.perk-line {
  height:1px;
  background-color: #E4264D;
  width: 50%;
  margin:0 auto;
}

.perk h3 {
  font-size: 17px;
  margin:8px;
  font-weight: bold;
  color: #505050;
  text-transform: uppercase;
  font-family: 'Hevetica Neue Bold';
}
section.keynote .perk p {
  font-size: 15px;
  line-height: 23px;
  margin: 8px;
  letter-spacing: .5px;
  color: #696969;
}

section.keynote p {
  font-size: 15px;
  line-height: 23px;
  /*margin: 6px;*/
}


.keynote-paras{
  visibility: hidden;
  opacity: 0;

  transform: translateY(0px); 
  max-width:1000px;
  margin: 0 auto;
}

.keynote-paras.check.not-hidden {
  visibility: visible;
  opacity: 1;    
  transform: translateY(0px);
  transition-delay: 250ms;
  transition: all 1200ms ease-in-out; 
  /*transition-delay: 1050ms;*/

}





/*.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
*/
@-webkit-keyframes fadeInUp{
  0%{
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0)

    }
    to {
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
    }
}

@keyframes fadeInUp{
  0%{
    opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
    to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)
    }
  }
    .fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
/*@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}*/


.btn-highlight:hover {
  background-color: #fff;
  /*color: #E4264D;*/
  background: rgba(225,225,225,0.42);
  border: 2px solid rgba(225,225,225,0.02);

  /*margin-left:50px;*/
}
/*testing drop down button*/
/*.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}*/
.dropdown-container {
    /*border: 1px solid yellow;*/
    overflow: hidden;
    position: relative;
    clear: both;
    height: 64px;
}
.dropdown-container {
    overflow: hidden;
    position: relative;
    clear: both;
    height: 64px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    /*display: none;*/
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
    height: 0;
}

.dropdown-content a {
    color: black;
    padding: 7px 16px;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd}



/*.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}*/

/*end drop down button*/

/* SECTIONS GENERAL -------------------------------------*/
main {
  /*background-color: pink;*/
/*  display: flex;
  flex-direction: column;
  flex-grow: 2;
  padding: 10px 20px;*/

}

.main {
  /*padding: 40px 12%;*/
  padding: 5rem 3%; 
  position: relative;
  /*transition-delay: 3s;*/
}

/*.main h2 {
  border-bottom: 8px solid;
  font-size: 2em;
  font-weight: 400;
  margin: 20px 0 0 -18%;
  max-width: 600px;
  padding: 10px 0 10px 18%;
  text-transform: uppercase;
  width: 100%; }*/

/*----- ANIMATIONS---------*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
}

/*.is-hidden-btn {
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
}*/

.not-hidden {
  visibility: visible;
  opacity: 1;
  transform: translateY(1px);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -19%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

.location.animate__animated.animate__fadeInUp {
  /*--animate-duration: 2s;*/
  --animate-delay: 2.9s;
}



/* HEADING / HERO ---------------------- */

.west {
  /*background-color: blue;*/
  border-right: 1px solid white;
  /*width: 100%;*/
  padding:2rem 3rem 0 0;

  /*display: flex;*/
  align-items: center;
  /*min-width: 320px;*/
}

.sidebylogo {
  max-width: 500px;
  width: 100%;
  /*background-color: yellow;*/
}

.hero-contain {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  /*background-color: pink;*/
  height: fit-content;

}
.hero {
    padding: 5rem 8% 2rem;
    /*background-color: pink;*/
    position: relative;
    align-items: center;
    display: flex;
    z-index: 3;
    zoom: .9;
    background-image: linear-gradient(183deg, rgba(0,0,0,0.00) 79%, rgba(0,0,0,0.90) 100%);
    background-image: linear-gradient(183deg, rgba(0,0,0,0.00) 79%, rgba(228,38,77,.7) 100%);
    min-height: 99vh;

    /*background-blend-mode: */

}

.hero::before {
  content: "";
  filter:blur(.5);
  position: absolute;
  background-color: yellow;
  width: 100%;
}

/*#heading {

  background-image: url("../img/student-center-toronto.jpg");
    background-image: url("../img/logo-group-w-date.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  min-height: 275px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 650px;
  text-align: center; 
  flex-grow: 2;

}*/

.east {
  margin-left: 2.7rem;
}

img.changing {
    width: 100%;
    padding: 2rem 0 0 0;
}

.left-align {
    display: block;
  }
  .center-align {
    display: none;
  }

/*.east h1 {
  font-family: futura new;
  color:white;
  font-size: 50px;
  margin:0;
}*/


.heading-info {
  color:white;

}

.heading-info h2 {
  font-size: 26px;
  margin: 1.3rem 0px 1.7rem
}

.heading-info .location {
    font-size: 33px;
    margin: 1rem auto;
    letter-spacing: -.001rem;
    padding: 8px 10px 3px;
    background-color: rgba(51, 51, 51, .65);
    /*display: inline-block;*/
    text-align: center;
    font-style: normal;
    /*text-transform: uppercase;*/
    max-width: 530px;
    color: white;

}

section.heading-info p {
    margin: 0;
}

section.heading-info p.time {
  font-size: 15px;
}

section.heading-info p.comped {
  text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 10px;
    font-style: normal;
}



  #heading .conference-logo {
    width: 100%;
    flex-grow: 1;
    height: 100%;
}
/*    margin-top: 150px;
    margin-bottom: 150px;*/
/*    background-image: url("../img/conference_logo_chicago_2018-stacked-svg-outline.svg");*/
/*    background-repeat: no-repeat;
    background-position: center center; }*/


section.keynote {
  background-color: white;
  position: relative;
  padding: 5rem 3% ;
  width: 100%;
  margin: 4rem auto 0;
  margin: 0 auto 0;
  text-align: center;

}

.keynote-container {
  max-width: 1240px;
  margin: 0 auto;
}

p a {
    border-bottom: 1px solid;
    text-decoration: none;
    padding-bottom: .2rem;
    color: #E4264D;
}

p a:hover { 
  padding-bottom:.4rem;
}

.keynote h1 {
  font-family: "futura new", "Hevetica Neue", Helvetica, Arial, sans-serif;
  color: #E4264D;
  font-size: 35px;
  margin: 2rem auto;
  max-width: 90%
}

.keynote h2 {
  font-size: 21px;
  font-weight: bold;
}



section.keynote p.note {
  font-style: italic;
  /*margin-top: 4rem;*/
}

footer .logo img {
    max-width: 58px;
    margin-bottom: 10px;
}


















.sectionhead {
  text-align: center;
  font-family: futura new;
  text-transform: uppercase;
      margin: 2rem 0 3rem;
}

.sectionhead h2 {
  font-size: 60px;
  margin:0;
  margin-bottom: 2.5rem;
}
.headerline {
  height: 4px;
    width: 60px;
    background: white;
    display: block;
    margin: 0 auto .5rem auto;
}




/* ABOUT --------------------------------------------------- */
#about {
  background-color: #fff; }

#about .large-text {
  font-size: 1.6rem; }

#about .large-text h1 {
  margin: 0;
  display: inline; }

/* SPEAKERS --------------------------------------------------- */
/*.main {
    padding: 40px 12%;
    position: relative;
}*/

/*.main h2 {
  font-family: futura New;
  font-size: 7rem;
  color: #E4264D;
  border-bottom: 8px solid;
  font-weight: 400;
  margin: 20px 0 0 -18%;
  max-width: 600px;
  padding: 10px 0 10px 18%;
  text-transform: uppercase;
  width: 100%;
}*/

#speakers {
  background-color: #3c3c3c;
  background-color: #D2DDE8;
  background-color: #E7EDF3;
  /*background-color: white;*/
  color: #D2DDE8; 
  display: block;
}
#speakers .sectionhead h2 {
  color:#E4264D;
}

#speakers .headerline {
    background-color: #3c3c3c;
}


.modal-content p {
  color: #3c3c3c;
  margin: .35rem 0 1rem 0;
}


.note {
  font-size: .9em;
  margin-bottom: 2em;
  margin-top: 2rem;
}

#attend2020 .note {
    font-size: .8em;
    font-style: italic;
    max-width: 800px;
    margin: 0 auto;
}

#attend2020 .note a {
  color: white;
}

.speakers-wrap {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: wrap; 
}

.name {
      font-size: 17px;
    margin: 6px 0;
    color: white;
    font-weight: bold;
    font-weight: 800;
}

.title {
  color: #D2DDE8;

      font-size: 14px;
    line-height: 18px;
    margin: 6px 0;
    letter-spacing: 0;

}

.speaker {
  flex-grow: 1;
  text-align: center;
  margin: 16px 20px;
  width: 220px; 
  position: relative;
    z-index: 8;
}
.headshot {
  width:220px;
  margin: 0 auto;
}

.speaker .headshot img {
  width: 220px; }
.speaker .info {
  background: rgba(35, 35, 35,.6);
  /*background: #262626;*/
  backdrop-filter: blur(7px);
  /*margin: -5px auto 20px auto;*/
  padding: 1%;
  width: 220px;
  text-align: center; 
  position: absolute;
  border-top: 1px solid #E4264D;
  bottom: -8px;
    min-height: 83px;
  left: 0;
    right: 0;
    margin: 0 auto;

  }

.speaker:hover {
  /*cursor: pointer; */
}

.speaker.check.is-hidden {
  visibility: hidden;
  opacity: 0;
  cursor:default;
  offset: ;
  transform: translateY(10px);
  cursor:auto; 
}
.speaker.check.not-hidden {
  visibility: visible;
  opacity: 1;    
  transform: translateY(0px);
  transition: all 600ms ease-in-out 
}


.announcing {
  text-align: center;
  font-size: 15px;
    line-height: 23px;
    font-style: italic;
    color: #3c3c3c;
        font-weight: bold;
    margin-top: 2rem;
}

.feature {
  width: 100%;
  font-size: 1.8rem;
  display: flex;
  padding: 0;
  margin: 58px 20px; }
  .feature .headshot img {
    flex-grow: 2;
    width: 320px; }
  .feature .info {
    flex-grow: 1;
    padding: 0;
    margin: 80px 0; }
  .feature .name {
    padding: 1% 1% 0 1%; }
  .feature .title {
    padding: 0 1% 2% 1%; }
  .feature .highlight {
    background: #E4264D;
    padding: 10px;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.4rem; 
    font-family: 'futura new', sans-serif;
  }

.modal {

    position: fixed;
    z-index: 17;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 1s ease-in-out;
}

.modal.fadeIn {
  display: block;
  -webkit-animation: fadeIn 200ms;
  animation: fadeIn 200ms;
}

.modal.fadeOut {
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
}


.modal-content {
  background-color: #fefefe;
  margin: 2% auto;
  color: #3c3c3c;
  padding: 20px 40px;
  width: 75%;
  /* Could be more or less, depending on screen size */
  transition: all .5s;
  max-width: 900px;
  letter-spacing: 1.1px;
  vertical-align: top;
  line-height: 1.9rem;
  font-size: 1.3rem;
  position: relative;
  z-index: 17;
}
.modal-content h1 {
  margin: 0 0 0 -40px;
  padding: 15px 15px 10px 40px;
  background: #E4264D;
  line-height: 1;
  color: #fff;
  max-width: 440px; 
  font-family: futura new, Helvetica, arial, sans-serif;
}
.modal-content h2 {
  color: #3c3c3c;
  /*line-height: 2.5rem;*/
  font-size: 1.65rem;
  margin: 1.5rem 0;
}
.modal-content h2.show {
    /*opacity: .5;*/
    margin-top: -1.5rem;
  }
.modal-content img {
  width: 150px;
  float: right;
  margin: .25rem 0 20px 20px; }
/*.modal-content .close-modal {
  text-align: right;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  padding: 10px 10px 10px 20px;
  width: 50px;
  float: right;
}*/
.modal-content .close-modal:hover {
  color: #E4264D;
  cursor: pointer; 
}
.modal-content .speaker-session {
  padding-top: 10px;
  border-top: 1px solid #dedede; 
}

/*.modal-content.price-info h2 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin-top: 40px; }*/

.modal-content.memberRegistration-info {
  letter-spacing: 1px;
}

.modal-content.memberRegistration-info .ctas{
  text-align: center;
}


.modal-content.memberRegistration-info .btn-highlight {
  background: #E4264D;
  text-transform: none;
}

.modal-content.memberRegistration-info h2 {
  font-family: futura new;
  font-size: 2.2rem;
  letter-spacing: .0px;
  margin-top: 3rem;
  margin-bottom: 15px;
}

.modal-content.memberRegistration-info .btn-highlight  span{
  background: #E4264D;
  text-transform: uppercase;
  font-weight: bold;
}


/* AGENDA --------------------------------------------------- */

#agenda {
  background-color:#3c3c3c;
  color: white;
}

#agenda h2 {
    color: white;
}
#agenda .headerline {
  background-color: #E4264D;

}

/*#agenda h3 {
  background: #d31f3c;
  padding: 20px 5px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 10px 30px 10px 260px;
  margin-left: -260px;
  font-size: 1.6rem; }
  #agenda h3 span {
    display: block;
    font-size: 1rem;
    padding-top: 10px; }*/

.card-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;

}

.daycard {
  width: 48%;
  display: flex;
    flex-direction: column;
  background-color: rgba(210,221,232,.09);
  border-bottom: 1px solid rgba(210,221,232,.4);
  margin-bottom: 3rem;
  display: grid;
  /*flex-grow: 1 1 auto;*/
  /*flex: 0 1 auto;*/
}

.daycard header {
  background-color: #E4264D;
  padding: 1.53rem 1rem 1.13rem;
  text-align: center;
}

.breakouts-time {
  text-transform: uppercase;
}
.daycard header.exclusive{
  background-color: #D2DDE8;
  color: #3c3c3c;
  padding: 1.13rem 1rem 1.13rem;
  text-align: center;
  text-transform: uppercase;
}
.daycard header.exclusive h3 {
  font-size:19px;
}

.daycard header h3 {
  font-weight: bold;
  font-family: 'Hevetica Neue Bold';
  font-size: 24px;
  margin:0;
}
.daycard header p {
  font-size: 16px;
  color: #D8D8D8;
  color:rgba(210,221,232,1);
  margin: 0;
  letter-spacing: -.01px;
}

.event {
  border-top: 1px solid rgba(210,221,232,.4);
  padding: 0;
  width: 100%; 
  display: flex;
  flex-direction: row;
  /*clear:both;*/
  flex: 1 1 auto;
  
}
.daycard .event:last-child {
  height: 100%;
}
.event h4 {
  color: #d31f3c; }
  .event h4 span {
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 2px solid #fdcd51;
    padding: 0 0 10px 0;
    max-width: 200px; }

.event .left {
  width: 20%;
  min-width: 139px;
    padding: 4% 1% 0;
  /*display: block;*/
  /*height: 100%; */
}

.event .left p {
  margin: 1.3em .4rem;
  text-align: center;
  text-transform: uppercase; 
  font-size: 13.5px;

}

.event .right {
  /*width: 80%;*/
  padding: 3% 3% 0; 
  margin-top:;
  /*flex: 0 1 auto;*/
}



/*.event .who {
  float: left; 
}

.event .right img {
  width: 60px;
  float: left;
  margin: 0 0 1rem 10px; }

.event .sponsored {
  font-size: .75rem;
  font-style: italic;
  letter-spacing: 1.7px; }
*/
.event ul li {
  font-weight: bold;
  text-decoration: none;
background: url(../img/agenda-bullet.png) no-repeat left .6rem;
  /*background-size: 18px 18px;*/
  padding-left: 30px;
  list-style-type: none;
  line-height: 1.6rem;
  padding-bottom: 12px;
  font-size: 16.5px;

}

.event ul li span.esri{
  /*font-style: italic;*/
  font-size: 12px;
  background-color: rgba(255,255,255,.25);
  /*color: #3c3c3c;*/
  padding: 5px; 

}

.event a {
  color: #D2DDE8;
}

.right li p {
  font-size: 15px;
  color: 
}

.tradeshow {
  color: #3c3c3c;
  background:#D2DDE8;
}

.daycard header.tradeheader {
    background-color: #D2DDE8;
    color: #3c3c3c;
    padding: 1.13rem 1rem 1.13rem;
    text-align: center;
    text-transform: uppercase;
}

.tradeshow .left {
  /*background:#D2DDE8;*/
  /*font-family: 'Hevetica Neue Bold';*/
  padding: 2% 1% 0;
}

.tradeshow ul li {
  padding-bottom: 0;
  text-transform: uppercase;
}

.tradeshow .right {
  padding: 1% 3% 0;
  font-weight: bold;
  font-family: 'Hevetica Neue Bold';
}
.tradeshow .left p {
    margin: 1.2em .4rem;

}

span.star {
  color:#E4264D;
  font-weight:bold;
}

strike {
  color:red;
  color: #D2DDE8;
}
span.striking {
  color:white;
}

.soldout {
  text-transform: uppercase;
  font-family: futura new;
  color:#E4264D;
  font-size: 19px;
  
}

.members-sessions {
  font-size: 15px;
  width:100%;

}
.note-contain {
  max-width: 745px;
  margin: 0 auto;
  text-align: center;
}

.note-contain p {
  opacity: .85;
  font-size: .9rem;
}

.note-contain p:last-child {
  opacity: 1;
  font-size: .95rem;
  font-weight: bold;
}

.note-contain a {
  color: #D2DDE8;
}

.event ul {
  padding-left: .5rem;
}

/* TESTIMONIAL ------------------------------------------- */
#testimonial {
  background-color: #fdcd51;
  background-image: url(../img/testimonial.jpg);
  background-position: 6% -20px;
  background-size: 500px;
  background-repeat: no-repeat;
  font-size: 1.75em;
  text-align: right; }
  #testimonial .right {
    width: 60%; }
  #testimonial blockquote {
    font-weight: bold; }
    #testimonial blockquote footer {
      background: transparent;
      color: #333;
      font-size: .5em;
      margin-top: 1em; }
    #testimonial blockquote p {
      margin: 0;
      padding: 0; }

/* SPONSORS ------------------------------------------- */
#sponsors {
  background-color: #fff;
  text-align: center; }
  #sponsors h2 {
    /*border-color: #d31f3c; */
  }
  #sponsors .headerline {
    background-color: #E4264D;
  }
  #sponsors .sponsor-logos {
    text-align: center;
    width: 100%;
    display: flexbox; }
    #sponsors .sponsor-logos img {
      max-width: 207px;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      margin: 30px 15px;
      transiton: all .2s; }
    #sponsors .sponsor-logos img:hover {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }

/* ATTEND ----------------------------------------------- */
/*#attend {
  background-color: #d31f3c;
  color: #fff;
  background-image: url("../img/attend-bg.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain; }
  #attend a {
    color: #fff; }
  #attend a.btn-primary {
    color: #333; }
  #attend h2 {
    border-color: #8b0f1E; }
  #attend h3 {
    font-size: 2em;
    font-weight: bold; }
  #attend .tickets {
    font-size: 2.2em;
    width: 200px; }
    #attend .tickets h4 {
      margin: 0;
      padding: 5px 10px 20px 0; }
    #attend .tickets span {
      font-size: .8rem;
      display: block;
      font-weight: 400;
      letter-spacing: 1.2px; }
  #attend .location {
    font-size: 1.6em;
    margin: 0; }
  #attend address {
    margin: 0;
    padding: 0;
    font-style: normal; }
  #attend .ctas {
    margin: 40px 0; }
  #attend a.pricing {
    color: #fff; }
  #attend h4 > a.pricing {
    text-decoration: none; }
  #attend .pricing:hover {
    color: #fdcd51; }
  #attend .price-info {
    line-height: 1.6; }*/

  #attend2020 {
    background: rgba(228,38,77,.7);
    position: relative;
    padding: 5rem 3%;
    width: 100%;
    color:white;
    margin: 0 auto 0;
    text-align: center;
  }

 #attend2020 .headerline {
    background-color: #3c3c3c;
  }

  #attend2020 .sectionhead h2 {
    margin-bottom: 0;
    font-size: 70px;
  }
  #attend2020 .sectionhead {
    margin: 2rem 0 0rem;
  }
  .date-time {
    margin-top: 5px;
    color: #D2DDE8;
    text-transform: uppercase;
        font-size: 25px;
    font-weight: 100;
    letter-spacing: -0.01px;
  }

.attend-columns {
  display: flex;
  margin:3rem auto 2rem;
  justify-content: center;

}
.attend-col1, .attend-col2 {
  display: inline-block;
  max-width: 47%
}

.attend-col1 {
  text-align: right;
  border-right: 2px solid white;
  padding-right:2.5rem;

}

.attend-col2 {
  padding-left:2.5rem;
  vertical-align: top;
  /*background-color: pink;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.attend-columns .price {
  font-family: futura new;
  font-size: 24px;
}

.attend-columns p {
  margin:0;
}

.attend-columns p:first-child {
  font-size: 24px;
}

.attend-columns p:first-child {
  font-size: 24px;
}


.attend-columns p:nth-child(2) {
  margin: .3rem 0 .6rem;
  font-size: 20px;
}

.currency {
  font-size: 11px;
}

p.not-member {
    color: #D2DDE8;
    font-size: 15px;
    font-style: italic;
}

p.not-member a {
  color: #D2DDE8;
}

 #attend2020 .btn-highlight {
  padding: 27px 40px;
  font-size: 21px;
 }


/* LODGING ----------------------------------*/
#lodging {
  background: #333;
  color: #fff; }
  #lodging h2 {
    border-color: #fff; }
  #lodging a {
    color: #fff; }
  #lodging a.btn {
    color: #333; }

/* PASSPORT -------------------------------------------*/
#passport {
  background-color: #fff;
  font-size: .9em; }
  #passport h3 {
    font-size: 1.8em;
    margin: 0;
    padding: 0;
    font-weight: bold; }
  #passport .fa-plane {
    float: left; }
  #passport div {
    width: initial;
    margin-left: 20px; }
  #passport a {
    color: #d31f3c; }
  #passport a:hover {
    color: #8b0f1e; }

footer {

/*  background-color: #333;
  background-color: rgba(0,0,0,.2);*/
  color: #fff;
  position: relative;
  bottom: 0;
  width: 100%;
  font-size: .9em;
 }


 footer.cf.become {
  /*background-color: brown;*/
  /*margin-bottom: 2rem;*/
 }


  footer .logo {
    width: 100%;
    text-align: center;
  }
  footer .logo img {
    max-width: 58px;
    margin-bottom: 10px; 
    opacity: .7;
    /*display: none;*/
  }
  footer a {
    color: #fff;
    text-decoration: none; }


  footer .columns {
    display: flex;
    font-size: 14px;
    /*padding: 0 4%; */
  }
    footer .columns h4 {
    font-family: "futura new", "Hevetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.52em;
    text-transform: uppercase;
  }

  footer .col-container {
    max-width: 300px;
    margin: 0 auto 2rem;
  }

  footer .columns a {
  border-bottom: 1px solid;
  color: inherit;
  padding-bottom:.2rem;
}
footer .columns a:hover {
  /*border-bottom: 3px solid;*/
  padding-bottom: .4rem;
}


footer .col:nth-of-type(1).active{
    background: blue;
    background:rgba(228,38,77,.7);
}
footer .col:nth-of-type(2).active{
    background: blue;
    background:rgba(228,38,77,.7)
}

  footer .col:nth-of-type(1) {

    flex-grow: 1;
    padding: 5% 4%;
    width: 50%;
    order: 1;
    background: #E4264D;
    background: rgba(228,38,77,.9);
    background:rgba(60,60,60,.99);
    cursor: pointer;

  }


/*footer .col:nth-of-type(1):hover {
background: rgba(228,38,77,.5);

}

footer .col:nth-of-type(2):hover {
background: rgba(228,38,77,.5);

}*/
  footer .col:nth-of-type(2) {
    flex-grow: 1;
    order: 3; 
    padding: 5% 4%;
    width: 50%;
    order: 1;
    background: #3C3C3C;
    background: rgba(60,60,60,.99);
    cursor: pointer;
    /*mix-blend-mode: saturation;*/

  }

  footer .col:nth-of-type(3) {
    padding: 3% 0 0 2%;
    flex-grow: 3;
    order: 2; }
/*  footer .logo-conference {
    width: 250px; }*/
/*  footer .footer-nav {
    text-align: center; }
    footer .footer-nav nav {
      margin: 30px auto 0 auto;
      width: 120px;
      text-align: center; }
      footer .footer-nav nav ul {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-padding-start: 0;
        -moz-margin-before: 0;
        -moz-margin-after: 0;
        -moz-padding-start: 0; }
        footer .footer-nav nav ul li {
          display: block;
          text-align: left;
          text-transform: uppercase;
          margin-bottom: .8em;
          padding-bottom: .2em;
          border-bottom: 2px solid transparent;
          text-align: center;
          font-size: 1.3em; }
        footer .footer-nav nav ul li:hover {
          border-bottom: 2px solid #fff; }
  footer .social {
    text-align: center;
    margin: 50px 0; }
    footer .social .fa {
      border: 1px solid #fff;
      border-radius: 5px;
      font-size: 30px;
      width: 50px;
      height: 50px;
      padding-top: 10px;
      transition: .2s all; }
    footer .social .fa:hover {
      border: 1px solid #fff;
      background: #fff;
      color: #333; }*/
  footer p:last-child {
    margin: 0; }
  footer p:last-child.hashtag {
    margin-top: 20px; }



.col.check.is-hidden:nth-of-type(1) {
  visibility: hidden;
  /*opacity: 0;*/
  offset: ;
  transform: translateY(0px);
  transform: translateX(-90px); 
}

.col.check.not-hidden:nth-of-type(1) {
  visibility: visible;
  opacity: 1;    
  transform: translateY(0px);
  transition-delay: 250ms;
  transition: all 400ms ease-in-out; 
  transition-delay: 50ms;

}

.col.check.is-hidden:nth-of-type(2) {
  visibility: hidden;
  opacity: 0;
  offset: ;
  transform: translateY(0px);
  transform: translateX(90px); 
}

.col.check.not-hidden:nth-of-type(2) {
  visibility: visible;
  opacity: 1;    
  transform: translateY(0px);
  /*transition-delay: 250ms;*/
  transition: all 400ms ease-in-out; 
  transition-delay: 19550ms;
  transform: translateX(0px); 

}

.col-body.check.is-hidden {
  transform: translateY(0px); 
  opacity: 0; 

}
.col-body.check.not-hidden {
  opacity: 1; 
  transform: translateY(0px); 
  transition-delay: 350ms;
}

.col-body2.check.is-hidden {
  transform: translateY(0px); 
  opacity: 0; 
}
.col-body2.check.not-hidden {
  opacity: 1; 
  transform: translateY(0px); 
  transition-delay: 450ms;
}


div#sponsor-info {

  transition: all 400ms ease-in-out; 
}
div#sponsor-info:hover {
    /*transform: scale(1.15);*/
    transition: all 400ms ease-in-out; 
}



footer.low {
  background-color: #303030;
  padding: 3rem 2% 8px;
}
footer.low p {
  margin:0;
}

footer.low small {
  /*background: #202020;*/
  bottom: 0;
  display: block;
  font-size: .7em;
  letter-spacing: .8px;
  margin: 0 auto;
  padding-top: 10px;
  opacity: 0.7;
  text-align: center;
  width: 100%; 
}


footer .columns a {
  border-bottom: 1px solid;
  color: inherit;
  padding-bottom:.2rem;
}
footer .columns a:hover {
  /*border-bottom: 3px solid;*/
  padding-bottom: .4rem;
}
footer.low a {
  color:inherit;
  border-bottom: none;
}

footer .columns a.tel {
  border-bottom: none;
}



/* The Modal (background) */
.modal {
  /*display: none;*/
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 2% auto;
  /* 2 from the top and centered */
  padding: 12px 40px;
  width: 75%;
  text-align: center;
      position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    /* bottom: 50%; */
    height: fit-content;
  /* Could be more or less, depending on screen size */
  transition: all .5s;
  max-width: 649px;
  font-size: .9rem; }

  .modal-content h1 {
    margin: 0 0 0 -40px;
    padding: 5px 5px 5px 40px;
    background: #d31f3c;
    color: #fff;
    max-width: 440px; }
  .modal-content img {
    width: 150px;
    float: right;
    margin: 0 0 20px 20px; }
  .modal-content .close-modal {
    text-align: right;
    font-size: 29px;
    color: #B5B3B3;
    /*font-weight: bold;*/
    margin: 0;
    /*padding: 10px 10px 10px 20px;*/
    /*width: 50px;*/
    float: right;
    margin: -15px -23px 0 0;
  }
  .modal-content .close-modal:hover {
    color: #d31f3c;
    cursor: pointer; }
  .modal-content .speaker-session {
    padding-top: 10px;
    border-top: 1px solid #dedede; }

.modal-content.price-info h2 {
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  font-family: 'Futura New';
    color: #E4264D;
  text-align: center;
  font-size: 25px;
  margin-top: 40px; }

  p a.close-modal.modal-link {
    margin: 0;
    color: #E4264D;
    float: none;
    font-size: inherit;
    display: initial;
    padding: 0 0 .1rem 0;
  }

  p a.modal-link, .modal-content p a {
    padding:0 0 .1rem 0;
  }
  p a.modal-link:hover, .modal-content p a:hover {
    padding:0 0 .3rem 0;
  }
  .modal-content h3 {
    font-family: 'Futura New';
    font-size: 20px;
    line-height: 25px;
    margin: 1.65rem 0 1.2rem 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid gray;
    border-top: 1px solid #D2DDE8;
    /*margin-bottom: 0;*/
}
  .modal-content a.dropbtn.btn.btn-highlight.sold-out-btn {
    border: 2px solid #E4264D;
    color: #E4264D;
    font-weight: bold;
    margin:1rem;
    margin: .5rem 0rem ;
    padding: 6px 17px;
    font-size: 15px;

}

.modal-content a.dropbtn.btn.btn-highlight.sold-out-btn:hover {
  color: white;
  background-color: #E4264D;

}

@media screen and (min-width: 1573px) {
  body > header,
  #heading,
  #about,
  #speakers,
  #agenda,
  #testimonial,
  #sponsors,
  #attend,
  #passport,
  footer.columns {
    /*padding-left: 12%;*/
    /*padding-right: 12%; */
  }
  #testimonial {
    background-size: 550px; }
  #attend {
    background-size: 80%; } }

@media screen and (min-width: 1302px) {
  #gronbach-ken .info {
    margin: 80px 0 80px 300px; }
  #forbes-steve .info {
    margin: 80px 300px 80px 0; } }

@media screen and (max-width: 1342px) {
  body > header {
    background-image: url("../img/ccim-website-logo.svg");
    background-position: 8%;
    background-size: 255px;
    background-repeat: no-repeat; }
    body > header .logo {
      display: none; } }

@media screen and (max-width: 1321px) {
  .event .left {
    /*width: 30%; */
  }
  .event .right {
    /*width: 70%; */
    } 
}

@media screen and (max-width: 1145px) {
  body > header {
    transition: 0;
    height: 60px;
    /*background-image: none;*/ }
/*    body > header .logo {
      display: initial;
      margin-top: 10px; }*/
    body > header nav {
      margin-top: -600px;
      background: #fff;
      transition: 0; }
      body > header nav ul {
        -webkit-padding-start: 0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -moz-margin-before: 0;
        -moz-margin-after: 0;
        -moz-padding-start: 0; }
      body > header nav a {
        padding: 20px;
        width: 100%;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid transparent;
        margin: 0; }
      body > header nav a:hover {
        background: #fdcd51;
        color: #fff;
        border-top: 1px solid #fdcd51;
        border-bottom: 1px solid #fdcd51; }
    body > header nav.hide-nav {
      margin-top: -600px; }
    body > header nav.unhide-nav {
      width: 100%;
      position: absolute;
      margin-top: 0;
      top: 60px;
      right: 0;
      max-width: 500px;
      background: #efefef;
      transition: all .2s; }
      body > header nav.unhide-nav ul li {
        display: block;
        width: 100%; }
        body > header nav.unhide-nav ul li .btn, body > header nav.unhide-nav ul li .btn-primary {
          margin-left: 0 !important;
          padding: 20px 0; }
  .burger {
    background-size: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    padding: 20px;
    float: right;
    margin-top: 10px;
    z-index: 2;
    display: block; }
  .menu-open {
    background-image: url(../img/burger-menu.svg); }
  .menu-close {
    background-image: url(../img/burger-menu-close.svg); }
  .burger:hover {
    cursor: pointer; }
  #testimonial {
    background-position: 4% -10px;
    background-size: 450px;
    padding: 30px 8%; }
    #testimonial .right {
      width: 50%; } }

@media screen and (max-width: 1000px) {
footer .col-container {
    max-width: 500px;
    text-align: center;
  }


  footer .columns {
    flex-wrap: wrap; }
  footer .col:first-child, footer .col:nth-child(2), footer .col:nth-child(3) {
    flex-grow: 1;
    /*border-bottom: 1px solid #6b6b6b;*/
    min-width: 100%;
    padding: 4% 6%; }
  footer .col:nth-of-type(1) {
    /*order: 2; */
  }
    footer .col:nth-of-type(1) img {
      width: 300px;
      margin-top: 20px; }
  footer .col:nth-of-type(2) {
    order: 1; }
  footer .col:nth-of-type(3) {
    /*order: 3;*/
    margin-top: 20px; }
  #testimonial {
    background-position: -60px -10px; }
    #testimonial .right {
      width: 58%;
      font-size: 1.3rem; }
    #testimonial blockquote footer {
      font-size: .9rem; } 

  .heading-info .location{
    font-size: 23px;
    /*margin: 0 auto;*/
    letter-spacing: -.001rem;
    padding: 8px 10px 3px;
    background-color: rgba(51, 51, 51, .65);
    /* display: inline-block; */
    text-align: center;
    font-style: normal;
    /* text-transform: uppercase; */
    max-width: 400px;
    color: white;}

    }

@media screen and (max-width: 1061px) {
  #testimonial .right {
    width: 60%; } }

@media screen and (max-width: 1061px) {
  #testimonial .right {
    width: 60%; } }

@media screen and (max-width: 900px) {
  #heading .conference-logo {
    /*background-image: url("../img/toronto-2017-full-conference-logo.svg"); */
    }
  .event .right, .event .left {
    clear: both;
    /*width: 100%; */
  }
  .feature {
    font-size: 1.5rem; }
    .feature .info {
      margin: 90px 0; } }

@media screen and (max-width: 856px) {
  .heading-info h2 {
      font-size: 21px;
      margin: 1rem 0px 1.3rem;
  }
  #attend {
    background-size: cover; } }

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

  .daycard {
    width: 100%;
  }
  .keynote h1 {
    font-size: 31px;
  }
  .keynote h2 {
    font-size: 18px;
    font-weight: bold;
  }
  #passport {
    padding: 20px 8% 0; }
    #passport .fa-plane {
      display: none; }
    #passport div {
      width: initial;
      margin-left: 0; }
    #passport h3 {
      font-size: 1.3em; }
  .modal-content .close-modal {
    width: 100%;
    display: block; }
  .modal-content h1 {
    clear: right; }
  .feature {
    flex-direction: column; }
    .feature .info {
      width: 320px;
      margin: -10px auto 20px auto; }
  #gronbach-ken .headshot {
    order: 1; }
  #gronbach-ken .info {
    order: 2; } }




@media screen and (max-width: 740px) {
  .heading-info h2 {
      font-size: 21px;
      margin: 1rem 0px 1.3rem;
  }




  #testimonial {
    padding: 0; }
    #testimonial .right {
      width: 90%;
      padding: 10px;
      background: rgba(0, 0, 0, 0.5);
      margin: 200px 0 0 0;
      color: white; }
    #testimonial blockquote footer {
      color: #fff; } }

@media screen and (max-width: 700px) {
  .featured-speakers {
    flex-direction: column;
    text-align: center; }
  .feature {
    width: 400px;
    margin: 0 auto;
    font-size: 1.2rem; }
    .feature .highlight {
      font-size: 1rem; } }

@media screen and (max-width: 636px) {
  .attend-columns {
    display: flex;
    margin: 3rem auto 2rem;
    flex-direction: column;
    justify-content: center;
  }
  .attend-col1, .attend-col2 {
    /*display: block;*/
    max-width: 100%;
    text-align:center;
    margin:auto;
  }
  .attend-col1 {
    padding-right:0;
    border-right: none;
    text-align: center;
    padding-bottom: 1rem;
    /*border-bottom: 1px solid white;*/
  }
  .attend-col2 {
    padding-left:0;
    border-right: none;
    text-align: center;
    width: 100%;
    padding-top: 1rem;

  }


  .heading-info .location {
    font-size: 22px;
    margin: 1rem auto;
    letter-spacing: -.001rem;
    padding: 8px 10px 3px;
    background-color: rgba(51, 51, 51, .65);
    /*display: inline-block;*/
    text-align: center;
    font-style: normal;
    /*text-transform: uppercase;*/
    max-width: 400px;
    color: white;

}




  .speaker, .speaker .headshot img, .speaker .info {
    /*width: 260px; */
  } 
  }

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


  section.keynote {
      padding: 4rem 6% ;
      /*text-align: left;*/
  }
  

  #sponsors .sponsor-logos img {
    margin: 10px; }
  #agenda h3 {
    font-size: 1.4rem; }
  #attend {
    background-image: none; }
    #attend .btn {
      margin: 10px 0;
      width: 100%;
      float: left;
      text-align: center; }
    #attend .ctas {
      margin: 0; }
  .modal-content {
    width: 90%;
    text-align: center;
    padding: 0; }
    .modal-content .close-modal {
      width: 100%;
      display: block;
      margin: -20px 20px -10px -10px;
      padding: 20px 0 20px 20px; }
    .modal-content h1 {
      clear: right;
      width: 100%;
      max-width: 100%;
      font-size: 1.8rem;
      margin: 0;
      padding: 10px 0; }
    .modal-content h2 {
      font-size: 1.3rem;
      padding: 0 20px; }
    .modal-content img {
      float: none;
      margin: 0; }
    .modal-content p {
      /*text-align: left;*/
      padding: 0 20px; 
      margin: .5rem 0;
    }
  .modal-content.price-info h2 {
    /*text-align: left; */
  }
  .modal-content.price-info p, .modal-content.price-info ul {
    /*text-align: left; */
  }
  .modal-content.price-info .close-modal {
    text-align: right; } }



@media screen and (max-width: 600px) {
  .hero {
    padding: 5rem 8% 2rem;
  }
  .hero-contain {
    flex-direction: column;
  }
  .west {
    border-right:none;
    border-bottom: 1px solid white;
    padding:0 0 1rem;
    text-align: center;
  }
  .east {
    margin-left: 0;
  }
  .left-align {
    display: none;
  }
  .center-align {
    display: block;
  }

  .sidebylogo {
    max-width: 300px;
    width: 100%;
    /*background-color: yellow;*/
  }
  .heading-info h2 {
      font-size: 19px;
      margin: 1rem 0px 1.3rem;
      text-align: center;
  }
  .ctas {
    text-align: center;
  }


}

/*@media screen and (max-height: 640px) {
  #heading {

    height: 56vh;

    margin-top: 105px;
  }
}*/



@media screen and (max-width: 530px) {
  #testimonial {
    background-size: 450px;
    background-position: 0 0; }
    #testimonial .right {
      width: 100%;
      text-align: center; }
    #testimonial blockquote footer {
      margin-top: .5em; } 
      #heading {
      /* max-height: 200px; */
      height: auto;

    }

@media screen and (max-width: 470px) {
  .keynote h1 {
    font-size: 24px;
    font-size: 24px;
    margin: 0 auto;
    max-width: 100%;
  }

  .perks-group {
    margin: 3rem 0 3rem;

  }

  section.keynote .perk p {
    font-size: 17px;
  }

  section.keynote p {
    font-size: 17px;

  }

  footer .columns {
    display: flex;
    font-size: 16px;
    /* padding: 0 4%; */
  }

  body > header {
    height: 50px;
    background-image: url("../img/ccim-50th-logo-no-tag.svg");
    background-position: 8%;
    background-size: 80px;
    background-repeat: no-repeat; }
    body > header .logo {
      display: none; }
    body > header nav.unhide-nav {
      top: 50px; }
  .burger {
    margin-top: 4px;
    width: 40px;
    height: 40px; }
  #testimonial .right {
    width: 100%;
    text-align: center; }
  #testimonial blockquote > p {
    font-size: 1rem; }
  #testimonial blockquote footer {
    margin-top: .5em; } 

  .ctas {
    margin:20px auto 0;
  }
  .btn {
    padding:15px 10px 12px;
    width: 80%;
    /*display: block;*/
    font-size: 18px;
  }
  .dropdown {
    display: block;
  }
  footer .logo img {
    max-width: 45px;
  }

}

@media screen and (max-width: 365px) {
  .speaker, .speaker .headshot img, .speaker .info {
    width: 220px; }
  .modal-content p {
    font-size: .9rem; } 

    #heading {
      margin-top: 45px;
    }
  }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  footer .columns {
    flex-wrap: wrap; }
  footer .col:first-child, footer .col:nth-child(2), footer .col:nth-child(3) {
    flex-grow: 1;
    border-bottom: 1px solid #6b6b6b;
    min-width: 100%;
    padding: 2% 2% 5% 2%; }
  footer .col:nth-of-type(1) {
    order: 2;
    width: 100%; }
    footer .col:nth-of-type(1) img {
      width: 300px;
      margin-top: 20px; }
  footer .col:nth-of-type(2) {
    order: 1;
    width: 100%; }
  footer .col:nth-of-type(3) {
    order: 3;
    width: 100%; } }

@media screen and (min-width: 1000px) {
  #heading {
    /*min-height: 357px;
    min-height: 417px;*/
  }
}






/*@media screen and (max-height: 640px) {
  #heading {

    height: 56vh;

  }
}
*/

