/**
 * @file
 * Subtheme specific CSS.
 */
a{
    text-decoration: none;
}
html, body{
    height: 100%;
    margin: 0;
}

body.toolbar-horizontal{
  z-index: 9999;
}
body.toolbar-horizontal nav.fixed-top{
  padding-top: 79px;
  z-index: 100;
}

caption{
    caption-side: top;
    font-weight: bold;
    color: #000000;
}

nav.navbar-main{
  transition: .5s;
  padding: 1rem;
}
.navbar-main-background{
  background-color: #0A699F!important;
  transition: .5s;
}
nav.navbar-main .nav-item .nav-link{
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1em;
    color: #ffffff;
}
nav.navbar-main .nav-item a[href="/registration"].nav-link {
  background-color: var(--danger)!important;
  color: #ffffff;
  border-radius: 7px;
}
nav.navbar-main .nav-item a[href="/registration"].nav-link:hover {
  background-color: var(--danger)!important;
  border-radius: 0px;
  text-decoration:none;

}
nav .navbar-brand{
    color: #ffffff !important;
    font-size: 2.5em;
    font-weight: bold;
    overflow-wrap: break-word;
    white-space: normal;
    text-transform: lowercase;
    letter-spacing: 4px;
    font-style: italic;
}

/*
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
*/

ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}
li.menu-item--expanded:hover{
    background-color: #007DC3;
}
li.menu-item--expanded:hover a.nav-link, ul.navbar-nav a{
    color: #ffffff;
}
ul.dropdown-menu {
    color: #212529;
    background-color: #007DC3;
    border-radius: 0rem;
    border: 0;
    padding: 0;
}

li.menu-item--expanded:last-child ul.dropdown-menu{
    right: 0!important;
    left: auto!important;
}

li.dropdown-item {
    padding:0;
    font-weight: 400;
    color: #212529;
    background-color: transparent;
}
li.dropdown-item+li.dropdown-item {
    border-top: 1px solid rgba(0,0,0,.15);
}
li.dropdown-item a{
    color: #ffffff;
    display: block;
    padding: 12px 20px;
    text-decoration: none;
}
li.dropdown-item a:hover{
  text-decoration: none;
}
li.dropdown a.active{
    color:#ffffff !important;
}
li.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2993CE;
}

nav#block-useraccountmenu a{
    color: #FFD24F;
}
nav#block-useraccountmenu a:hover{
    text-decoration: underline;
}

.site-name .site-name-highlight{
    display: block;
    color: #C73B66;
}
.site-slogan{
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 0;
}

.navbar-brand img{
    height: 100px;
}


.list-group-item {
    background-color: transparent;
    border-top: 1px solid #ddd;
    border-radius: 0;
    color: #fff;
}

ul.primary{
    margin: 20px 0px;
}
ul.primary li{
    padding:0px 0px;
}
ul.primary li+li{
    margin-left: 25px;
}
ul.primary a{
    color: #055D61;
    display: block;
    padding: 10px 20px;
}
ul.primary a.is-active{
    background-color: #055D61;
    color: #ffffff;
}
/* TOP SOCIAL LINKS */

div.top-social-buttons{
  position: fixed;
  right: 0;
  top: 250px;
  background-color: rgba(41,147,206, .5);
}
div.top-social-buttons ul{
  list-style:none;
  margin:0;
  padding: 10px;
}
div.top-social-buttons ul li{
  font-size: 24px;
  padding: 10px;
}
div.top-social-buttons ul li a{
  width: 24px;
  height: 24px;
}
/* Style all font awesome icons */
.fab {
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fab:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook-f {
  color: #3B5998;

}

/* Twitter */
.fa-twitter {
  color: #55ACEE;
}

.fa-instagram{
    color: #E1306C;
}

.fa-youtube{
    color: #FF0000;
}





/* MAIN PAGE */
.system-alert{
    position: fixed;
    top: 250px;
    width: 100%;
    z-index: 9999;
}
.splash-screen{
    background: rgba(0, 125, 195, 0.8) url('/sites/default/files/back1.jpg') no-repeat;
    background-size: cover;
    height: 100vh;
}

.background-opacity{
    box-shadow: inset 0 0 0 1000px rgba(0, 125, 195, 0.8);
}

.shadowed {
    -webkit-filter: drop-shadow(6px 6px 12px rgba(255,255,255,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=6, OffY=6, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=6, OffY=6, Color='#444')";
}

.splash-screen h1{
    color: #ffffff;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 8px;
    text-shadow: 6px 6px  4px rgba(0,0,0, 0.2);
}
.splash-screen h2{
    text-align: left!important;
    color: #2993ce;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 2px;
    text-shadow: 6px 6px 4px rgba(0,0,0, 0.2);
    text-transform: uppercase;
    margin-bottom: 0;
}
.splash-screen h3{
    color: #6EB440;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 2px;
    text-shadow: 6px 6px 4px rgba(0,0,0, 0.2);
    text-transform: uppercase;
    margin-bottom: 1em;
}

.splash-screen p{
    padding-bottom: 2em;
}
.splash-screen a.more-button{
    border: 2px solid var(--warning);
    padding: 10px 30px;
    border-radius: 25px;
    color: #ffffff;
    text-decoration: none;
    transition: 1s;
}
.splash-screen a.more-button:hover{
    background: var(--warning);
    transition: 1s;
}

.splash-screen .additional-info span{
    font-size: 1em !important;
    color: #ffffff;
}

.splash-screen .register-link{
    color: #ffffff;
}

.splash-screen .countdownHolder{
    margin-top: 0px;
    padding: 15px;
    font-size: 24px!important;
}
.splash-screen #jquery-countdown-timer-note{
  font-size: 18px;
  text-align: center;
  width: 300px;
}

p#countdown{
  text-align: center;
  font-size: 14px;
  color: #FFD24F;
  margin-bottom: 0;
  padding-bottom: 1em;
}
p#countdown-text{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFD24F;
  margin: 0;
  padding-bottom: 2em;
  text-transform: uppercase;
}
p#countdown span.digit-text{
    font-size: 12px;
    margin-right: 5px;

}
p#countdown span.digits{
  1px 1px 1px rgba(4, 4, 4, 0.35);
  background-image: linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
  background-image: -o-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
  background-image: -moz-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
  background-image: -webkit-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
  background-image: -ms-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #218838), color-stop(0.5, #6EB440) );
  margin: 1px;
  font-size: 14px;
  padding: 5px;
  border-radius: 3px;
  color: #ffffff;
}



.row-1, .row-2, .row-3, .row-4, .row-5, .row-6, .row-7, .row-8{
    padding-top: 5em;
    padding-bottom: 5em;
}
.row-2, .row-4, .row-6, .row-8{
    border-top: 1px solid #f5f5f5;
    background-color: #E5F4F3;
}

.card, .card img{
    border-radius: 0;
    width: 100%!important;
    height: auto!important
}
.card a{
  color: #ffffff;
}
.card{
    border: 1px solid #E8F1F1!important;
    background-color: #4C4A86!important;
    color: #ffffff;
}
.card-body{
    padding: .50rem;
}

.card:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    cursor: pointer;
}
.card-footer{
    border-top: 1px solid #E8F1F1;
}

h5.card-title{
    font-weight: bold;
    color: #ffffff;
    font-size: 1em;
}
.card-text{
    font-size: .8em;
}
.contact-page-cards .card{
  background-color: #b6d8a0;
}

.tl-slide, .tl-slider-background, .tl-animate{
    background: #ffffff !important;
}

h2{
    text-align: center;
    color: #63619A;
    padding-left: 0;
    margin-bottom: 1em;
}

/* timeline */
.tl-timeaxis-major, .tl-menubar, .tl-animate-opacity::before{
    display: none;
}
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
    background-color: #fff;
    color: #ababab;
    z-index: 9;
    border-color: #055D61;
    box-shadow: 1px 1px 3px rgba(5,93,97,.5);
}
.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon, .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon, .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title, .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title, .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description, .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description {
    text-shadow: 1px 1px 1px #fff;
    color: #055D61;
}
/* end of timeline */

.row-7{
  border-top: 1px solid #f5f5f5;
}
.row-8{
    border-top: 2px solid #d4e7d9;
    background: #eaf4ed;
    padding: 4em 2em;
}

.row-8 .logos{
    background: rgba(4, 52, 54, 0.1);
    margin-top: 25px;
    padding: 25px;
}

.row-8 .views-element-container{
    margin-bottom: 4em;
}


.main-page-info-1{
  width: 100%;
}
.main-page-info-1 .col{
  text-align: center;
}
.main-page-info-1 span{
  font-size: 1.5em;
  background-color: var(--success);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 15px;
  white-space: nowrap;
}
.main-page-info-1 .icons{
  font-size: 64px;
}
.main-page-info-1 .arrow{
  font-size: 32px;
  padding-top: 40px;

}
.fa-viadeo{
  color: #096AA1;
}
.fa-pagelines{
  color: #6EB440;
}
.fa-utensils{
  color: #0E4262;
}
.fa-hamburger{
  color: #63609A;
}


.agenda-snapshot{
  text-align: center;
}
.agenda-snapshot .title{
  border-top: 1px solid var(--success);
  padding-top: 10px;
}




.list-group-flush .list-group-item{
  color: #000000;
}


/* END OF MAIN PAGE */


/* ABOUT PAGE */

div.about-info1{
  padding: 25px 0px 0px;
  text-align: center;
}
div.about-info1 p.icon img{
  width: 96px!important;
}
div.about-info1 p.title{
  border-top: 1px solid #dadada;
  padding: 15px 25px 0px 25px;
  font-weight: bold;
  font-style: italic;
  color: var(--success);
}

div.about-info-goal{
  padding: 25px 0px 0px;
  text-align: center;
}
div.about-info-goal p.icon img{
  width: 96px!important;
}
div.about-info-goal p.title{
  border-top: 1px solid #dadada;
  padding: 15px 25px 0px 25px;
  font-weight: bold;
  font-style: italic;
}
div.about-info-goal p.title span{
  color: var(--success);
}

/* INTERNAL PAGES */

div.internal-page-content{
}

.page-header{
    position: relative;
    background: rgba(0, 125, 195, 0.8) url('/sites/default/files/back1.jpg') no-repeat;
    background-size: cover;
}
.page-header-content{
    padding-top: 7rem;
    color: #ffffff;
}

.breadcrumb {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px!important;

}
.breadcrumb-item{

}
.breadcrumb-item.active {
    color: #ffffff!important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff!important;
}
.breadcrumb a{
    color: var(--warning);
    text-decoration: none;
}
.breadcrumb a:hover{
    text-decoration: underline;
}

.internal-row-1, .internal-row-2, .internal-row-3, .internal-row-4,
.internal-row-5, .internal-row-6, .internal-row-7, .internal-row-8{
    padding: 2rem 0rem;
}
.internal-row-2, .internal-row-4, .internal-row-6, .internal-row-8{
    background-color: #E5F4F3;
}


.speaker-profile h2{
    text-align: left;
    font-size: 1.3em;
}

/* END OF INSIDE PAGES */


/* PARTNERS PAGE */
.partners-list-item{
    border: none;
    text-align: center;
    margin-bottom: 2em;
}
.partners-list-item img{
    width: auto!important;
    height: 65px!important;
}
#views-bootstrap-partners-block-3 .partners-list-item:first-child,
#views-bootstrap-partners-block-6 .partners-list-item:first-child,
#views-bootstrap-partners-block-7 .partners-list-item:first-child,
#views-bootstrap-partners-block-8 .partners-list-item:first-child {
    text-align: right!important;
    padding-right: 3em;
}
#views-bootstrap-partners-block-3 .partners-list-item:last-child,
#views-bootstrap-partners-block-6 .partners-list-item:last-child,
#views-bootstrap-partners-block-7 .partners-list-item:last-child,
#views-bootstrap-partners-block-8 .partners-list-item:last-child {
    text-align: left!important;
    padding-left: 3em;
}
/* END OF PARTNERS PAGE */


/* PROGRAMS PAGE */
section.program{
    margin: 3em 0em;
}
section.program h1{
    color:#63609A;
    margin-bottom: 1em;
}
section.program h3{
    color: #6EB440;
    margin-bottom: 1em;
}

section.program .nav-link{
    padding-left: 3em;
    padding-right: 3em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #055D61;
    font-size: 1.5em;
}
section.program .nav-link:hover{
    border: none;
    border-bottom: 3px solid var(--warning);
}
section.program .nav-link.active{
    border: none;
    border-bottom: 3px solid var(--danger);
}
section.program .tab-content{
    margin:2em 0em;
}
section.program table caption{
    color: #63609A;
    font-size: 1.2em;
    padding-bottom: 2em;
}
section.program td.agenda-time{
    color: #0E679E;
    font-size: 1.3em;
    width: 10%;
}
section.program div.session-theme{
    font-size: .7em;
    color: #6EB440;

}

section.program .agenda-rows{
    background-color: unset!important;
}
section.program .agenda-rows td{
    border-bottom: 1px solid #dee2e6!important;
    margin: 0;
    padding: 15px;
}

section.program .agenda-rows ul, div.single-speaker ul{
    list-style:none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    flex-direction: inherit;
}
section.program .agenda-rows ul li, div.single-speaker ul li{
    display: inline;
    float: left;
    padding: 15px;
    font-size: .7em;
    width: calc(100% / 1 - 5px);
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0 !important;
    background: transparent;
}

section.program .agenda-rows ul li img{
    width: 75%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 1em;
}
section.program .agenda-rows ul h2, div.single-speaker ul h2{
    text-align: left;
    font-size: 1.2em;
    width: 100%;
}

section.program .streams article{
    font-size: .7em;
    text-align: left;
}

section.program .streams article h2, div.single-speaker h2{
    font-size: 1.2em;
    text-align: left;
}
section.program .streams img, div.single-speaker img{
    width: 100px!important;
    height: auto;
    margin-right: 1em;
    float: left;
    border-radius: 50%;
}
/* END OF PROGRAMS PAGE */

/* PROFILE PAGE */
.profile-image img{
  width: 100%!important;
  height: auto!important;
}

.profile-page-content .icon{
  width:40px!important;
  height: auto;
  float: left;
}

.user-id-icon{
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 15px;
}


.speaker-image img{
  width: 100%!important;
  height: auto!important;
}
/* END OF PROFILE PAGE */

/* FEATURED BOTTOM */

footer{
    background-color: #63619A;
    color: #EAF4ED;
    font-size: .9em;
}
footer a{
    color: #ffffff;
}
footer a:hover{
    color: #ffffff;
    text-decoration: underline;
}
footer div.container{
    padding-top: 3em;
    padding-bottom: 3em;
}
footer h2{
    text-align: left;
    color: #ffffff;
    font-size: 1.2em;
    text-transform:uppercase;
}
footer nav ul{
    list-style:none;
    margin:0;
    padding:0;
}
footer nav ul li{
    border-bottom: 1px solid #6e6ca7;
    padding-bottom: 8px;
}
footer nav ul li+li{
    padding-top: 15px;
}
footer nav ul li a{
    padding: 7px 15px;
}

footer.copyright{
    background-color: #4a488c;
    font-size: .9em;
}
footer.copyright div.container{
    padding-top: 2em;
    padding-bottom: 1em;
}
/* END OF FEATURED BOTTOM */


/* FORMS */

label.form-required:after {
  content: "*";
  font-weight: bold;
  font-size: 1.3em;
  color: var(--danger);
}

form legend span{
    font-size: 1rem;
    color: #212529;
}
form.user-login-form{

}
form.user-login-form .form-item{
    margin-bottom: 20px;
}


details.captcha{
    margin-bottom: 20px;
    font-size: .9em;
    color: #73AF27;
}
details.captcha summary{
    font-size: 1em;
    color: #000000;
}
div.description, form.user-pass p{
    font-size: .9em;
    color: #73AF27;
    padding: 5px 0px;
}



.form-field{
  margin-bottom: 15px;
}
.form-field label{
}
.form-field select{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px){

    ul.nav li.dropdown:hover ul.dropdown-menu {
      display: block;
    }

    .splash-screen{
        background: rgba(0, 125, 195, 0.8) url('/sites/default/files/back1.jpg') no-repeat;
        background-size: cover;
        height: 100vh;
    }

    .background-opacity{
        box-shadow: inset 0 0 0 1000px rgba(0, 125, 195, 0.8);
    }

    .shadowed {
        -webkit-filter: drop-shadow(6px 6px 12px rgba(255,255,255,0.5));
        filter: url(#drop-shadow);
        -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=6, OffY=6, Color='#444')";
        filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=6, OffY=6, Color='#444')";
    }

    .splash-screen h1{
        color: #4c4a86;
        color: #ffffff;
        font-weight: bold;
        font-size: 5em;
        letter-spacing: 8px;
        text-shadow: 6px 6px  4px rgba(0,0,0, 0.2);
    }
    .splash-screen h2{
        color: #2993ce;
        font-weight: bold;
        font-size: 2.2em;
        letter-spacing: 4px;
        text-shadow: 6px 6px  4px rgba(0,0,0, 0.2);
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .splash-screen h3{
        color: #6EB440;
        font-weight: bold;
        font-size: 2.2em;
        letter-spacing: 4px;
        text-shadow: 6px 6px  4px rgba(0,0,0, 0.2);
        text-transform: uppercase;
        margin-bottom: 1em;
    }

    .splash-screen p{
        padding-bottom: 2em;
    }
    .splash-screen a.more-button{
        border: 2px solid var(--warning);
        padding: 10px 30px;
        border-radius: 25px;
        color: #ffffff;
        text-decoration: none;
        transition: 1s;
    }
    .splash-screen a.more-button:hover{
        background: var(--warning);
        transition: 1s;
    }

    .splash-screen .additional-info span{
        font-size: 1.5em !important;
        color: #ffffff;
    }

    .splash-screen .register-link{
        color: #ffffff;
    }

    p#countdown{
      text-align: center;
      font-size: 28px;
      color: #FFD24F;
      margin-bottom: 0;
      padding-bottom: 2em;
    }
    p#countdown-text{
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #FFD24F;
      margin: 0;
      padding-bottom: 1em;
      text-transform: uppercase;
    }
    p#countdown span.digit-text{
        font-size: 16px;
        margin-right: 10px;
    }
    p#countdown span.digits{
      1px 1px 1px rgba(4, 4, 4, 0.35);
      background-image: linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
      background-image: -o-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
      background-image: -moz-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
      background-image: -webkit-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
      background-image: -ms-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
      background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #218838), color-stop(0.5, #6EB440) );
      margin: 1px;
      font-size: 28px;
      padding: 5px;
      border-radius: 3px;
      color: #ffffff;
    }

    /* FORMS */

    form legend span{
        font-size: 1rem;
        color: #212529;
    }
    form.user-login-form{

    }
    form.user-login-form .form-item{
        margin-bottom: 20px;
    }


    details.captcha{
        margin-bottom: 20px;
        font-size: .9em;
        color: #73AF27;
    }
    details.captcha summary{
        font-size: 1em;
        color: #000000;
    }
    div.description, form.user-pass p{
        font-size: .9em;
        color: #73AF27;
        padding: 5px 0px;
    }

    .form-field label{
      float: left;
      width: 200px;
    }

    .form-field select{
        display: block;
        width: 33.33%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }


    section.program .agenda-rows ul, div.single-speaker ul{
        list-style:none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
    }
    section.program .agenda-rows ul li, div.single-speaker ul li{
        display: inline;
        float: left;
        padding: 15px;
        font-size: .7em;
        width: calc(100% / 5 - 5px);
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

}


/* Small height desktops */

@media (min-width: 992px) and (max-height: 750px){
    .splash-screen .logo-and-title{
        margin-top: 3em;
    }
    .splash-screen h1{
        color: #4c4a86;
        color: #ffffff;
        font-weight: bold;
        font-size: 3em!important;
        letter-spacing: 8px;
        text-shadow: 6px 6px  4px rgba(0,0,0, 0.2);
    }
    .splash-screen h2{
        color: #2993ce;
        font-weight: bold;
        font-size: 2em;
        letter-spacing: 4px;
        text-shadow: 6px 6px  4px rgba(0,0,0, 0.2);
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .splash-screen h3{
        color: #6EB440;
        font-weight: bold;
        font-size: 2em;
        letter-spacing: 4px;
        text-shadow: 6px 6px  4px rgba(0,0,0, 0.2);
        text-transform: uppercase;
        margin-bottom: 1em;
    }

    .splash-screen p{
        padding-bottom: 0em;
    }
    .splash-screen a.more-button{
        border: 2px solid var(--warning);
        padding: 5px 20px;
        border-radius: 15px;
        color: #ffffff;
        text-decoration: none;
        transition: 1s;
    }
    .splash-screen a.more-button:hover{
        background: var(--warning);
        transition: 1s;
    }

    .splash-screen .additional-info{
        margin-top: 1rem!important;
    }

    .splash-screen .additional-info span{
        font-size: 1em!important;
        color: #ffffff;
    }

    .splash-screen .register-link{
        color: #ffffff;
    }

    p#countdown{
      text-align: center;
      font-size: 28px;
      color: #FFD24F;
      margin-bottom: 0;
      padding-bottom: 1em;
    }
    p#countdown-text{
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #FFD24F;
      margin: 0;
      padding-bottom: 2em;
      text-transform: uppercase;
    }
    p#countdown span.digit-text{
        font-size: 16px;
        margin-right: 10px;

    }
    p#countdown span.digits{
      1px 1px 1px rgba(4, 4, 4, 0.35);
      background-image: linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
      background-image: -o-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
      background-image: -moz-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
      background-image: -webkit-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
      background-image: -ms-linear-gradient(bottom, #007DC3 50%, #6EB440 50%);
      background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #218838), color-stop(0.5, #6EB440) );
      margin: 1px;
      font-size: 28px;
      padding: 5px;
      border-radius: 3px;
      color: #ffffff;
    }

    section.program .agenda-rows ul, div.single-speaker ul{
        list-style:none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
    }
    section.program .agenda-rows ul li, div.single-speaker ul li{
        display: inline;
        float: left;
        padding: 15px;
        font-size: .7em;
        width: calc(100% / 3 - 5px);
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }


}
.cert-owner-name{
  top: 100;
  position: absolute;
  font-size: 10em;
  color: red;
}



.gfime-numbers strong{
    color: var(--success);
    font-size: 1.5em;
}
