body {
    font-family: 'Core Sans E W15_45 Regular';
    display: flex;
    flex-direction: column;
}

html, body {
    height: 100%;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.mainText b, .mainText strong {
    font-family: 'Core Sans E W15_55 Medium';
    font-weight: normal;
}

.mainText a {
    color: #6fc3a4;
}

.mainText a:hover {
    color: #6fc3a4;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .text-right {
        text-align: left !important;
    }
}

.row-compact {
    margin-left: -15px;
    margin-right: -15px;
}

.row-compact [class^="col"] {
    padding-left: 0;
    padding-right: 0;
}

.boldText {
    font-family: 'Core Sans E W15_55 Medium';
}

.logo {
    font-family: 'Meta Serif W15 Bold';
    padding-top: 20px;
    padding-bottom: 16px;
    margin-left: 20px;
    display: inline-block;
}

.logo span {
    color: #6fc3a4;
    display: block;
    font-family: 'Core Sans E W15_45 Regular';
    font-size: 14px;
}

.menu a {
    padding: 30px 12px;
    color: #000;
    font-size: 14px;
    display: inline-block;
}

.menu a:hover {
    background-color: #f6f6f6;
}

.menu a.dropdown-item {
    padding: 15px 15px;
}

.menu .list-inline {
    margin: 0;
}

.menu .list-inline li {
    display: inline-block;
}

.menu.open .list-inline li {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem 0;
    margin: .125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
}

.dropdown-toggle {
    cursor: pointer;
}

.menuButton {
    display: none;
}

.menuButton img {
    opacity: 0.6;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer
}

.menuButton img:hover {
    opacity: 1;
}

.menuButtonClose {
    display: none;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer
}

@media screen and (max-width: 1110px) {
    .menuButtonClose {
        text-align: right;
        display: block;
    }

    .menuCont {
        text-align: right !important;
    }

    .menuButton {
        display: inline-block;
    }

    .mainMenu {
        display: none;
        position: fixed;
        text-align: left;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 2;
        overflow-y: scroll;
    }

    .mainMenu.open {
        display: block;
    }

    .mainMenu a {
        display: block;
        padding: 20px 15px;
    }
}

a.menu-register {
    font-family: 'Core Sans E W15_55 Medium';
    background-color: #f7a407;
    color: #fff;
    padding: 30px 30px;
}

a.menu-register:hover {
    background-color: #ebaa2d;
}

.vertical-align {
    vertical-align: middle;
}

.full-cell {
    width: 100%;
}

.mainButton {
    background-color: #E9A127;
    color: #fff;
    font-family: 'Core Sans E W15_55 Medium';
    display: inline-block;
    padding: 10px 50px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
}

.mainButton:hover, .mainButton:focus {
    background-color: #E4A52C;
    color: #fff;
    text-decoration: none;
}

.greenButton {
    background-color: #5DAB8E;
    color: #fff;
    font-family: 'Core Sans E W15_55 Medium';
    display: inline-block;
    padding: 10px 50px;
    border-radius: 4px;
}

.mainButton:hover, .mainButton:focus {
    background-color: #72d2ae;
    color: #fff;
    text-decoration: none;
}

.inbetween {
    background-color: #7EC6A7;
    padding: 15px;
}

.inbetween-date {
    color: #294234;
    font-size: 34px;
    font-family: 'Meta Serif W15 Book';
}

.inbetween-date span {
    font-family: 'Meta Serif W15 Bold';
}

.inbetween-location {
    font-size: 30px;
    color: #E4A52C;
    font-family: 'Meta Serif W15 Bold';
}

.inbetween img {
    max-width: 400px;
}

@media screen and (max-width: 767px) {
    .inbetween-date {
        font-size: 24px;
    }

    .inbetween img {
        margin-top: 20px;
    }
}

.hero1 {
    background-color: #E4A52C;
    padding: 60px 0;
}

.hero1 img {
    margin-right: 40px;
}

.hero1__title {
    color: #223F34;
    font-size: 50px;
    font-family: 'Meta Serif W15 Bold';
    margin-bottom: 20px;
}

.hero1__text {
    color: #223F34;
    font-size: 32px;
    font-family: 'Meta Serif W15 Bold';
    line-height: 1.2
}

.hero2 {
    background-color: #294334;
    padding: 60px 0;
}

.hero2 img {
    margin-left: 40px;
}

.hero2__title {
    color: #C5D14D;
    font-size: 50px;
    margin-bottom: 20px;
    font-family: 'Meta Serif W15 Bold';
}

.hero2__text {
    color: #C5D14D;
    font-size: 32px;
    font-family: 'Meta Serif W15 Bold';
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .hero1 {
        padding: 20px 0;
    }

    .hero2 {
        padding: 20px 0;
    }

    .hero2 .d-table-cell, .hero1 .d-table-cell {
        display: block !important;
    }

    .hero1 img {
        width: 200px;
        margin-right: 40px;
    }

    .hero2 img {
        width: 200px;
        margin-left: 0px;
    }

    .hero1__title, .hero2__title {
        font-size: 46px;
    }

    .hero1__text, .hero2__text {
        font-size: 28px;
    }
}

.section {
    padding: 100px 0;
}

.home-text {
    font-size: 18px;
}

.coloredCont {
    background-color: #6fc3a4;
    padding: 50px;
    color: #fff;
    text-align: right
}

.coloredCont h2 {
    font-family: 'Meta Serif W15 Bold';
    font-size: 30px;
    margin-bottom: 30px;
}

.coloredCont .maxWidth {
    text-align: right;
    margin-left: auto;
    max-width: 400px;
}

@media screen and (max-width: 767px) {
    .coloredCont .maxWidth {
        text-align: left;
        margin: auto;
        max-width: none;
    }
}

.personCont img {
    height: 180px;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 1250px) {
    .personCont img {
        height: 140px;
    }
}

@media screen and (max-width: 991px) {
    .personCont img {
        height: 140px;
    }
}

@media screen and (max-width: 767px) {
    .personCont img {
        height: 180px;
    }
}

.emptyPhoto {
    height: 200px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.personCont-name {
    font-family: 'Core Sans E W15_55 Medium';
    font-size: 16px;
    margin-top: 5px;
    padding-left: 10px;
}

.personCont-type {
    line-height: 1;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 10px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.footer {
    background-color: #F4F4F4;
    margin-top: 30px;
}

.mainFooter {
    padding: 10px;
}

.menu-footer a {
    padding: 30px 15px;
    color: #717171;
    font-size: 14px;
    display: inline-block;
}

@media screen and (max-width: 1290px) {
    .mainFooter a {
        font-size: 12px;
        padding: 25px 10px;
    }
}

@media screen and (max-width: 1050px) {
    .mainFooter a {
        font-size: 12px;
        padding: 15px 5px;
    }
}

@media screen and (max-width: 910px) {
    .mainFooter a {
        float: left;
        width: 50%;
        padding: 10px 15px;
    }

}

.sectionHeader {
    background-color: #6fc3a4;
    margin-bottom: 60px;
}

.sectionHeader__title {
    font-size: 30px;
    font-family: 'Meta Serif W15 Bold';
    color: #fff;
    margin-top: 100px;
    line-height: 1.2;
    padding-bottom: 10px;
}

.sectionText__title {
    text-align: right;
    font-size: 22px;
    color: #6fc3a4;
    line-height: 1.2
}

.sectionText__text {
    font-size: 16px;
    margin-bottom: 60px;
}

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

    .sectionText__title {
        text-align: left;
        margin-bottom: 25px;
    }

}

.home-announcements {
    padding: 40px;
}

.home-announcements h2 {
    font-family: 'Meta Serif W15 Bold';
    font-size: 30px;
    margin-bottom: 30px;
    color: #6fc3a4;
}

.home-announcements a {
    text-decoration: none;
}

.home-announcements__title {
    font-size: 20px;
    color: #000;
    font-family: 'Core Sans E W15_55 Medium';
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 1.2
}

.home-announcements__text {
    font-size: 14px;
    opacity: 0.8;
    color: #000;
    text-decoration: none;
}

.home-announcements__more {
    text-align: right;
    color: #6fc3a4;
    font-size: 14px;
}

.home-announcements__more:hover {
    text-decoration: underline;
}

.home-announcements__item + .home-announcements__item {
    margin-top: 40px;
}

.home-venue {
    background-color: #FAFAFA
}

.home-venue h2 {
    font-family: 'Meta Serif W15 Bold';
    font-size: 30px;
    margin-top: 40px;
    margin-left: 40px;
    margin-bottom: 30px;
    color: #6fc3a4;
}

.home-announcements a {
    text-decoration: none;
}

.home-venue__box {
    padding: 30px;
    text-align: center;
    font-family: 'Core Sans E W15_55 Medium';
    border: 2px solid #fff;
}

.home-venue a:hover .home-venue__box {
    background-color: #6fc3a4;
    color: #fff;
}

.sponsors {
    text-align: center;
    position: relative;
}

.sponsors img {
    height: 60px;
    margin: 15px;
}

.logosSmall img {
    height: 60px;
    margin: 10px;
}

.sponsorsTitle {
    margin-bottom: 10px;
    font-size: 16px;
}

.titleSep {
    width: 50px;
    height: 3px;
    margin: auto;
    background-color: #6fc3a4;
    margin-bottom: 20px;
}

.sponsorsTitle span {
    font-family: 'Core Sans E W15_55 Medium';
}

@media screen and (max-width: 840px) {
    .sponsors img {
        height: 60px;
        margin: 10px;
    }

    .logosSmall img {
        height: 50px;
        margin: 20px;
    }
}

.speakers h4 {
    font-family: 'Core Sans E W15_55 Medium';
    color: #6fc3a4;
}

.speakers-job {
    font-size: 14px;
    line-height: 1.3;
    color: #666
}

.promote {
    background-color: #6fc3a4;
    padding: 30px;
    color: #fff;
}

.promoteText {
    font-size: 24px;
    font-family: 'Meta Serif W15 Bold';
}

@media screen and (max-width: 840px) {
    .promoteText {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .promote .text-right {
        text-align: center !important;
    }
}

.timerCont {
    margin: 50px 0 0
}

.countdown {
    font-size: 18px;
    color: #747474;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .countdown {
        text-align: center;
    }

    .timerCont .greenButton {
        margin: auto;
        margin-top: 10px;
    }

    .buttonCont {
        text-align: center;
    }
}

.timerCont .greenButton {
    margin-top: 10px;
}

.timerItem {
    display: inline-block;
    padding: 0 10px;
    text-align: right;
}

.countdown span {
    font-size: 40px;
    font-family: 'Meta Serif W15 Bold';
    display: block;
    color: #E4A52C;
    line-height: 0.5;
    margin-bottom: 15px;
}

.registrationForm {
    background-color: #f5f5f5;
    padding: 40px 40px;
}

.registrationForm h5.firsth5 {
    margin: 0px 0 20px 0;
    padding-top: 0px;
    border-top: 0px solid #ddd;
}

.registrationForm h5 {
    margin: 50px 0 20px 0;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.registrationForm .control-label {
    font-size: 14px;
}

.form-group {
    margin-bottom: 30px;
}

.registrationForm .error {
    font-size: 12px;
    color: #f00
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #6fc3a4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(111, 195, 164, 0.15);
}

.btn-circle {
    color: #fff;
    background-color: #6fc3a4;
    border-color: #6fc3a4;
}

.sponsorsMain h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #6fc3a4;
}

.sponsorsMain {
    color: #686868;
}

.sponsorsMain b {
    font-family: 'Core Sans E W15_55 Medium';
}

.presentations h1 {
    font-size: 32px;
    font-family: 'Core Sans E W15_55 Medium';
}

.presentations h2 {
    font-size: 28px;
    font-family: 'Core Sans E W15_55 Medium';
}

.presentations h3 {
    margin-top: 40px;
    font-size: 22px;
    font-family: 'Core Sans E W15_55 Medium';
}

.presentations h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.presentations a {
    font-size: 18px;
}

.gallery-photo {
    margin: 5px;
}

.gallery-photo img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 160px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container {
    margin-bottom: 10px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mediaPress h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.mediaPress h2 {
    font-size: 18px;
    font-family: 'Core Sans E W15_55 Medium';
}

.mediaPress b {
    font-family: 'Core Sans E W15_55 Medium';
}

.pressItem {
    margin-bottom: 30px;
}

.mediaPress p {
    font-size: 14px;
    margin-bottom: 1px;
}

.mediaPress a {
    color: #6fc3a4;
}

.mediaPress a:hover {
    color: #6fc3a4;
    text-decoration: underline;
}

.republished {
    padding-left: 30px;
}
.video-caption{
    font-size:14px;
    font-style: italic;
    margin-bottom:50px;
}