@charset "UTF-8";
/*
Special styles for Upper Island Safety Conference
*/


html,
body {
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #231f20;
}


/*typography*/

h1,
.jumbotron h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 2.8rem;
    margin: 10px 0 30px;
}

h2 {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.8rem;
    margin-top: 20px;
}

h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    letter-spacing: -0.05rem;
    font-size: 3rem;
    margin-top: 40px;
}

h4 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    margin-bottom: 40px;
}

p {
    line-height: 2.4rem;
    color: #313e48;
}

li {
    color: #313e48;
    margin-bottom: 2rem;
}

.fa-ul {
    margin-left: 4.8rem !important;
    margin-top: 20px;
}

.fa-li {
    color: #006d36;
    font-size: 3rem !important;
    top: -5px !important;
}

button.primary {
    background-color: #231f20;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 8px 20px 4px;
    border: 2px solid #006d36;
    font-family: 'Josefin Sans', sans-serif;
    transition: all 0.25s ease;
}

a button.primary {
    text-decoration: none;
}

a:hover button.primary {
    transition: all 0.25s ease;
    background-color: #006d36;
    color: #ffffff;
    border-color: #231f20;
}

.section-label {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    background-color: #006d36;
    display: inline-block;
    padding: 4px 10px 0;
    margin: 30px 0;
}


/*navbar*/
.navbar {
    position: fixed !important;
}

.navbar-toggle {
    margin: 10px 16px 0 0;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    color: #fff;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    border-top: 1px solid #231f20;
    min-height: auto;
    margin-bottom: 30px;
}

.navbar-default .navbar-brand {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    max-width: 250px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #ffb000;
}

.navbar-default {
    background-color: #006d36;
    border-bottom: 0px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    padding-top: 5px;
}

.navbar-default p {
    margin: 20px 0;
}

.navbar-default .navbar-nav>li {
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ffb000;
}

#headerMenu {
    padding-left: 10px;
}

/*slick*/
.slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
    line-height: 1;
    color: #231f20 !important;
}

.slick-prev {
    left: -35px !important;
}

.slick-track {
    padding-bottom: 20px;
}

/*jumbotron*/
.jumbotron {
    margin-bottom: 0;
    margin-top: 68px;
    min-height: 500px;
}

.jumbotron .container {
    text-align: left;
}

.jumbotron p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 20px;
}


/*intro*/
#intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
}

#intro .home-intro_title {
    margin-top: 120px;
}

.home-intro_title h1 {
    text-transform: uppercase;
}

#about,
#agenda,
#agenda,
#registration,
#sponsors,
#accommodation,
#presentations,
#exhibitor-call {
    padding: 80px 0;
}

#agenda,
#exhibitor-call {
    background-color: #F2F2F2;
}

/*cookie bar */
#catapult-cookie-bar a {
    color: #006d36 !important;
}

button#catapultCookie {
    background: #006d36 !important;
}

/*agenda*/

#agenda .keynote_card_inner_wrap {
    padding: 30px;
}

#agenda .keynote_label {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    background-color: #fff;
    display: inline-block;
    padding: 4px 10px 0;
    color: #006d36;
    margin-top: 40px;
}

#agenda .keynote_description {
    font-size: 2rem;
    font-weight: bold;
    font-style: oblique;
}

#agenda .keynote_img_wrap {

    background-size: cover;
    width: 100%;
    height: 100%;
    /*height: 300px;*/
}

#agenda .cta {
    background-color: #313e48;
    margin: 60px 0;
    padding: 40px 0;
    color: #fff;
}

#agenda .cta h4 {
    margin-top: 0;
}



.exhibitor_cards .training_card {
    /*padding: 30px;*/
    height: 440px;
}

.exhibitor_cards li {
    margin-bottom: 1rem;
}

.exhibitor_cards .book-now {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

#agenda .training_card_label {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    background-color: #231f20;
    display: inline-block;
    padding: 4px 10px 0;
    color: #006d36;
}

#agenda .training_card {
    padding: 15px;
}

#agenda .training_card h3 {
    margin-bottom: 30px;
}

#agenda .training_card img {
    max-width: 200px;
}

#agenda .speakers {
    margin: 40px 0;
}

#agenda .speaker-card {
    background-color: #006d36;
    margin: 0 10px;
    padding: 20px;
    border: 0px solid;
    color: #fff;
    height: 250px;
    box-shadow: 2px 2px 15px rgba(145, 145, 145, 0.8);
}

#agenda .speaker-card h4 {
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 0;
    padding-bottom: 40px;
    max-height: 70px;
}

#agenda .training_cta {
    color: #006d36;
    font-size: 3rem;
    margin: 10px 15px 0;
}

/*registration*/
#registration {
    background-color: #51616e;
    color: #fff;
}

#registration .section-label {
    /*color: #231f20;*/
}

#registration .pmp-pm-schedules {
    background-color: #fff;
    padding: 15px 30px 30px;
    margin-bottom: 40px;
    color: #333;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
}

#registration .pmp-pm-schedules h2 {
    display: none;
}

#registration p {
    color: #fff;
}

#registration p a {
    color: #006d36;
}

#registration .pmp-course-bar {
    display: none;
}

#registration .pmp-course-bar:hover {
    background: #006d36;
}

#registration .pmp-schedule-row button,
#registration .pmp-schedule-row a {
    background: #006d36;
    color: white;
    padding: 5px 15px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid white;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

#registration .pmp-schedule-row button,
#registration .pmp-schedule-row a {
    background-color: #006d36;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 8px 20px 4px;
    border: 2px solid #231f20;
    font-family: 'Josefin Sans', sans-serif;
    transition: all 0.25s ease;
}

#registration .pmp-schedule-row button:focus,
#registration .pmp-schedule-row button:hover,
#registration .pmp-schedule-row a:focus,
#registration .pmp-schedule-row a:hover {
    background-color: #231f20;
    color: #006d36;
    transition: all 0.25s ease;
}

/*sponsors*/
#sponsors .card {
    background-color: #006d36;
}

#sponsors .card_content {
    margin: 30px;
}

#sponsors .card a {
    color: #51616e;
}

#sponsors .sponsor_logo {
    padding-top: 30px;
    padding-bottom: 30px;
}

#sponsors .support {
    display: inline-block;
    position: relative;
    margin: 24px 0;
    padding: 0;
    height: auto;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
}

#sponsors .support h4 {
    font-weight: 700;
}

#sponsors .support .sponsor_logo {
    display: inline-block;
    position: relative;
    margin: 0 auto 24px;
    padding: 0;
    height: auto;
    width: 100%;
    max-width: 320px;
}

#sponsors img.img-responsive {
    height: 250px;
    width: auto;
}

/*exhibitors*/

#exhibitors .row {
    margin-top: 20px;
}

#exhibitors .exhibitor_logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

#exhibitors .exhibitor_logo h4 {
    height: 30px;
}

/*accommodation*/
#accommodation {
    background-color: #F2F2F2;
}

/*presentations*/
#presentations {
    background-color: #F2F2F2;
}

/*location*/
#location {
    background-position: 80% 50%;
}

#map-mobile {
    margin-top: 0;
}

/*footer*/

footer {
    padding: 20px 0;
    background-color: #313e48;
    color: #fff;
}

footer a,
footer a:hover {
    color: #fff;
}

/* [][][][][][][][][][][][][][] */
/* >>>> SMARTPHONE ONLY <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (max-width: 767px) {
    .logo {
        margin-top: 40px;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    #intro .home-intro_title {
        margin-top: 5px;
        text-align: center;
    }

    #headerMenu .mobile-links a {
        color: #fff;
    }

    .jumbotron p {
        font-size: 1.6rem;
    }

    .jumbotron h1 {
        font-size: 2.6rem
    }
}

/* [][][][][][][][][][][][][][] */
/* >>>> TABLET <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) {

    html,
    body {
        margin-top: 22px;
    }

    .navbar-header {
        width: auto;
    }

    #headerMenu {
        float: right;
        width: 690px;
    }

    .navbar-brand {
        margin-left: 26px !important;
        max-width: none !important;
        ;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        border-top: 0;
        margin-bottom: 0;
    }

    nav button,
    .menu-safety-conference-page-container {
        float: right;
    }

    .jumbotron.hasImage {
        margin-top: 0;
        min-height: 600px;
    }

    #agenda .keynote_img_wrap {
        height: 500px;
    }

    /*location*/
    #location .card {
        margin: 60px 0;
        padding: 30px;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px !important;
    }

    #agenda .training_card h3 {
        min-height: 100px;
    }

    #agenda .training_card {
        height: 98%;
    }

    .row.equalrow {
        display: flex;
        flex-wrap: wrap;
    }
}

/* [][][][][][][][][][][][][][] */
/* >>>> large desktop  <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 992px) {
    .jumbotron .logo {
        max-width: none;
    }

    #about h3.highlights {
        margin-top: 0;
    }

    #about .two-col {
        width: 42%;
        float: left;
    }

    /*agenda*/
    #agenda .cta button {
        float: right;
    }

    #agenda .cta h4 {
        margin: 0;
    }

    footer {
        text-align: right;
    }
}

/* [][][][][][][][][][][][][][] */
/* >>>> large desktop  <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 1200px) {

    h1,
    .jumbotron h1 {
        font-size: 4rem;
        line-height: 4.6rem;
    }

    h2 {
        font-size: 4.6rem;
    }
}