/*********************************************************************************

	Template Name: ELN Events 
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

 a:hover, a:visited { color:#000; 
        }
        
        /*
.with--drop:hover > .dropdown__menu {
    display: block;
}
.with--drop > .dropdown__menu:active {
    pointer-events: none;
}   
*/
/*
.mainmenu  li:hover .dropdown__menu {
    display: block;
}
*/
/*
.dropdown:hover>.dropdown__menu {
  display: block;
}
*/
@media (min-width: 992px) {
    .mainmenu li:hover .dropdown-menu {
        display: block !important;
    }
}


 /* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: var(--purple);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index:999999;
}
#gdpr-cookie-message h4 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: var(--red);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}



        .rev_slider .slotholder:after {
        	width: 100%;
        	height: 100%;
        	content: "";
        	position: absolute;
        	left: 0;
        	top: 0;
        	pointer-events: none;    
        	background: rgba(0, 0, 0, 0.5);
        }
        .thumbnail .product-badges .onsale {
            position: relative;
            top: 0;
            left: 0;
            display: block;
            margin: 0 2px;
            min-height: 0;
            min-width: 0;
            border-radius: 5px;
            text-align: center;
            font-weight: 600;
            font-size: 9px;
            line-height: 1.44;
            text-transform: uppercase;
            background: #fff;
            padding: 4px 8px;
            color:#000
        }
        .date-pos {
            width: 40px;
            display: inline-block;
            position: absolute;
            left: 10px;
            top: 10px;
            color: #fff;
            text-align:center;
            background:#000;
            font-size:13px;
        }
        .date-pos b { }
        .date-pos span {
            display: block;
            font-size: 13px;
            line-height: 10px;
            padding: 5px;
            font-weight:600;
            background:#f4f4f4;
            color:#333;
        }
        .megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
  top:100px;
}

.mega-menu-mobile.active ~ .dropdown-menu {
    display: block;
    position: relative;
}
.mega-menu-mobile.active ~ .dropdown-menu > .container-fluid.max-width {
    padding: 15px !important;
}
.mega-menu-mobile.active ~ .dropdown-menu > .container-fluid.max-width img {
    padding: 15px 0;
}

     
         .dropdown-toggle::after {
      color:#fff;
  }
   .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left:.3em solid transparent
}

.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(90vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.video-background-holder video {
    position: absolute;
    z-index: 0;
    background-size: 100% 100%;
    top: 0px;
    left: 0px; /* fixed to left. Replace it by right if you want.*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    
}
.video-background-content {
  position: relative;
  z-index: 2;
}
.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  opacity: 0;
  z-index: 1;
}

@media (max-width: 576px) {
.video-background-holder {
  position: relative;
  background-color: transparent;
  height: calc(25vh - 72px);
  max-height: 300px;
  width: 100%;
  overflow: hidden;
}
.video-background-holder h1 {
    font-size:16px;
}
.video-background-holder video {
    position: absolute;
    z-index: 0;
    background-size: 100% 100%;
    top: 0px;
    left: 0px; /* fixed to left. Replace it by right if you want.*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-height:300px;
    object-fit: cover;

}
}

  @media only screen and (min-width: 1920px) {
.heroHome h1  {
    font-size:65px;
    line-height:55px;
}
}

     @media only screen and (min-width: 998px) {
.heroHome h1 {
    font-size:38px;
}
  #calendar .title {
      font-size: 17px;
      font-weight:bold;
  }
  #calendar .title a {
     color:#1f3153;
  }
  #calendar .subtitle {
      font-size: 16px;
      
  }
     }
  
    @media only screen and (max-width: 768px) {

  #calendar .title {
      font-size: 15px;
      font-weight:bold;
  }
  #calendar .title a {
     color:#1f3153;
  }
  #calendar .subtitle {
      font-size: 14px;
      
  }
     }
  
  
   @media only screen and (max-width: 768px) {
            .navbar {
                background-color: #1C2331;
            }
        }
        /* Carousel*/
        
        .carousel,
        .carousel-item,
        .active {
            height: 100%;
        }
        
        .carousel-inner {
            height: 100%;
        }
        
        .flex-center {
            color: #fff;
        }
        
        .carousel-caption {
            height: 100%;
            padding-top: 7rem;
        }
        
        
   dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left:.3em solid transparent
}
.rev_slider .slotholder:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;    
	background: rgba(0, 0, 0, 0.5);
}
 .thumbnail .product-badges {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex
}
.thumbnail .product-badges .onsale {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 2px;
    min-height: 0;
    min-width: 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.44;
    text-transform: uppercase;
    background: #1f3153;
    padding: 4px 8px;
    color:#fff
}
.date-pos {
    width: 40px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #fff;
    text-align:center;
    background:#1f3153;
    font-size:8px;
}
.date-pos b { }
.date-pos span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    padding: 5px;
    font-weight:600;
    background:#00a8cb;
    color:#fff;
}
.maxWidth { 
    width:90%;
}
@media screen and (min-width: 1900px) {
  .container {
    width:80%;
  }
}

 
     @media only screen and (min-width: 768px) {

  #calendar .title {
      font-size: 17px;
      font-weight:bold;
  }
  #calendar .title a {
     color:#1f3153;
  }
  #calendar .subtitle {
      font-size: 16px;
      
  }
     }
  
    @media only screen and (max-width: 768px) {

  #calendar .title {
      font-size: 15px;
      font-weight:bold;
  }
  #calendar .title a {
     color:#1f3153;
  }
  #calendar .subtitle {
      font-size: 14px;
      
  }
     }
  
  
   @media only screen and (max-width: 768px) {
            .navbar {
                background-color: #1C2331;
            }
        }
        /* Carousel*/
        
        .carousel,
        .carousel-item,
        .active {
            height: 100%;
        }
        
        .carousel-inner {
            height: 100%;
        }
        
        .flex-center {
            color: #fff;
        }
        
        .carousel-caption {
            height: 100%;
            padding-top: 7rem;
        }
        
        
   dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left:.3em solid transparent
}
.rev_slider .slotholder:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;    
	background: rgba(0, 0, 0, 0.5);
}
 .thumbnail .product-badges {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex
}
.thumbnail .product-badges .onsale {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 2px;
    min-height: 0;
    min-width: 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.44;
    text-transform: uppercase;
    background: #1f3153;
    padding: 4px 8px;
    color:#fff
}
.date-pos {
    width: 40px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #fff;
    text-align:center;
    background:#1f3153;
    font-size:8px;
}
.date-pos b { }
.date-pos span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    padding: 5px;
    font-weight:600;
    background:#00a8cb;
    color:#fff;
}
.maxWidth { 
    width:90%;
}
@media screen and (min-width: 1900px) {
  .container {
    width:80%;
  }

}
 #Event.CIO, #Event.cio {
      background:#29ABE2!important;
      max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;"
}
#Event.CPO, #Event.cpo{
      background:#662D91!important;
      max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;"     
  }
#Event.CHRO, #Event.chro  {
      background:#F7931E!important;
      max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;"      
  }
  #Event.HR,  #Event.hr {
      background:#F7931E!important;
       max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;"     
  }
  #Event.DPO, #Event.dpo {
     background:#1B1464!important; 
       max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;
      
  }
   #Event.CFO, #Event.cfo  {
      max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;
     background:#39B54A!important; 
  }
     #Event.CEO, #Event.ceo  {
      max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;
     background:#013582!important; 
  }
#Event.SC, #Event.sc  {
      max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;
     background:#9E005D!important; 
  }
  
  #Event.CISO, #Event.ciso {
     background:#ED1C24!important; 
       max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff; }
  #Event.CMO, #Event.cmo {
     background:#ED1E79; 
           max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;
  }
   #Event.GDPR,  #Event.gpdr {
     background:#1b1464; 
      max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;  }
  .dropdown-toggle::after {
      color:#fff;
  }
  
    #Event.SALES, #Event.sales {
     background:#000; 
      max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;  }
  .dropdown-toggle::after {
      color:#fff;
  }
  
   #Event.CX,  #Event.cx {
     background:#ffa2ec; 
      max-width:60%;
      position: relative;
      bottom: 15px;
      left: auto;
      right: auto;
      display: block;
      margin: 0 auto;
      min-height: 0;
      min-width: 0;
      border-radius: 14px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.44;
      text-transform: uppercase;
      padding: 4px;
     color: #fff;  }
  .dropdown-toggle::after {
      color:#fff;
  }
  
  .video-background-holder {
  position: relative;
  background-color: black;
  height: calc(90vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.video-background-holder video {
    position: absolute;
    z-index: 0;
    background-size: 100% 100%;
    top: 0px;
    left: 0px; /* fixed to left. Replace it by right if you want.*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.video-background-content {
  position: relative;
  z-index: 2;
}
.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 576px) {
.video-background-holder {
  position: relative;
  background-color: transparent;
  height: calc(30vh - 72px);
  min-height: 15rem;
  width: 100%;
  overflow: hidden;
}
.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: auto;
}
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}
.mega-menu-mobile.active ~ .dropdown-menu {
    display: block;
    position: relative;
}
.mega-menu-mobile.active ~ .dropdown-menu > .container-fluid.max-width {
    padding: 15px !important;
}
.mega-menu-mobile.active ~ .dropdown-menu > .container-fluid.max-width img {
    padding: 15px 0;
}

.form_radio_btn {
	display: inline-block;
	width: 100%;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	line-height: 34px;
	border-radius: 6px;
	user-select: none;
}
 
/* Checked */
.form_radio_btn input[type=radio]:checked + label {
	background: #ffe0a6;
}
 
/* Hover */
.form_radio_btn label:hover {
	color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

