h3.info-subhead {
    margin-top:60px;
}

.whovabutton {
    background-color: #252443;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    padding: 15px 25px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 5px;
}

.whovabutton:hover {
    color: #252443!important;
    background-color: #ffffff!important;
    text-decoration: none!important;
    border: 1px solid #252443!important;
}

.whovabutton:visited {
    background-color: #252443;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    padding: 15px 25px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.smallspacer {
   
    height:20px;
}


a.fp-chevron {
    cursor: pointer;
    height: 100%;
}

a.fp-chevron i {
    transition: color .3s;
}

a.fp-chevron:hover i {
    color: #ffffff;
}
/* overview */

hr.fp-hr {
    background-color: #252443;
}

div.overview-wrap {
    padding: 0px 20px;
}

div.overview-text {
    text-align: left;
}

/* end overview */
div.fp-slide {
    margin: 0px 15px;
}

div.scrollbuttonwrap {
    width: 100%;
    text-align: center;
}

div.info-wrap {
    padding: 80px 0px;
}

div.slick-track {
    max-height: 220px;
}


/* start base responsive */

div.masthead {
    min-height: 500px;
    background-image: url('https://scipolsymposium.scipolnetwork.com/wp-content/uploads/globe_hero_1600x600-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0px 0px 0px;
    min-height: calc(100vh - 210px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero-text-wrap {
    background-color: rgba(255,255,255, 0.9);
    padding: 30px 15px;
}

div.sectionwrap {
    padding: 0px 0px 0px 0px;
}

/* end base responsive */
@media (min-width: 768px) {
    div.masthead {
        padding: 90px 0px 0px 0px;
    }
    
    .hero-text-wrap {
        background-color: rgba(255,255,255, 0.9);
        padding: 30px 40px;
    }


}

@media (min-width: 992px) { 
    div.masthead {
        padding: 90px 0px 0px 0px;
    }

div.section-wrap {
    height: 100vh;
}

  }
/* slick slider */

button.slick-arrow {
    z-index: 100;
}

.frontpage-slider .slick-prev:before,
.frontpage-slider .slick-next:before {
    z-index: 100;
    color: #252443;
    opacity: 100;
}

.frontpage-slider .slick-prev,
.frontpage-slider .slick-next {
    background-color: rgba(255,255,255, 0.6);
    height: 60px;
    width: 60px;
    opacity: 100;
}

a.fp-button {
    padding: 15px 20px;
    background-color: #252443;
    border: 1px solid #252443;
    color: #ffffff;
    display: inline-block;
    margin: 0px 10px;
    font-weight: bold;
    min-width: 200px;
}

a.fp-button:hover {
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #252443;
    color: #252443;
}

.frontpage-slider .slick-track {
    display: flex;
  }

.frontpage-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
  }

.reg-wrap {
    min-height: 900px;
}

p.intro-date {
    font-size: 20px;
    font-weight: bold;
    color: #252443;
}

div.slick-track {
    background-color: #252443;
}

.addeventatc {
    font-family: 'Montserrat', sans-serif!important;
    font-size: 20px!important;
    padding: 10px 15px!important;
}

.addeventatc .addeventatc_icon {
    background: none!important;
}