/*
Theme Name: CFI Conferences Theme
Author: Marc Kreidler and Alex Nicaise
Author URI: http://centerforinquiry.net
Text Domain: cfi-conference
*/


/* CSICon 2019 Static */

:root {
  --primary: #66BB6A;
  --dark-primary: #379944;
}

*{
  font-family: 'lato';
}

body{
  overflow-x: hidden;
  background-color: #FAFAFA;
}

.container-fluid, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  padding: 0px;
}

.row{
  margin-left: 0px;
  margin-right: 0px;
}

/* Navbar Toggler (Code By Jesse Couch) */

#menu-text{
  display: none !important;
}

#nav-icon3 {
  display: inline;
  margin-left: 10px;
  width: 30px;
  height: 26px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
}
#nav-icon3 span {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #FFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media screen and (min-width: 992px){
  #nav-icon3{
    display: none !important;
  }
}

/* Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.navbar{
  background-color: #333;
  padding: 25px 50px;
  z-index: 9999;
  width: 100vw;
}

.page-template-home-page .navbar{
  background-color: transparent;
  padding: 25px 50px;
  position: absolute;
}

.page-template-home-page .navbar.graynav{
  background-color: #333;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
  position: fixed;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-item a {
  color: white;
  font-weight: 500;
}

.nav-item a:hover {
  color: #999;
}

#logo{
  max-height: 50px;
}

.white-button{
  color: #333;
  background: white;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 500;
}

.white-button:hover {
  background: #EAEAEA;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.white-button-outline{
  color: white;
  background: transparent;
  padding: 8px 28px;
  border: 3px solid white;
  border-radius: 5px;
  font-weight: 500;
}

.white-button-outline:hover {
  color: #333 !important;
  background: white;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}

.green-button{
  color: white;
  background: var(--primary);
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 500;
}

.green-button:hover {
  color: white;
  background: var(--dark-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.green-button-outline{
  color: var(--primary);
  background: transparent;
  padding: 8px 28px;
  border: 3px solid var(--primary);
  border-radius: 5px;
  font-weight: 500;
}

.green-button-outline:hover {
  color: white !important;
  background: var(--primary);
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}

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

  .navbar-collapse{
    background: #DDD;
    margin: 25px -50px -25px -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-nav{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-item{
    text-align: center;
  }

  .nav-item a{
    color: #333
  }
  
  .nav-item .white-button-outline{
    background-color: #333;
    border: none;
    color: white;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
  }

  .nav-item .white-button-outline:hover{
    background: #999;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px){
  .page-template-home-page .navbar{
    background-color: #333;
    padding: 25px;
    position: static;
  }
}

/* Home Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Landing ~~~~~~~~~~~~~~~~~~~~~~~~ */

#homeVid{
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.55;
  width: 100%;
  min-height: 100vh;
}

.row.landing{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: auto;
}

.row.landing .row{
  position: absolute; 
  width: 100%; 
  height: calc(100% - 100px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}


.row.landing .col-12.col-md-6{
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#text-outer{
  max-width: 600px;
  text-align: left;
  color: white;
}

#text-outer hr {
  border-top: 1px solid white;
}

.audio-container {
    background-color: #fafafa;
    margin: auto;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}

.audio-container h3 {
    text-align: center;
    width: 100%;
    color: var(--primary);
    font-weight: bold;
}

@media screen and (min-width: 767px){
  .hurrytimer-headline{
    font-size: 33px !important;
  }
  .hurrytimer-timer-digit{
    font-size: 50px !important;
  }
  .hurrytimer-timer-label{
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px){
  #homeVid{
    display: none;
  }
  .row.landing{
    width: 100vw;
    background: url('/wp-content/uploads/sites/25/2019/04/Screen-Shot-2019-04-16-at-1.47.08-PM.jpg');
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .row.landing .row{
    position: static; 
  }

  .row.landing .col-12.col-md-6{
    height: auto;
    padding: 25px;
  }

  #text-outer{
    text-align: center;
  }
}

/* Featured Speakers ~~~~~~~~~~~~~~~~~~~~~~~~ */

.home-header{
  padding-top: 100px;
  padding-bottom: 50px;
  display: block;
  text-align: center;
}

.home-header hr{
  width: 40px;
  border-top: 4px solid var(--dark-primary);
  display: block;
  margin: 20px auto 0px auto;
}

.home-speaker-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 150px;
}

.speaker-img.home-speaker-img{
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
          box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
  z-index: 9998; 
}

.home-speaker-bio{
  background-color: var(--primary);
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
          box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
  position: relative;
}

.speaker-bio-inner{
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
          box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
  width: 100%;
  height: 100%;
  padding: 50px 100px;
  position: relative;
  text-align: left;
}

.home-speaker-row:last-child{
  margin-bottom: 225px;
}

.home-speaker-row:nth-child(odd) .home-speaker-bio{
  top: 100px;
  right: 50px;
}

.home-speaker-row:nth-child(odd) .speaker-bio-inner{
  top: 25px;
  right: 25px;
}

.home-speaker-row:nth-child(odd) .speaker-img.home-speaker-img:nth-child(3), .home-speaker-row:nth-child(even) .speaker-img.home-speaker-img:nth-child(1){
  display: none;
}

.home-speaker-row:nth-child(even) .home-speaker-bio{
  top: 100px;
  left: 50px;
}

.home-speaker-row:nth-child(even) .speaker-bio-inner{
  top: 25px;
  left: 25px;
}

@media screen and (max-width: 767px){
  .home-speaker-row{
    margin-bottom: 25px;
  }

  .home-speaker-row:last-child{
    margin-bottom: 100px;
  }

  .home-speaker-row:nth-child(even) .speaker-img.home-speaker-img:nth-child(1){
    display: block;
  }
  .home-speaker-row:nth-child(even) .speaker-img.home-speaker-img:nth-child(3){
    display: none;
  }
  .home-speaker-row:nth-child(odd) .home-speaker-bio{
    top: -50px;
    right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .home-speaker-row:nth-child(odd) .speaker-bio-inner{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    right: 0;
  }
  .home-speaker-row:nth-child(even) .home-speaker-bio{
    top: -50px;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .home-speaker-row:nth-child(even) .speaker-bio-inner{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    left: 0;
  }
}

@media screen and (max-width: 576px){
  .speaker-bio-inner{
    padding: 50px 30px;
  }

  .speaker-img.home-speaker-img{
    width: 150px;
    height: 150px;
  }
}

/* Promo Area ~~~~~~~~~~~~~~~~~~~~~~~~ */

#promo-row .col-12.col-md-6:nth-child(1){
  background: url('/wp-content/themes/img/CSICON-save-the-date-19-.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 400px;
}

#promo-row .col-12.col-md-6:nth-child(2){
  background-color: #333;
  color: white;
  padding: 100px 50px;
}

#promo-buttons{
  padding-top: 25px;
}

#promo-buttons a:nth-child(1){
  margin-right: 10px;
}

@media screen and (max-width: 848px) and (min-width: 768px){
  #promo-buttons a:nth-child(1){
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 576px){
  #promo-row .col-12.col-md-6:nth-child(2){
    padding: 50px 25px;
  }
}

/* Time Table ~~~~~~~~~~~~~~~~~~~~~~~~ */

.tt_row:last-of-type{
  min-width: 100% !important;
}

.accordion>.card:first-of-type, .accordion>.card:last-of-type{
  border-radius: 0;
}

.card {
  border: 1px solid #EEE;
}

.card-header{
  background: white;
  border-bottom: #EEE;
  padding: 0;
  border-radius: 0px !important;
}

.card button.btn{
  width: 100%;
  height: 100%;
  padding: 25px;
  border-radius: 0;
  white-space: normal;
}

.card:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
          box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
  z-index: 9997;
}

.card.no-desc .card-header{
  padding: 25px;
}

.accordion .card.no-desc:first-of-type .card-header{
  background-color: #BBB;
  color: #666;
}

.card.no-desc:hover{
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-header p, .card-header button{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

span.active-event{
  display: inline-block;
  min-width: 15px;
  min-height: 15px;
  border-radius: 1000px;
  margin-right: 15px;
  background-color: var(--primary);
}


/* Updates ~~~~~~~~~~~~~~~~~~~~~~~~ */

.page-row .col-12.col-lg-10.col-xl-8{
  text-align: center;
}

.update-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #EEE;
}

.update-row:first-of-type{
  padding-top: 0px;
}

.update-row:last-of-type{
  border-bottom: none;
}

.update-desc{
  max-width: 400px;
  width: 100%;
  text-align: left;
}

.update-title a{
  color: #333;
}

.update-date, .update-author, .update-author a{
  color: #999;
  margin-bottom: 5px;
}

.update-img{
  width: 200px;
  height: 150px;
  float: left;
  margin-right: 25px;
}


@media screen and (max-width: 764px){
  .update-desc{
    margin-top: 25px;
  }
  .update-img{
    float: none;
    margin-right: 0px;
    width: 100%;
    max-width: 400px;
  }
}

/* Updates ~~~~~~~~~~~~~~~~~~~~~~~~ */

.info-block{
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
          box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
  padding: 50px;
  margin-bottom: 50px;
}


.info-icon div{
  display: inline-block;
  max-width: 250px;
  background-color: #333;
  padding: 50px;
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
          box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
  margin-top: 50px;
}

#info-col .row:nth-child(odd) .info-icon:nth-child(1) div{
  float: right;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#info-col .row:nth-child(even) .info-icon:nth-child(3) div{
  float: left;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#info-col .row:nth-child(even) .info-icon:nth-child(1), #info-col .row:nth-child(odd) .info-icon:nth-child(3) div{
  display: none;
}


.info-icon img{
  width: 100%;
  max-width: 150px;
}

@media screen and (max-width: 991px){
  .info-icon div{
    padding: 25px;
  }
}

@media screen and (max-width: 767px){
  .info-icon img{
    width: 50px;
  }

  #info-col .row:nth-child(even) .info-icon:nth-child(3){
    display: none;
  }
  #info-col .row:nth-child(even) .info-icon:nth-child(1){
    display: block;
  }

  #info-col .row:nth-child(even) .info-icon:nth-child(1) div, #info-col .row:nth-child(odd) .info-icon:nth-child(1) div{
    float: left;
    margin-left: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media screen and (max-width: 1070px) and (min-width: 992px){
  .info-block a.green-button:first-of-type{
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 567px){
  .info-block{
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Single Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.page-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 70px;
    padding-right: 70px;
}

.page-row .col-12.col-lg-8.spk_col{
  text-align: center;
}

.page-header{
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-header hr{
  width: 100px;
  border-top: 10px solid var(--dark-primary);
  display: block;
  margin: 0px auto 10px 0px;
}

.speaker-bio{
  padding-left: 50px;
  padding-top: 100px;
}

.presenting-block {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
  padding-left: 50px;
  background: white;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
  border-radius: 10px;
}

.presenting-block p {
  margin-bottom: 0;
}

.speaker-row hr{
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}

div .btn{
  margin: 10px;
}

@media screen and (max-width: 767px){
  .speaker-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .speaker-bio{
    padding-left: 0;
    padding-top: 50px;
  }
}

@media screen and (max-width: 576px){
  .page-row{
    padding-left: 25px;
    padding-right: 25px;
  }

  .btn{
    display: block;
  }

  .card-header p .btn, #updates-btn{
    margin-bottom: 0px;
  }
}

/* Speaker Images ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.speaker-img{
  width: 200px;
  height: 200px;
  border-radius: 1000px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
          background-size: cover !important;
}

#speakers-btn{
  margin-bottom: 100px;
}


/* Regular Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.entry-content table {
  text-align: center;
}

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

.entry-content a {
  color: #379944;
}

.entry-content input, .entry-content textarea {
  width: 100%;
}  

.entry-content textarea {
  height: 125px;
}  

.entry-content input[type=submit] {
  width: auto;
  background-color: #66BB6A;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  border: 0px;
  font-weight: 500;
}

.entry-content input[type=submit]:hover {
  background-color: #379944;
  cursor: pointer;
}

/* Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

footer {
  background-color: #333;
  margin-top: 100px;
  padding: 75px 25px;
  text-align: center;
}

footer img {
  width: 250px;
  padding: 20px;
}

footer hr{
  border-top: 1px solid white;
  max-width: 500px;
}

.logo-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;  
}

/* Marc Adjustments */

#speaker-one {
  height: 75px;
  width: 75px;
  border-radius: 100%;
}

.img-fit {
 background-repeat: no-repeat;
 background-position: center center;
 -webkit-background-size: cover !important;
 background-size: cover !important;
}

.card-body .presenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
}

.card-body h5 {
  margin: 10px 0 0;
}  

.card-body {
  max-width: 558px;
  margin-left: auto;
  margin-right: auto;
}

.speaker-bio {
  margin-bottom: 50px;
}

.fas.fa-ticket-alt {
  color: #379944;
  margin: 0px 5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.alert i {
  float: left;
  margin-top: 4px;
}

.alert p {
  margin-bottom: 0px;
}

footer button {
  font-size: 2em !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  margin-bottom: 50px;
}

.card-header .btn {
  margin: 0px;
}

.card-header .btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55,153,68,.25);
          box-shadow: 0 0 0 0.2rem rgba(55,153,68,.25);
}

html {
  background-color: #333;
}

.info-block p a {
  color: #379944;
}

.card-body p a {
  color: #379944;
}

/* 404 Page */

.no-stretch{
  max-width: 1400px;
  width: 100%;
  -webkit-margin-end: auto;
  -webkit-margin-start: auto;
}

#fourohfour-row{
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

#fourohfour-row img{
  margin-left: auto;
  margin-right: 100px;
  width: 100%;
  height: 100%;
  max-width: 450px;
  max-height: 450px;
}

#fourohfour-row .input-group-btn .btn{
  margin: 0px;
  background-color: #333;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
}

#fourohfour-row .input-group-btn i{
  color: var(--primary);
}


#fourohfour-row .input-group-btn .btn:hover{
  background-color: #999;
}

#fourohfour-row .input-group-btn .btn:hover i{
  color: var(--primary);
}

.four-header{
  font-size: 10em;
  font-weight: 900;
}

#fourohfour-row h2{
  margin-top: -15px
}

#fourohfour-row .col-12.col-md-8.col-lg-6{
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#fourohfour-row .col-12.col-md-8.col-lg-5{
  max-width: 600px;
}

.fourohfour-search-container{
  margin-top: 2rem !important;
}


@media screen and (max-width: 567px){
  .four-header{
    font-size: 5em;
  }
}

@media screen and (max-width: 991px){
  #fourohfour-row img{
    margin: auto;
  }
  #fourohfour-row .col-12.col-md-8.col-lg-5{
    text-align: center;
  }
}

.nf-form-content label {
  font-size: 1em !important;
  font-weight: 400 !important;
} 

.nf-field-element input[value=Submit] {
  color: white !important;
    background: var(--primary) !important;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
}

.nf-field-element input[value=Submit]:hover {
    color: white !important;
    background: var(--dark-primary) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.presenter-info a {
  color: #379944;
}

.presenter-info a:hover {
  color: #379944;
}

.presenting-block a {
  color: #379944;
}

.presenting-block a:hover {
  color: #379944;
}

.schedule-anchor {
  position: relative;
  top: -120px !important;
}

