﻿@font-face {font-family: 'MetricLight';src: url(fonts/Metric-Light.woff)format('woff');src: url(fonts/Metric-Light.woff2)format('woff2');font-weight: 400;font-style: normal;font-stretch: normal;}
@font-face {font-family: 'MetricRegular';src: url(fonts/Metric-Regular.woff)format('woff');src: url(fonts/Metric-Regular.woff2)format('woff2');font-weight: 400;font-style: normal;font-stretch: normal;}
@font-face {font-family: 'MetricSemibold';src: url(fonts/Metric-Semibold.woff)format('woff');src: url(fonts/Metric-Semibold.woff2)format('woff2');font-weight: 400;font-style: normal;font-stretch: normal;}

html {
  height: 100%;
}
body {
    font-family: 'MetricRegular', Arial, sans-serif;font-style:normal;color:#000;font-size:20px;
}
html {
  overflow-x: hidden;
}

a {
    color: #01A982;
}
a:hover {
  color: #01A982; text-decoration: none;
}

img {
  max-width: 100%;
}

.fa,
.fab,
.fal,
.far,
.fas {
  line-height: inherit;
}

/* ----------------------
*	Loading
---------------------------*/
#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
}
.load-circle {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}
.load-circle span {
    display: inline-block;
    width: 64px;
    height: 64px;
}
.load-circle span:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #ff8300;
    border-color: #ff8300 transparent #ff8300 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@media (min-width: 992px) {
  .header-white {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;background:rgba(250, 250, 250, 0.1); backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px); box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);transition:all .2s;
  }
  .header-white.header-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .fixed-header .header-white {
    background: #ffffff;
  }
  .header-white .navbar-brand {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
  }
    .header-white .navbar-brand span.logo {
        background: url(../image/hpe_aruba_orange_rev_rgb.svg) no-repeat left center;background-size:cover;
        display:block;min-height:40px;width:185px;text-indent:-1000px;
    }
  .header-white .navbar-brand img {
    min-height: 75px;
    display: inline-block;
  }
  /*.fixed-header .header-white .navbar-brand {
    color: #000;
  }
  .fixed-header .header-white .navbar-brand span {
    background: #fc5356;
  }*/
  .header-white .navbar-nav .nav-link {
    line-height: 80px;
    padding: 0 10px !important;
    font-size: 17px;
    font-weight: 600;
    margin-left: 10px;
    color: rgba(255, 255, 255, 1);font-family:'MetricLight',Arial, sans-serif;
  }
  .header-white .navbar-nav .nav-link span {
    position: relative;
  }
  .header-white .navbar-nav .nav-link span:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    width: 0px;
    height: 2px;
    border-radius: 5px;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    background: #FFF;
  }
  .fixed-header .header-white .navbar-nav .nav-link {
    color: #000;
  }
  .header-white .navbar-nav .nav-link.active, .header-white .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  .fixed-header .header-white .navbar-nav .nav-link.active, .fixed-header .header-white .navbar-nav .nav-link:hover {
    color: #01A982;
  }
  .header-white .navbar-nav .nav-link.active span:after, .header-white .navbar-nav .nav-link:hover span:after {
    left: 0;
    right: auto;
    width: 100%;
  }
    .fixed-header .header-white .navbar-brand span.logo {
        background-image: url(../image/hpe_aruba_orange_pos_rgb.svg?v2);
    }
    .fixed-header .header-white .navbar-nav .nav-link span:after {
        background: #01A982;
    }
}
/* Mobile 
-----------------------------*/
@media (max-width: 991px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;background:rgba(250, 250, 250, 0.1); backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px); box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);transition:all .2s;
  }
  .header-nav .navbar-brand span.logo {
        background: url(../image/hpe_aruba_orange_rev_rgb.svg) no-repeat left center;background-size:contain;
        display:block;min-height:20px;width:145px;text-indent:-1000px;
    }
  .fixed-header .header-nav {
    background: #ffffff;
  }
  .fixed-header .header-nav .navbar-brand span.logo {background-image:url(../image/hpe_aruba_orange_pos_rgb.svg?v2);}
  .header-nav .navbar-brand {
    font-weight: 600;
    font-size: 24px;
    color: #000;
  }
  .header-nav.header-white .navbar-brand {
    color: #ffffff;
  }
  .fixed-header .header-nav.header-white .navbar-brand {
    color: #000;
  }
  .header-nav .navbar-nav {
    padding: 8px 15px;
    border: 1px solid #ddd;
    background: #ffffff;
  }
  .header-nav .navbar-nav > li + li .nav-link {
    border-top: 1px solid #ddd;
  }
  .header-nav .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.035rem;
    color: #000;
  }
  .header-nav .navbar-nav .nav-link.active, .header-nav .navbar-nav .nav-link:hover {
    color: #01A982;
  }
}
.footer {
  padding: 12px 0;
  position: relative;
  background: rgb(247, 247, 247);
}
.footer .nav a {
  color: #ffffff;
  font-size: 14px;padding:5px;display:inline-block;min-width:31px;text-align:center;border-radius:4px;
  margin-right: 7px;background:#01A982;
}
.footer .nav a:hover {
  background:rgba(128,212,193,1);
}.footer .nav.out a {background:transparent;color:#222;text-decoration:none;} .footer .nav.out a:hover {text-decoration:underline;}
.footer p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.section-title {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .section-title {
    padding-bottom: 5px;
  }
}
.section-title h2 {
  font-weight: 500;
  color: #000;
  font-size: 45px;
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;font-family:'MetricSemibold', Arial, sans-serif;
}
.section-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #01A982;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}
.section-title p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
} .section-title li {font-size:20px;font-weight:400;}
.section-title.text-center h2:after {
  right: 0;
  margin: auto;
}

/* Page title
--------------------------------*/
.page-title {
  padding: 160px 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1200px) {
  .page-title {
    padding-top: 130px;
  }
}
.page-title h1 {
  font-weight: 700;
  margin-bottom: 15px;
}


/* Home Banner
---------------------*/
.home-banner {
  background-size: cover;
  background-position: center;
  position: relative; /*aspect-ratio: 42 / 9;*/
  height:55vh;min-height:400px;display:flex;text-align:center;
}
.home-banner .row {
  /*padding-top: 220px;
  padding-bottom: 100px;*/padding-top:80px;
}
.home-banner .ht-text {
  color: #ffffff;
}
.home-banner .ht-text h6 {
  font-weight: 800;
  font-size: 50px;
  margin: 0;
} .home-banner .ht-text h1 {font-family:'MetricSemibold',Arial,sans-serif;}
@media (max-width: 991px) {
  .home-banner .ht-text h6 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .home-banner .ht-text h6 {
    font-size: 20px;
  }
  .home-banner {min-height:350px;height:40vh;}
  .home-banner .row {padding-top:60px;}
}
.home-banner .ht-text h1 {
  font-weight: 800;
  font-size: 85px;
  margin-bottom: 15px;text-shadow: 1px 1px 2px #444;
}
@media (max-width: 991px) {
  .home-banner .ht-text h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .home-banner .ht-text h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .home-banner .ht-text h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .home-banner .ht-text h2 {
    font-size: 18px;
  }
}
.home-banner .ht-text .btn-bar {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .home-banner .ht-text .btn-bar {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-banner .ht-text .btn-bar {
    padding-top: 15px;
  }
}
.home-banner-02 {
  background-size: cover;
  background-position: 59% center;
  position: relative;
}
.home-banner-02 .row {
  padding-top: 230px;
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .home-banner-02 {
    background-position: 65% center;
  }
}
.home-banner-02 .ht-img {
  width: 200px;
  height: 200px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.home-banner-02 .ht-text {
  color: #ffffff;
}
.home-banner-02 .ht-text h1 {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px #444;
}
@media (max-width: 767px) {
  .home-banner-02 .ht-text h1 {
    font-size: 40px;
  }
}
.home-banner-02 .ht-text h2 {
  font-size: 22px;
}
.home-banner-02 .ht-text h2 span {
  color: #fc5356;
}
@media (max-width: 767px) {
  .home-banner-02 .ht-text h2 {
    font-size: 18px;
  }
}
/*	Toggle Menu
-------------------------*/
.navbar-toggler,
.toggler-menu {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0;
    border-radius: 0;
    padding: 0;
    margin-left: 15px;
    background: #ff8300;
    border: none;border-radius:5px;
}

    .navbar-toggler span,
    .toggler-menu span {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 25px;
        height: 2px;
        margin: auto;
        box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
        background: #ffffff;
        color: #ffffff;
    }


.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;outline: 5px auto -webkit-focus-ring-color !important;box-shadow:none;
}

/* Section
---------------------*/
.section {
  padding: 80px 0 70px 0px;
  position: relative;
  border-bottom:1px solid #eee
}
@media (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.agenda-section table td {padding:.9rem .75rem;font-size:20px;} .agenda-section table td b {font-family:'MetricLight',Arial, sans-serif;}
.agenda-section table td:first-child {width: 100px; white-space: nowrap;}
.speaker-section h4,.details-section h5 {font-family:'MetricSemibold',Arial, sans-serif;}
.speaker-section p {line-height:1.2;}
.details-section table td {font-size:20px;width:50%;}
.eventessentials-section table td {font-size:20px;} .eventessentials-section table td:first-child {width:25%;}

.btn-bar {margin-left:1rem;}
.px-btn {
  padding: 0 25px 0 25px;
  line-height: 30px;
  position: relative;
  display: inline-block;
  color: #01A982;
  background: none;
  border: 5px solid #01A982;
  background:#FFF;text-decoration:none;font-family:'MetricRegular'
}
.navbar-collapse.collapsing .btn-bar, .navbar-collapse.show .btn-bar {
    margin: 0px !important;background:#FFF;padding:10px 15px;text-align:center;
}
.fixed-header .px-btn {}
.px-btn span {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.px-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: transparent;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  width: 0;
  height: 100%;
}
.px-btn:hover {
  color: #ffffff;
}
.px-btn:hover:before {
  background: #01A982;
  width: 100%;
  border-color: #01A982;
}
.px-btn.white {
  color: #ffffff;
  border-color: #ffffff;
}
.px-btn.white:hover {
  color: #000;
}
.px-btn.white:hover:before {
  background: #ffffff;
  width: 100%;
  border-color: #ffffff;
}

.px-btn-arrow {
  padding: 0 50px 0 0;
  line-height: 20px;
  position: relative;
  display: inline-block;
  color: #fc5356;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.px-btn-arrow span {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.px-btn-arrow .arrow {
  width: 13px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.px-btn-arrow .arrow:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.px-btn-arrow:hover {
  color: #000;
}
.px-btn-arrow:hover .arrow {
  right: 20px;
}

.form-floating .form-control, .form-floating>.form-select {border:0px;border-bottom:1px solid #dee2e6;border-radius:0px;box-shadow:none !important;padding-left:3px !important;padding-right:3px !important;font-size:1.25rem;}
.form-floating > label {padding-left:0px !important;padding-right:0px !important;} 

#register p {font-family:'MetricLight', Arial, sans-serif;padding-right:5px;}
.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {padding-top:2rem;}
/*.form-floating > select.form-control:not(:placeholder-shown) {padding-bottom:1rem;}*/
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {height:auto;}
button[type=submit]:disabled span {
    display: none;
}
button[type=submit]:disabled i {
  width: 20px;display:inline-block;height:20px;vertical-align:middle;margin:0px 50px 5px 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid;
  border-color: #01A982 #FFFF;
  animation: l1 1s infinite;
}
@keyframes l1 {to{transform: rotate(.5turn)}}

.rx-btn {
    text-decoration: none;
    border-radius: 30px;
    background: linear-gradient(60deg, #01A982 0 13%, #1cd3a8 20%, #01A982 27%, #01A982);
    background-position: 99% 50%;
    background-size: 200% 200%;
    transition: background-position .5s;
    align-items: center;
    height: unset;
    padding: 10px 24px;
    margin-left: 0px;
    line-height: unset !important;
    font-family: 'MetricSemibold', Arial, sans-serif !important;
    font-weight: 400;
    color: #ffffff !important;margin-left:20px;
}
.rx-btn:hover {
    text-decoration: none !important;
    background: linear-gradient(60deg,#01A982 0 13%,#1cd3a8 20%,#01A982 27%,#01A982);
    color: #fff;
    background-size: 200% 200%;
    background-position: 0 50%;
}
    .rx-btn .icon {
        min-width: 58.5px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2301A982' viewBox='0 0 138 39.64'%3E%3Cpath d='M0 0v39.64h138V0Zm129.38 31H8.63V8.63h120.75Z'/%3E%3C/svg%3E") no-repeat;
        filter: brightness(0) invert(1);
        min-height: 15px;
        margin-left: 10px;
        display: inline-flex;
    }
button.rx-btn {border:0px;margin-left:0px;}