.social ul {
    list-style: outside none none;
    display: block;

}

.social ul li {
    display: inline;
    padding-right: 1em;
}

.footer {
    background-color: #444;
    color: #fff;
    padding-top: 1em;
    width: 100%;
    /* height: 120px; */
    position: relative;
    /* margin-top: -120px; */
}

.footer a {
    color: #fff;
}

.footer a:hover{
    color: #d35400;
    text-decoration: none;
}

html, body {
    height: 100%
}

#wrap {
    min-height: 100%;
    overflow:auto;
    padding-bottom:120px; /* this needs to be bigger than footer height*/
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

body {
    font-family: "PT Sans", sans-serif;
    color: #4e5b61;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

img.partners {
    height: 65px;
    margin: 1em;
}

.countdown {
    font-size: 45px;
    font-weight: 600;
    color: #f1c40f;
}

h2 {
    color: #9e846d;
    font-size: 20px;
    margin-bottom: 1em;
    font-weight: 600;
    font-style: normal;
}

h3 {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #d35400;
}

h4 {
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
}

.striped {
    background-color: #f7f9f9;
    padding-top: 3em;
    padding-bottom: 3em;
}

.no-striped {
    background-color: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
}

.speaker img {
    /*width: 350px;*/
    width: 100%;
    height: 233px;
}

.speaker-name {
    position: absolute;
    right: 20px;
    top: 188px;
    background-color: #d35400;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    font-size: 20px;
}

.speaker-description {
    padding-top: 20px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    color: black;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    color: black;
}

.carousel-caption {
    color: #4e5b61;
    background-color: white;
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0.85;
    left: 60%;
    /* width: 300px; */
    padding: 10px;
}

.carousel-caption h5 {
    font-weight: 600;
}

#top-navbar {
    font-weight: 600;
    color: #9e846d;
    font-size: 20px;
    text-transform: uppercase;
}

/* nav.navbar {
  width: inherit;
  top: 0%;
  left: 40%;
  transform: translateX(-34%);
  background-color: #fff;
} */

/* mailchimp signup form*/
#mc_embed_signup {
    /* background: #fff; */
    clear: left;
    /* font: 14px Helvetica, Arial, sans-serif; */
    width: 100%;
}
#mc-embedded-subscribe-form input[type="checkbox"] {
    display: inline;
    width: auto;
    margin-right: 10px;
}
#mergeRow-gdpr {
    margin-top: 20px;
}
#mergeRow-gdpr fieldset label {
    font-weight: normal;
}
#mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0px;
    padding-bottom: 0px;
}

.text-banner {
    margin: auto;
    font-size: 4em;
    font-weight: bold;
    text-align: center;
}

.container-banner {
    display: flex;
    width: 100%;
    height: 555px
}

.form-control-color {
    max-width: 3rem;
    height: 44px;
    padding: .375rem
}
