/* ==========================================================================
CUSTOM CSS
========================================================================== */

@font-face {
    font-family: "Swiss721BT-Roman";
    src: url("../fonts/swis721/Swis721BTWGL4W05-Roman.eot"), url("../fonts/swis721/Swis721BTWGL4W05-Roman.eot?#iefix") format("eot"), url("../fonts/swis721/Swis721BTWGL4W05-Roman.woff2") format("woff2"), url("../fonts/swis721/Swis721BTWGL4W05-Roman.woff") format("woff"), url("../fonts/swis721/Swis721BTWGL4W05-Roman.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Swiss721BT-RomanCondensed";
    src: url("../fonts/swis721/Swis721CnBTW05-Roman.eot"),url("../fonts/swis721/Swis721CnBTW05-Roman.eot?#iefix") format("eot"),url("../fonts/swis721/Swis721CnBTW05-Roman.woff2") format("woff2"),url("../fonts/swis721/Swis721CnBTW05-Roman.woff") format("woff"),url("../fonts/swis721/Swis721CnBTW05-Roman.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Swiss721BT-Bold";
    src: url("../fonts/swis721/Swis721BTWGL4W05-Bold.eot"),url("../fonts/swis721/Swis721BTWGL4W05-Bold.eot?#iefix") format("eot"),url("../fonts/swis721/Swis721BTWGL4W05-Bold.woff2") format("woff2"),url("../fonts/swis721/Swis721BTWGL4W05-Bold.woff") format("woff"),url("../fonts/swis721/Swis721BTWGL4W05-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Swiss721BT-BoldCondensed";
    src: url("../fonts/swis721/Swis721CnBTW05-Bold.eot"),url("../fonts/swis721/Swis721CnBTW05-Bold.eot?#iefix") format("eot"),url("../fonts/swis721/Swis721CnBTW05-Bold.woff2") format("woff2"),url("../fonts/swis721/Swis721CnBTW05-Bold.woff") format("woff"),url("../fonts/swis721/Swis721CnBTW05-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Swiss721BT-Medium";
    src: url("../fonts/swis721/Swis721MdBTW05-Medium.eot"),url("../fonts/swis721/Swis721MdBTW05-Medium.eot?#iefix") format("eot"),url("../fonts/swis721/Swis721MdBTW05-Medium.woff2") format("woff2"),url("../fonts/swis721/Swis721MdBTW05-Medium.woff") format("woff"),url("../fonts/swis721/Swis721MdBTW05-Medium.ttf") format("truetype");
    font-display: swap;
}

#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body {
    padding-top: 70px;
    color: #252525;
}

header {
    padding-top: 100px;
    padding-bottom: 100px;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

header.full-height-section, section.full-height-section {
    min-height: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

section.separator-section {
    padding: 0px;
}

.alert#cookie-consent {margin-bottom: 0px;}

.event-creative-001 {
    background: url('../img/event-creative-001.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/event-creative-001.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/event-creative-001.jpg', sizingMethod='scale')";
}

.separator-image-001 {
    background: url('../img/separator-image-001.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/separator-image-001.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/separator-image-001.jpg', sizingMethod='scale')";
}

.font-family-swiss721-bold-condensed {
    font-family: "Swiss721BT-BoldCondensed", "Arial", "san-serif";
}


/* ==========================================================================
COLOURS
========================================================================== */

.bg-light-grey {
    background-color: #eeeeee;
}

.bg-black {
    background-color: #000000;
}

.bg-rich-black {
    background-color: #021522;
}

.bg-blue-green {
    background-color: #3B90B3;
}

.bg-gam-blue {
    background-color: #0096D7;
}

.bg-brink-pink {
    background-color: #F9627D;
}

.text-light-grey {
    color: #eeeeee;
}

.text-grey-muted {
    color: #919191;
}

.text-regular-grey {
    color: #cccccc;
}

.text-blue-green {
    color: #3B90B3;
}

.text-gam-blue {
    color: #0096D7;
}

.text-brink-pink {
    color: #F9627D;
}

.btn-rich-black {
    background-color: #021522;
    color: #ffffff;
}

.btn-rich-black:hover {
    background-color: #052236;
    color: #ffffff;
}

.btn-brink-pink {
    background-color: #F9627D;
    color: #ffffff;
}

.btn-brink-pink:hover {
    background-color: #db4560;
    color: #ffffff;
}

.btn-white {
    background-color: #ffffff;
    color: #021522;
}

.btn-white:hover {
    background-color: #f9f9f9;
    color: #021522;
}

.btn-white-outline {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-white-outline:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #252525;
}

.btn-black-outline {
    background-color: transparent;
    border: 1px solid #252525;
    color: #252525;
}

.btn-black-outline:hover {
    background-color: #252525;
    border: 1px solid #252525;
    color: #ffffff;
}

.btn-blue-outline {
    background-color: transparent;
    border: 1px solid #0096D7;
    color: #0096D7;
}

.btn-blue-outline:hover {
    border: 1px solid #0096D7;
    background-color: #0096D7;
    color: #ffffff;
}

.btn-blue {
    background-color: #0096D7;
    color: #ffffff;
}

.btn-blue:hover {
    background-color: #000000;
    color: #ffffff;
}


.border-rich-black {
    border-color: #021522;
}

.border-blue-green {
    border-color: #3B90B3;
}

.border-brink-pink {
    border-color: #db4560;
}

.border-blue {
    border-color: #0096D7!important;
}

.border-top-blue {
    border-top: 10px solid #0096D7;
}

.bg-gradient {
    background: linear-gradient(45deg, #0096d7, #002230);
    background-size: 400% 400%;
    background-position: 0% 100%;
    -webkit-animation: gradient-animation 5s ease;
    -moz-animation: gradient-animation 5s ease;
    animation: gradient-animation 5s ease;
}
@-webkit-keyframes gradient-animation {
    0% {background-position: 100% 0%}
    100% {background-position: 0% 100%}
}
@-moz-keyframes gradient-animation {
    0% {background-position: 100% 0%}
    100% {background-position: 0% 100%}
}
@keyframes gradient-animation {
    0% {background-position: 100% 0%}
    100% {background-position: 0% 100%}
}

/* ==========================================================================
BUTTONS
========================================================================== */

.btn {
    padding: 0.375rem 1rem;
}

.btn.btn-lg {
    padding: 0.5rem 1.5rem;
}

/* ==========================================================================
GENERAL STYLES
========================================================================== */

.content-separator-left {
    border: 3px solid #021522;
    width: 50px;
    margin-left: 0px;
}

.section-title {
    font-size: 3.5rem;
    font-family: "Swiss721BT-BoldCondensed", "Arial", "san-serif";
    text-transform: uppercase;
}

.section-title small {
    font-size: 60%;
}

.section-title.language-ja {
    font-size: 1.9rem;
}

/* ==========================================================================
HEADER
========================================================================== */

.event-title-outer {
    position: relative;
    font-family: "Swiss721BT-BoldCondensed", "Arial", "san-serif";
    text-transform: uppercase;
    width: 200px;
    height: 200px;
}

.event-title-square {
    position: absolute;
    width: 100%;
    height: 100%;
}

.event-title-1 {
    position: absolute;
    top: 20px;
    left: 20px;
}

.event-title-1 h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

.event-title-1.language-ja h3 {
    font-size: 14px;
    margin-bottom: 3px;
}

.event-title-1 h4 {
    font-size: 16px;
}

.event-title-2 {
    position: absolute;
    top: 90px;
    right: 14px;
}

.event-title-2 h1 {
    position: absolute;
    font-size: 40px;
    letter-spacing: 1.4px;
}

.event-title-2 h1:first-child {
    top: 0px;
    left: 0px;
    white-space: nowrap;
}

.event-title-2 h1:last-child {
    top: 38px;
    left: -80px;
    white-space: nowrap;
}

/* ==========================================================================
NAVIGATION
========================================================================== */

.nav-link {
    font-size: 0.9rem;
    font-family: "Swiss721BT-BoldCondensed", "Arial", "san-serif";
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0096D7;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #3B90B3;
}

.nav-pills .nav-link {
    color: #0096D7;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #0096D7;
    color: #ffffff;
}

/* ==========================================================================
WELCOME
========================================================================== */

.cpd-container {
    border: 1px solid #eeeeee;
}

/* ==========================================================================
AGENDA
========================================================================== */

.table tbody tr td:nth-child(4) {
    text-align: center;
}

.table .thead-dark th {
    background-color: #000000;
}

.table a {
    color: initial;
    text-decoration: underline;
}

.table a:hover {
    color: #0096D7;
}

/* ==========================================================================
SPEAKERS
========================================================================== */

.speaker-title {
    min-height: auto;
}

.language-ja.speaker-title {
    font-size: 0.9rem;
}

.language-ja.speaker-name {
    font-size: 1.2rem;
}

/* ==========================================================================
VIMEO CHAPTERS
========================================================================== */

.chapter-btn {
    position: relative;
    margin-right: 30px;
}

.chapter-btn-inner {
    padding: 10px;
    background-color: #eeeeee;
    color: #212529;
    min-height: 240px;
}

.chapter-btn p {
    font-size: 0.7rem;
    line-height: 1.2rem;
}

.chapter-btn h6 {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.chapter-btn:hover {
    text-decoration: none;
}

.chapters-carousel .carousel-control-prev {
    color: #eeeeee;
    top: -12%;
    left: -8%;
    width: 5%;
}

.chapters-carousel .carousel-control-next {
    color: #eeeeee;
    top: -12%;
    right: -8%;
    width: 5%;
}

/* ==========================================================================
ADDITIONAL VIDEOS
========================================================================== */

.play-icon-container {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video-thumbnail {
    position: relative;
}

.video-thumbnail:hover .play-icon-container {
    background-color: rgba(255, 255, 255, 0.1);
}

.play-icon-container i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-modal {
    max-width: 1110px;
}

/* ==========================================================================
FOOTER
========================================================================== */

footer {
    padding-top: 80px;
    padding-bottom: 80px;
}
