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

#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;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 0.044rem;
}


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

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

h1 {
    /*font-family: 'Raleway', sans-serif;*/
}

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

a {
    color: #3B90B3;
}

a.text-gims-red {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    -webkit-text-decoration-color: #E30613; /* safari still uses vendor prefix */
    text-decoration-color: #E30613;
}

a.text-gims-red:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    -webkit-text-decoration-color: #ffffff; /* safari still uses vendor prefix */
    text-decoration-color: #ffffff;
}

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

.full-size-background {
    background: url(../img/default-hero-image.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/default-hero-image.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default-hero-image.jpg', sizingMethod='scale')";
}

.background-graphic-1 {
    background: url(../img/background-graphic-1.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/background-graphic-1.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background-graphic-1.jpg', sizingMethod='scale')";
}


.background-graphic-2 {
    background: url(../img/agenda-bg-2.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/agenda-bg-2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/agenda-bg-2.jpg', sizingMethod='scale')";
}


.website-header-background {
    background: url(../img/website-header.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/website-header.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/website-header.jpg', sizingMethod='scale')";
}

.form-background {
    background: url(../img/gims-form-bg.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/gims-form-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/gims-form-bg.jpg', sizingMethod='scale')";
}

.speaker-background-left {
    background: url(../img/speaker-background-left-v5.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/speaker-background-left-v5.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/speaker-background-left-v5.jpg', sizingMethod='scale')";
}

.speaker-background-right {
    background: url(../img/speaker-background-right-v5.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/speaker-background-right-v5.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/speaker-background-right-v5.jpg', sizingMethod='scale')";
}

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


.speaker-link {
    text-decoration: underline;
    color: inherit;
}

.speaker-link:hover {
    color: inherit;
}

a.speaker-link {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    -webkit-text-decoration-color: #E30613; /* safari still uses vendor prefix */
    text-decoration-color: #E30613;
}

a.speaker-link:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    -webkit-text-decoration-color: #ffffff; /* safari still uses vendor prefix */
    text-decoration-color: #ffffff;
}

.speaker-bio-link {
    text-decoration: underline;
    color: #054066;
    text-decoration-color: #E30613;
}

.speaker-bio-link:hover {
    text-decoration: underline;
    color: #032841;
    text-decoration-color: #032841;
}

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

.parallax-element, .parallax-element-top, .parallax-element-centred {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

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

.block-description {
    position: relative;
}

.block-page-link, .block-page-link:hover {
    text-decoration: none;
    color: initial;
}

.block-page-link:hover img {
    opacity: 0.8;
}

.block-description span {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0.8rem;
    padding: 10px 25px;
}

.btn-event-style {
    text-transform: uppercase;
    border-radius: 0px;
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 400;
    letter-spacing: 0.14rem;
    padding: 0.5rem 1.75rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.btn-event-style.btn-min {
    font-size: 0.7rem;
    padding: 0.2rem .6rem;
}

.btn-event-style.btn-sm {
    font-size: 0.7rem;
    padding: 0.4rem 1.75rem;
}

.btn-event-style.btn-lg {
    font-size: 1rem;
    padding: 0.75rem 1rem;
}

.btn-event-style.btn-xl {
    font-size: 1.2rem;
    padding: 1rem 5rem;
    font-weight: 500;
}

.font-weight-semi-bold {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300 !important;
}

.arrow-header-sm {
    text-align: center;
}

.arrow-header-sm h5 {
    /*font-family: 'Raleway', sans-serif;*/
    text-transform: uppercase;
    background-color: #ffffff;
    display: inline-block;
    padding: 0px 20px;
    letter-spacing: 0.14rem;
}

.arrow-header-sm span {
    content: "";
    border-top: 1px solid #E30613;
    position: absolute;
    width: 100%;
    top: 74%;
    left: 0;
    z-index: -1;
}

.section-title {
    font-weight: 300;
}

.section-title span {
    font-weight: 600;
}

.section-subtitle {
    text-transform: uppercase;
}

.section-title-boxed {
    background-color: #E30613;
    padding: 1rem 5rem;
    display: inline-block;
}

.section-title-boxed h5 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    /*margin-top: 4px;*/
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    color: #ffffff;
    /*font-family: 'Raleway', sans-serif;*/
}

.offset-top-lg {
    margin-top: -5.4rem;
    margin-bottom: 4rem;
}

.separator-arrow-container {
    position: relative;
    margin-bottom: 15px;
}

.separator-arrow-sm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.separator-arrow-sm img {
    width: 100px;
}

.separator-arrow-lg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    width: 160px;
}

.separator-arrow-lg img {
    width: 160px;
}

.separator-arrow-background {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    width: 160px;
}

.box-header {
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
}

.logo-stack-left img {
    width: 100%;
    height: auto;
    max-width: 110px;
}

.logo-stack-right img {
    margin: 10px;
    width: 36%;
    height: auto;
}

.treasury-logo {
    margin: 16px auto 3rem auto;
}

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

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

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

.bg-deep-blue {
    background-color: #0B1C29;
}

.bg-transparent-dark {
    background-color: rgba(11, 28, 41,0.3);
}

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

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

.bg-orange {
    background-color: #FFAE0F;
}

.bg-gims-red {
    background-color: #E30613;
}

.bg-blue {
    background-color: #1A2F51;
}

.bg-light-blue {
    background-color: #EBF0F3;
}

.bg-slate-gray {
    background-color: #6188A0;
}

.bg-gims-light-blue {
    background-color: #2D69A7;
}

.text-dark {
    color: #021522;
}


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

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

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

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

.text-orange {
    color: #FFAE0F;
}

a.text-orange:hover {
    color: #fdba33;
}

.text-gims-red {
    color: #E30613;
}


.text-blue {
    color: #1A2F51;
}

.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-orange {
    background-color: #FFAE0F;
    color: #ffffff;
}

.btn-orange:hover {
    background-color: #eba00e;
    color: #ffffff;
}

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

.btn-orange-outline:hover {
    background-color: #eba00e;
    color: #ffffff;
}


.btn-gims-red {
    background-color: #E30613;
    color: #ffffff;
}

.btn-gims-red:hover {
    background-color: #cc0510;
    color: #ffffff;
}

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

.btn-gims-red-outline:hover {
    background-color: #cc0510;
    color: #ffffff;
}


.btn-slate {
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 400;
    letter-spacing: 0.14rem;
    padding: 0.5rem 1.75rem;
    font-size: 0.9rem;
    background-color: transparent;
    border: 1px solid #fff;
    color: #ffffff;
    margin: 0 1rem;
    min-width: 30%;
    background-color: #849CAA;

}

.btn-slate:hover {
    background-color: #fff;
}

.btn-agenda-style {
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 400;
    letter-spacing: 0.14rem;
    padding: 0.5rem 1.75rem;
    font-size: 0.9rem;
    color: #ffffff;
    margin: 0 1rem;
    min-width: 30%;
}


.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.agenda-btn {
    font-size: .8rem;
    padding: 0.3rem 1rem;
}

.accordian-btn {
    text-decoration: none;
}

.accordian-btn h5:after {
    content: url('../img/icons/plus.svg');
    position: absolute;
    right: 1rem;
    width: 20px;
    transform: translateY(-50%);
    top:50%;
    line-height: 0;
}

.accordian-btn.shown h5:after {
    content: url('../img/icons/minus.svg');
    position: absolute;
    right: 1rem;
    width: 20px;
}

.accordian-btn h5 {
    font-size: 1rem
}


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

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

.border-blue {
    border: 1px solid #6188A0;
}

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

.border-orange {
    border-color: #FFAE0F;
}

.border-gims-red {
    border-color: #E30613;
}

.bg-gradient {
    background: linear-gradient(45deg, #021522, #3b90b3);
    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%}
}

.hr-white {
    border-top: 1px solid #fff;
}


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

header h1 {
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 2.3rem;
}

header h1 span {
    /*font-weight: 600;*/
}

header h2 {
    font-size: 1.8rem;
    line-height: 2rem;
}

header h6 {
    /*font-family: 'Raleway', sans-serif;*/
    text-transform: uppercase;
}

fieldset {
    border: 1px solid #fff;
    color: #fff;
    padding: 1rem;
    width: auto;
    display: inline-block;
}


fieldset:first-child {
    border: 0px;
    border-top: 1px solid #fff;
    
}


fieldset legend {
    width: auto;
    display: inline-block;
    padding: 0 5px;
    font-size: .8rem;
    text-transform: uppercase;
}

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

.navbar-light .navbar-nav .nav-link {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 0.8rem;
    font-weight: 700;
    padding: 1rem 0;
}


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


.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
 }

 .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100%;
    min-width: 377.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }

 .vimeo-wrapper-overlay {
   width:100%;
   height:100%;
   background: rgba(0, 64, 102,0.5);
   background-image: linear-gradient(to right, rgba(6, 24, 36, 1) 0%, rgba(6, 24, 36,.9) 20%,  rgba(6, 24, 36,.4) 70%, rgba(6, 24, 36,.2) 100%);
   position: absolute;
   top:0;
   left:0
 }

 #device.animate-device{
    -webkit-animation: spin1 .8s forwards;
    -moz-animation: spin1 .8s forwards;
    -o-animation: spin1 .8s forwards;
    -ms-animation: spin1 .8s forwards;
    animation: spin1 .8s forwards;
    animation-iteration-count: 1;
    animation-delay: 1s;
    opacity:0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
 
   
  @-webkit-keyframes spin1 {
    0% { -webkit-transform: rotate(0deg);opacity:0}
    100% { -webkit-transform: rotate(360deg);opacity:1}
    }
    @-moz-keyframes spin1 {
    0% { -moz-transform: rotate(0deg);opacity:0}
    100% { -moz-transform: rotate(360deg);opacity:1}
    }
    @-o-keyframes spin1 {
    0% { -o-transform: rotate(0deg);opacity:0}
    100% { -o-transform: rotate(360deg);opacity:1}
    }
    @-ms-keyframes spin1 {
    0% { -ms-transform: rotate(0deg);opacity:0}
    100% { -ms-transform: rotate(360deg);opacity:1}
    }
    @-keyframes spin1 {
    0% { transform: rotate(0deg);opacity:0}
    100% { transform: rotate(360deg);opacity:1}
    } 

 
@keyframes fadeicon {
    from {
        transform: translate3d(8px,240px,8px)
    }

    to {
        transform: translate3d(8px,84px,8px);
        opacity: 1
    }
}

@-webkit-keyframes fadeicon {
    from {
        transform: translate3d(8px,240px,8px)
    }

    to {
        transform: translate3d(8px,84px,8px);
        opacity: 1
    }
}

.animate-up {
    transform: translate3d(8px,240px,8px);
    opacity:0;
    animation-name: fadeicon;
    -webkit-animation-name: fadeicon;
    animation-duration: 1.6s;
    animation-delay: 1.6s;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
}



/* ==========================================================================
SPONSOR LOGOS
========================================================================== */

.sponsor-logos {
    text-align: center;
}

.sponsor-logos img {
    margin: 16px 12px;
    vertical-align: bottom;
}

.logo-carousel .owl-stage {
    display: flex;
}

.logo-carousel .owl-item {
    display: flex;
    align-items: flex-end;
    width: 100% !important;
}
.logo-carousel .owl-item img {
    display: block;
    transform: scale(1.3);
}

.logo-carousel .owl-nav {
    display: none !important;
}

/* ==========================================================================
ICONS
========================================================================== */

.icon-img {
    margin-bottom: 1rem;
}

.icon-description {
    margin-bottom: 2rem;
}


/* ==========================================================================
STATIC CARDS
========================================================================== */

.static-card-deck {
    display: flex;
    flex-wrap: wrap;
}

.static-card {
    display: inline-block;
    margin: 10px;
    display: flex;
    width: 100%;
    align-items: center;

}

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

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

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

.vertical-agenda-status-overlay {
    display: none;
}

.vertical-agenda-item {
    margin-left: 40px;
    margin-right: 40px;
}

.vertical-agenda-item .card-body {
    position: relative;
}

.line-segment {
    position: absolute; height: 100%; border: 4px solid #cccccc; top: 0%;
}

.line-segment.line-segment-left {
    left: 20px;
}

.line-segment.line-segment-right {
    left: 20px;
}

.line-segment:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #f9f9f9;
    border: 4px solid #3B90B3;
    top: 20px;
    border-radius: 50%;
    z-index: 1;
}

.line-segment.line-segment-left:after {
    right: -13px;
}

.line-segment.line-segment-right:after {
    left: -13px;
}

.agenda-table {
    border-bottom: 2px solid #fff;
}

.agenda-table thead {
    background-color: #1A2F51;
    color: #ffffff;
    border: none;
    border-bottom: 0px;
    border: 1px solid #fff;
}

.agenda-table thead th {
    font-weight: 400;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    border-top: 0px;
    border-bottom: 0px;
    letter-spacing: 0.14rem;
    padding: .4rem;
}

.agenda-table tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0);
}

.agenda-table tbody tr:nth-of-type(even) {
    background-color: rgba(132, 156, 170, .4);
}

.bg-override-dark {
    background-color: rgba(255, 255, 255, 0) !important;
}

.bg-override-light {
    background-color: rgba(132, 156, 170, .4) !important;
}

.agenda-table tbody tr th:first-child {
    width: 15%;
}

.agenda-table tbody tr td:nth-child(2) {
    width: 85%;
}

/* .agenda-table tbody tr td:last-child {
    width: 15%;
    white-space: nowrap;
} */

.agenda-table tbody tr td p:last-child {
    margin-bottom: 0px;
}

.agenda-table tbody tr td .agenda-description p:last-child {
    margin-bottom: 1rem;
}


.agenda-table tbody td, .agenda-table tbody th {
    border-top: 0px;
    padding: 20px 20px;
    color: #fff;
}

.agenda-table tbody th:first-child {
    font-size: 1rem;
    font-weight: 400;
}

.agenda-table tbody h4 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.agenda-table tbody h5 {
    font-size: 1rem;
    font-weight: 600;
}

.agenda-table caption {
    color: #ffffff;
}

.agenda-pills {
    width: 80%;
    margin: 0px auto;
    margin-bottom: 3rem;
}

.agenda-pills .nav-link {
    text-transform: uppercase;
    border-radius: 0px;
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 400;
    letter-spacing: 0.14rem;
    padding: 0.5rem 1.75rem;
    font-size: 0.9rem;
    background-color: transparent;
    border: 1px solid #fff;
    color: #ffffff;
    margin: 0 1rem;
}

.agenda-pills .nav-link:hover {
    background-color: #849CAA;;
}

.agenda-pills.nav-pills .nav-link.active, .agenda-pills.nav-pills .show>.nav-link {
    background-color: #849CAA;
}

#conditional_fields {
    display: none;
}

/*.agenda-description {
    margin-bottom: 1rem;
}*/


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

.speaker-line:after {
    content: "";
    background: #fff;
    padding: 1px 0;
    display: block;
    margin: 20px auto 18px;
    width: 22px;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container:hover .image-overlay {
    opacity: 1;
}

.image-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 21, 34, 0.9);
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.speaker-section {
    margin-bottom: 3rem;
    overflow-x: hidden;
}

.speaker-img {
    margin-top: 0px;
    max-width: 350px;
}

.header-speaker-img {
    margin-top: 4rem;
    max-width: 350px;
}

.arrow-overlay-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.arrow-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 
    33%;
}


.board-speaker {
    margin: 12px 0 20px 0;
    display: flex;
    justify-content: center;
}


.board-speaker h5 {
    color: #054066;
}
/* ==========================================================================
BOARDROOMS
========================================================================== */

.boardroom-synopsis {
    margin-top: 20px;
}

.boardroom-synopsis p {
    margin-bottom: 0px;
}

.boardroom-synopsis.collapse:not(.show) {
    height: 60px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.boardroom-synopsis.collapsing {
    min-height: 60px !important;
}

/*.btn-read-more {
    margin-top: 20px;
}*/

/* ==========================================================================
MAP
========================================================================== */

.map-container {
    position: relative;
    color: #222;
    background-attachment: scroll;
    background-image: url(../img/map-image.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 500px;
}

#map {
    position:absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

/* ==========================================================================
FORM
========================================================================== */

label {
    color: #255B7C;
    font-weight: 600;
}

.form-control {
    border-radius: 3rem;
    background-color: #ECF1F4;
    border: 0px;
    padding: 1.4rem 1rem;
    font-size: 0.9rem;
}

select.custom-select {
    border-radius: 3rem;
    background-color: #ECF1F4 !important;
    border: 0px;
    font-size: 0.9rem;
    height: calc(2.1em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem 1rem;
}

textarea.form-control {
    border-radius: 1rem;
    padding: 1rem 1rem;
}

.form-sub-text {
    font-size: 0.9rem;
    color: #255B7C;
    margin-bottom: 0.4rem;
}

.sub-text-dark {
    color: #212529;
}

.custom-check-container {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    border-radius: 3rem;
    background-color: #ECF1F4;
    margin-right: 0.6rem;
    margin-bottom: 10px;
}

.custom-check-container .custom-control {
    padding-left: 0;
    padding-right: 2.5rem;
    padding-top: 0.1rem;
    font-size: 0.9rem;
}

.custom-check-container .custom-control-label {
    color: #495057;
    font-weight: 400;
}

.custom-check-container .custom-control-label::before {
    position: absolute;
    top: 0.2rem;
    left: auto;
    right: -2.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 2px solid #054066;
}

.custom-check-container .custom-control-label::after {
    position: absolute;
    top: 0.2rem;
    left: auto;
    right: -2.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}


.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}

.custom-check-container .custom-control-input {
    position: absolute;
    right: 0;
    left: auto;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-check-container .custom-control-label:hover, .custom-check-container .custom-control-input:hover {
    cursor: pointer;
}

.custom-check-container .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #054066;
    background-color: #054066;
}

.checkbox-no-text.custom-check-container .custom-control-label::after {
    right: auto;
    left: 0.7rem;
}

.checkbox-no-text.custom-check-container .custom-control-label::before {
    right: auto;
    left: 0.7rem;
}


.checkbox-no-text {
    padding: 0.75rem .93rem
}

/*.checkbox-btn input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.rating-btn {
    background-color: #f8f9fa;
    color: #cccccc;
    border-color: #eeeeee;
    margin-right: 10px;
}

.rating-btn:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #ffffff;
}

.rating-btn:not(:disabled):not(.disabled).active, .rating-btn:not(:disabled):not(.disabled):active, .show>.rating-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}*/

/* ==========================================================================
VENUE
========================================================================== */

.venue-slider-image {
    border: 12px solid #ffffff;
    max-width: 350px;
}

/* ==========================================================================
CAROUSEL
========================================================================== */

.venue-carousel .owl-stage-outer {
    min-height: 375px;
}

.venue-carousel-item {
    text-align: center;
    margin-left: -10%;
    margin-right: -10%;
}

.venue-carousel-item img, .venue-carousel-item video {
    margin: auto;
    -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;
    -webkit-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.7); 
    box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.7);
    margin-top: 0%;
    width: 100%;
}

.venue-carousel-item p {
    font-size: 0.8rem;
}

.venue-carousel .carousel-control-prev {
    top: -8%;
    left: 5%;
    width: auto;
    text-decoration: none;
    opacity: 0.8;
}

.venue-carousel .carousel-control-next {
    top: -8%;
    right: 5%;
    width: auto;
    text-decoration: none;
    opacity: 0.8;
}

.venue-carousel .carousel-control-prev:hover, .venue-carousel .carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-next, .carousel-control-prev {

}

.event-photographs .nav-tabs .nav-link {
    padding: 1rem 2rem;
    margin-right: 0.5rem;
}

.event-photographs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1A2F51;
    border-color: #1A2F51 #1A2F51 #1A2F51;
}

.photo-download-link {
    font-size: 0.8rem;
}

/* ==========================================================================
FAQ
========================================================================== */

.faq-container {
    min-height: 300px;
}

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

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

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal .close {
    color: #ffffff;
}

.modal-header {
    border-bottom: 1px solid #1A2F51;
}

.modal-footer {
    border-top: 1px solid #1A2F51;
}