/*
    Author: Cameron Lewis
    Date: 02/12/19
    Based off and edited from style.css
 */

/* Logistics
--------------------------------*/

#logistics {
    background: #fff;
    padding: 80px 0;
}
#logistics .logisticsTitle .title{
    color: #333;
    font-size: 28px;
    font-weight: 700;
}

/* Call To Action Section
--------------------------------*/
#preLogisticsSection {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

#preLogisticsSection .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#preLogisticsSection .cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #preLogisticsSection .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#preLogisticsSection .cta-btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#preLogisticsSection .cta-btn:hover {
    background: #2dc997;
    border: 2px solid #2dc997;
}


/* Speakers Section
--------------------------------*/
#speakers {
    background: #fff;
    padding: 80px 0;
}

/*#speakers .about-container .background {
    min-height: 680px;
    background: url(../img/mayer-hall-450.jpg) center top no-repeat;
    margin-bottom: 10px;
}*/

#speakers .about-container .content {
    background: #fff;
}

#speakers .about-container .title {
    color: #333;
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 768px) {
    #speakers .about-container .title {
        padding-top: 15px;
    }
}

#speakers .about-container p {
    line-height: 26px;
}

#speakers .about-container p:last-child {
    margin-bottom: 0;
}

#speakers .about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

#speakers .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #2dc997;
}

#speakers .about-container .icon-box .icon i {
    color: #2dc997;
    font-size: 24px;
}

#speakers .about-container .icon-box .title {
    margin-left: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

#speakers .about-container .icon-box .title a {
    color: #111;
}

#speakers .about-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}
.carousel .slide {
}
.carousel-inner > .carousel-item > img {
    width:100%;
    object-fit: cover;
    height: 400px;
}
.carousel-control-next > span {
    color: #2da6c7;
    /*filter: invert(100%);*/
}
.carousel-control-prev > span {
    filter: hue-rotate(20deg);
    /*filter: invert(100%);*/
}
.bannerDate{
    color: #ffffff;
}
.hotelList{
    padding-bottom: 15px
}

.about-image {
    width:100%;
    height:100%;
    overflow: hidden;
    object-fit: cover;
}
.about-row {
    margin: 20px 0px;
}
.resource-header{
    margin: 40px 0px 40px 0px;
}
.resource-subheader{
    text-align: center;
    /*padding-bottom: 10px;*/
    color: #999;
    /*border-bottom: #cfcfcf dashed 1px;*/
}
.resources{
    color: #2da6c7
}
.tutorial-sidebar{
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    top:72px;
    background-color: #2da6c7;
    transition: 0.5s;
    width:0;
    height:280px;
}
.tutorial-sidebar * {
    transition: 0.3s;
}
.tutorial-sidebar > ul{
    padding: 10px 10px 10px 10px;
    list-style: none;
    margin-bottom: 0px;
}
.tutorial-sidebar > ul li, .tutorial-sidebar > ul a{
    width:250px;
}
.tutorial-sidebar-button-close{
    padding-right:20px;
    padding-top: 20px;
    text-align: right;
    display: block;
}
.tutorial-sidebar-button-close > a {
    line-height: 0.5;
    font-size: 40px;
    color: #FFFFFF;
}
.tutorial-sidebar-button {
    position: fixed;
    top: 72px;
    background-color: #2da6c7;
    border: 1px #2da6c7;
    cursor: pointer;
    display: block;
    font-size: 50px;
    line-height: 1;
    color: #ffffff;
}
.tutorial-images{
    max-width: 600px;
    width:100%;
    margin: 0 auto;
}
.wisp-sidebar{

    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    top:72px;
    background-color: #2da6c7;
}
.sidebar-links{
    color: #fff;
    text-decoration: none;
}
.sidebar-links::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #2dc997;
    transition: width .3s;
}
.sidebar-links:hover::after  {
    width: 90%;
}
.sidebar-active:after{
    content: '';
    display: block;
    width: 90%;
    height: 1.5px;
    background: #2dc997;
}
.listInstructions{
    width:100%;
}
.listInstructions > li{
    padding-bottom: 20px;
}
.codespace{
    padding-left: 30px;
}

.header-title{
    /*padding-bottom: 20px;*/
    /*border-bottom: #cfcfcf dashed 1px;*/

}
.header-list > li > h5{
    width:100%
}
.header-list >li > p {
    padding-left: 15px
}
.form-submit{
    display: block;
    margin: 40px auto 0 auto;
}
form > div > label {
    color:white !important;
    margin: 0;
}
.form-alternating > div:nth-child(odd){
    background-color: #2da6c7;
}
.form-alternating > div:nth-child(even){
    background-color: #999999;
}
form > div{
    padding:10px;
    margin: 10px;
}
.form-question{
    display:flex;
    justify-content: space-between;
}
.form-ckeditor{

}
.form-ckeditor > label{
    width: 100%;

}
.btn-primary{
    background-color: #2da6c7;
    border-color: #2da6c7;
}
.form-error{
    display:none;
    margin: 10px 0;
    border-radius: 5px;
    padding-left:10px;
}
.highlight{
    background-color: yellow;
}