/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* BRAND */
:root {
  --qvantel-blue: #004A82 !important;
  --qvantel-blue_dark: #013761 !important;
  --rock: #b1b5b8 !important;
  --ocean: #0096CF !important;
  --grass: #52B214 !important;
  --grass_dark: #278F00 !important;
  --flame: #FE9424 !important;
  --flame_dark: #E86C00 !important;
  --heart: #EE3423 !important;
  --night: #2B323E !important;
  --light: #FFFFFF !important;
  --sky: #2BBBF3 !important;
  --lime: #96E01E !important;
  --sunrise: #FABB00 !important;
  --sunrise_dark: #F39700 !important;
  --seagreen: #5BB67A !important;
  --purplerain: #622E7A !important;
  --purplerain_dark: #491659 !important;
  --pink: #E6007E !important;
  --pink_light: #FF77BC !important;
  --sourcesans: 'Source Sans Pro', sans-serif !important;
  --shadow1: 0 10px 20px rgba(0,0,0,0.19), 0 2px 6px rgba(0,0,0,0.23);
  --shadow2: 3px 3px 10px rgba(0,0,0,0.2);
  --verdigris: #42B6B5 !important;
  --sea: #5BB67A !important; /* redundant? same as 'seagreen' */
  --ossb: 'Open Sans SB';
  --opens: 'Open Sans';
  --verdigris-seagreen: linear-gradient(to right, var(--verdigris) 0%, var(--seagreen) 100%);
  --verdigris-lime: linear-gradient(to right, var(--verdigris) 0%, var(--lime) 100%);
  --seagreen-lime: linear-gradient(to right, var(--seagreen) 0%, var(--lime) 100%);
  --ocean-sky: linear-gradient(to right, var(--ocean) 0%, var(--sky) 100%);
  --flame-sunrise: linear-gradient(to right, var(--flame) 0%, var(--sunrise) 100%);
  
  /* Content categories */
  --press_release: linear-gradient(to right, var(--verdigris) 0%, var(--verdigris) 100%);
  --whitepaper: linear-gradient(to right, var(--grass) 0%, var(--grass) 100%);
  --success-story: linear-gradient(to right, var(--sky) 0%, var(--sky) 100%);
  --ebook: linear-gradient(to right, var(--sunrise) 0%, var(--sunrise) 100%);
  --news: linear-gradient(to right, var(--seagreen) 0%, var(--seagreen) 100%);
  --featured: linear-gradient(to right, var(--pink) 0%, var(--pink) 100%);
  --blog: linear-gradient(to right, var(--qvantel-blue) 0%, var(--qvantel-blue) 100%);
  --webinar: linear-gradient(to right, var(--flame) 0%, var(--flame) 100%);
  --event: linear-gradient(to right, var(--purplerain) 0%, var(--purplerain) 100%);
  --content-placeholder: linear-gradient(to right, var(--night) 0%, var(--night) 100%);
  --brochure: linear-gradient(to right, var(--lime) 0%, var(--lime) 100%);
  
}

/* Old gradient-based content categories */
  --whitepaper_old: linear-gradient(to right, var(--grass_dark) 0%, var(--lime) 100%);
  --case-study_old: linear-gradient(to right, var(--ocean) 0%, var(--sky) 100%);
  --ebook_old: linear-gradient(to right, var(--sunrise_dark) 0%, var(--sunrise) 100%);
  --news_old: linear-gradient(to right, var(--verdigris) 0%, var(--seagreen) 100%);
  --featured_old: linear-gradient(to right, var(--pink) 0%, var(--pink_light) 100%);
  --blog_old: linear-gradient(to right, var(--qvantel-blue_dark) 0%, var(--qvantel-blue) 100%);
  --webinar_old: linear-gradient(to right, var(--flame_dark) 0%, var(--flame) 100%);
  --event_old: linear-gradient(to right, var(--purplerain_dark) 0%, var(--purplerain) 100%);
  



/* Custom Fonts */
@font-face { 
  font-family: 'Open Sans SB';
  src: 
    url('https://8789936.fs1.hubspotusercontent-na1.net/hubfs/8789936/Brand/Fonts/opensans-semibold.9f214421-webfont.eot') format('embedded-opentype'),
    url('https://8789936.fs1.hubspotusercontent-na1.net/hubfs/8789936/Brand/Fonts/opensans-semibold.9f214421-webfont.eot') format('eot'),
    url('https://8789936.fs1.hubspotusercontent-na1.net/hubfs/8789936/Brand/Fonts/OpenSans-Semibold.9f214421.woff') format('woff'),
    url('https://8789936.fs1.hubspotusercontent-na1.net/hubfs/8789936/Brand/Fonts/opensans-semibold.9f214421-webfont.woff2') format('woff2'),
    url('https://8789936.fs1.hubspotusercontent-na1.net/hubfs/8789936/Brand/Fonts/opensans-semibold.9f214421-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

p {
  font-family: var(--opens), sans-serif;
  font-weight: 300;
}

h1 {
  font-family: var(--opens), sans-serif !important;
  font-size: 56px;
  color: var(--qvantel-blue);
  line-height: 150% !important;
}

h2 {
  font-family: var(--opens), sans-serif !important;
  font-size: 36px;
  font-weight: 400 !important;
  color: var(--night);
}

.sunrise {
  color: var(--sunrise) !important; 
}

.flame {
 color: var(--flame); 
}

.ocean {
  color: var(--ocean);
}

.qv-blue {
  color: var(--qvantel-blue);
}

.sky {
  color: var(--sky); 
}
  
h2.post-title {
  margin-top: 0rem; 
}

h3 {
  font-size: 28px; 
}

h4 {
  font-size: 22px; 
}


h4,h5 {
  font-family: var(--opens), sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

h4.post-title {
  margin-top: 0rem; 
}

li {
  font-family: var(--opens), sans-serif;
  font-weight: 400;
}

.dnd-section {
  transition: 1s;
  transition-timing-function: ease;
}

.qv-h2-section-breaker {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 10%;
  text-align: center;
}

.qv-h2-section-breaker h2 {
  font-size: 34px;
  font-family: 'Open Sans SB';
  color: var(--night);
  line-height: 48px;
}

h3.qv-h3-2col-a {
  font-family: var(--opens);
  font-size: 40px;
/*   color: rgba(43,50,62,0.85); */
  color: rgba(0,0,0,0.85);
  margin: 5px 0px 25px 0px;
}

h4.qv-h4-2col-a {
  font-family: var(--opens);
  font-size: 28px;
  color: rgba(0,0,0,0.65);
  margin-bottom: 2px;
}

p.qv-p-2col-a {
  font-family: 'Open Sans';
  font-size: 20px;
/*   font-weight: 600; */
/*   color: rgba(43,50,62,0.65); */
  color: rgba(0,0,0,0.45);
  margin-bottom: 0.6em;
  margin-top: 0.6em;
  line-height: 28px;
}

p.pre-cta {
  margin-bottom: 35px;
}

.qv-bold {
  color: rgba(0,0,0,0.85); 
}

.emph1-onlight {
  color: var(--flame); 
}

.qv-li-a {
  font-family: 'Open Sans';
  font-size: 20px;
}

h4.qv-ondark {
  color: #aaa !important; 
}

h3.qv-ondark {
  color: var(--sunrise) !important; 
}

h2.qv-onblue {
   color: var(--sunrise) !important;
  font-weight: 400 !important;
}

h3.qv-onblue {
  color: var(--sunrise) !important;
  font-weight: 400 !important;
}

.qv-ondark {
 color: #aaa !important; 
}

.qv-bold-ondark {
  color: #fff !important; 
}

.qv-onblue {
 color: #fafafa !important; 
}

.qv-bold-onblue {
 color: #fff; 
}

/* Smaller bullet size in Rich Text modules */
.widget-type-rich_text ul li:before {
  width: 0.5rem;
  height: 0.5rem; 
}

figure {
  margin: 40px 10px;
}

figcaption {
  font-size: 16px;
}

/* Compact Table */

.table-compact {
 font-size: 14px; 
}

.table-compact td {
vertical-align: top;
padding: 14px;
}

.table-compact tr:first-child td {
vertical-align: middle;
padding: 14px;
font-size: 16px;
}

.table-compact ul {
margin-top: 0;
}

.table-compact ul li {
margin-top: 0 !important;
font-size: 14px;
}


/* Header start (menu defined later in this document) */

.qvantel-hero-heading {
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  justify-content: center;
}

/* Define logo height for Firefox, otherwise logo is not displayed */
.atmc-header_logo a img {
	height: 24px;
}

/* Header end */


/* Footer start */
footer .row-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

.atmc-sitefooter_menu li.active > a {
  color: var(--flame) !important;
}

.atmc-sitefooter_menu li > a:hover {
  color: var(--flame) !important;
}

.atmc-sitefooter_menu a:before {
  background-color: rgba(255,255,255,0);
}

.atmc-sitefooter_menu ul {
  display: flex !important;
  justify-content: center;
}

.atmc-sitefooter_menu ul li ul li {
  font-size: 2rem !important; 
}

.atmc-footer {
 padding: 2rem 0; 
}

@media (max-width: 767px) {
 .atmc-sitefooter_menu ul {
/*    min-height: 170px; */
   margin-top: 40px;
  }
  .atmc-sitefooter_social {
   margin-bottom: 40px; 
  }
  .atmc-sitefooter_menu ul li {
   padding-right: 0 !important;
  }
  .atmc-sitefooter_menu ul li ul {
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start;
  }
  .atmc-sitefooter_menu ul li ul li {
    display: flex !important;
    justify-content: center;
  }
}

@media (max-width: 568px) {
 .atmc-sitefooter_menu ul {
/*    min-height: 170px; */
   margin-top: 40px;
  }
  .atmc-sitefooter_menu ul li {
   padding-right: 0 !important;
  }
  .atmc-sitefooter_social {
   margin-bottom: 40px; 
  }
  .atmc-sitefooter_menu ul li ul {
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start;
  }
  .atmc-sitefooter_menu ul li ul li {
    display: flex !important;
    justify-content: center;
  }
}

/* Footer end */

/* Section Dividers */
#qv-section-divider-a:after, #qv-section-divider-a:before {
    content:'';
    display:block;
    position:relative;
}

#qv-section-divider-a:after {
   border-left: 100vw solid #FFCCCC;
    border-bottom: 60px solid transparent;
    border-right:0;
    border-top:0;
}

.qv-section-title {
  font-family: var(--ossb) !important;
  font-size: 34px !important;
}

.qv-section-title:after {
  content: '';
  display: block;
  width: 10%;
  position: relative;
  height: 2px;
  background-color: var(--qvantel-blue);
  top: 20px;
  left: 50%;
  margin-left: -5%;
  min-width: 35px;
}

.qvantel-white:after {
  background-color: #fff;
}

.dna:after {
  background-color: #FE007D;
}

.very-mobile:after {
  background-color: #13A538; /* Very Mobile green: #13A538 */;
}

.millicom:after {
   background-color: var(--sky);
}

.xl-axiata:after {
   background-color: var(--ocean);
}

.masmovil:after {
   background-color: var(--flame);
}

.european-telco:after {
   background-color: var(--sunrise);
}

.qvantel-grass:after {
  background-color: var(--grass);
}

/******************** MAIN MENU **********************/
/*****************************************************/

/* Place menu on top of the page, i.e. move page to start from the very top */
.body-wrapper {
 padding-top: 0px !important; 
}

/* Change header transparency */
.atmc-header {
/*   background-image: linear-gradient(to right, var(--qvantel-blue) 0%, var(--ocean) 100%) !important; */
/*  background-image: linear-gradient(to right, rgba(0,74,130,0.8) 0%, rgba(0,150,207,0.8) 100%) !important; */
  position: absolute;
  border-bottom: 0px solid black;
}

/* Decrease header height; Keep menu within specified max body width of 1600 px */
.atmc-header_container {
  height: 45px !important;
  max-width: 1600px;
}

/* Move menu closer to logo */
.atmc-header_menu-wrapper {
/*   margin-left: -100px;  */
}

/* Decrease padding to decrease vertical size of header */
.atmc-header-01_search_trigger {
  padding: 1rem;
}

/* Increase font size of header menu items for larger screens */
.atmc-header_menu .hs-menu-wrapper li a {
    font-size: 0.9rem;
    padding: 0 20px;
/*     font-weight: bold; */
}

.atmc-header_menu > .hs-menu-wrapper > ul > li > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.atmc-header_menu > .hs-menu-wrapper > ul > li:hover {
/*   background-color: var(--ocean); */
  border-bottom: 1px solid white;
}

.atmc-header_menu>.hs-menu-wrapper > ul > li > a {
  color: var(--sky);  
}

.atmc-header_menu > .hs-menu-wrapper > ul > li > a:after {
  background-color: transparent !important;
}

.atmc-header_menu > div > ul > li:last-child:hover {
/*   background-color: transparent; */
}

.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
/*   background-color: var(--sky); */
/*   background-color: rgba(0,74,130,0.3); */
  background-color: rgba(0,0,0,1.0);
  padding: 0px;
/*   width: 200px; */
}

.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li {
  margin-top: 0px;
}

.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a {
  color: #fff;
  padding: 12px 20px;
  width: 100%;
  overflow: visible !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.atmc-header_menu > div > ul > li:last-child a {
/*   background-color: var(--flame); */
  color: #ffffff !important;
/*   margin-left: 40px; */
}

.atmc-header_menu > div > ul > li:last-child a:hover {
/*   background-color: var(--sunrise); */
/*   color: #ffffff !important; */
  border-top: 0px;
}

.atmc-header_menu > div > ul > li:last-child a:active {
/*   background-color: var(--flame); */
/*   color: #ffffff !important; */
  border-top: 0px;
}

.atmc-header_menu > .hs-menu-wrapper > ul > li > a:active, .atmc-header_menu > .hs-menu-wrapper > ul > li.active > a:active {
  color: var(--sky) !important;
}

.atmc-header_menu > .hs-menu-wrapper > ul > li.active-branch > a, .atmc-header_menu > .hs-menu-wrapper > ul > li.active > a {
  color: #fff !important;
/*   background-color: var(--sky); */
  border-bottom: 1px solid white;
}

/* Move 2nd-level menu container off the top of the white bottom border of the parent level menu item */
.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper {
  margin-top: 2px; 
}

.atmc-header_menu > .hs-menu-wrapper > ul > li.active-branch:active, .atmc-header_menu > .hs-menu-wrapper > ul > li.active:active {
  color: #fff !important;
/*   background-color: var(--sky) !important; */
}

/* Disable expanding top-border on 'Contact' menu item upon hover */
@media (min-width: 992px) {
  .atmc-header_menu > div > ul > li:last-child > a:after {
    height: 0px !important;
  }
}

/* Search icon background when hovering */
.atmc-header-01_search_trigger:hover {
  background: rgba(0,0,0,0.4); 
}

.atmc-header-01_search_trigger {
  border-right: 0px solid black;
  border-left: 0px solid black;
}

/* 2024 */
@media (min-width: 992px) {

  .atmc-header_menu a {
    color: #fff !important;
    font-size: 14px; 
    font-weight: 400;
    padding-left: 25px;
  }
  
  .atmc-header_menu > div > ul > li.hs-menu-depth-1:hover > ul {
    margin-top: 2px;
  }

  .atmc-header_menu ul > li > ul {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  
  .atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper {
    transform: unset;
/*     -webkit-transform: unset; */
  }
   

  .atmc-header_menu ul > li > ul > li {
/*     min-width: 170px; */
  }
  
  .atmc-header_menu ul > li:nth-child(2) > ul {
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

/*   .atmc-header_menu ul > li:nth-child(2) > ul > li > ul {
    min-height: unset;
  } */

  .atmc-header_menu ul > li:nth-child(2) ul > li {
    width: 230px;
  }

  .atmc-header_menu ul > li:nth-child(2) > ul > li.hs-menu-depth-2 > a {
    color: var(--sky) !important;
  }

/*   .atmc-header_menu ul > li:nth-child(2) > ul > li.hs-menu-depth-2:not(:nth-child(3)) > a:hover {
    cursor: default !important;
  } */
  
  .atmc-header_menu ul > li:nth-child(2):hover > ul > li > ul {
    display: flex !important;
    flex-direction: column !important;
  }
  
  .atmc-header_menu ul > li > ul {
    padding-top: 15px;
    padding-bottom: 7px;
  }
  
  .atmc-header_menu ul > li ul > li {
/*     min-width: 170px; */
  }
  
  .atmc-header_menu ul > li > ul > li:hover > a {
    color: #bbb !important; 
  }
  
  .atmc-header_menu ul:first-child > li:nth-child(2) > ul > li > ul {
    position: absolute !important;
    display: flex !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
/*     padding-top: 40px !important; */
    padding: 40px 10px 40px 0px !important;
    height: 100% !important;
/*     visibility: visible !important; */
/*     background-color: black !important; */
    background-color: rgba(0,0,0,0) !important;
    transition: unset !important;
    font-size: 14px !important;
    min-height: unset;
  }
  
  .atmc-header_menu ul:first-child > li:nth-child(2):hover > ul > li > ul {
    visibility: visible !important;
  }
  
  
  .atmc-header_menu ul > li > ul > li > ul > li:active > a {
    color: var(--sky) !important;
/*     background-color: yellow !important; */
   }
  
/*   .atmc-header_menu ul > li > ul > li > ul > li > a:active {
    color: var(--sky) !important;
  }
   */
  .atmc-header_menu ul > li:nth-child(2) > ul > li > ul > a {
   visibility: visible !important; 
  }
  
  
  .atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a {
    padding: 8px 1rem; 
  }
  
  .atmc-header_menu ul > li:nth-child(2) > ul > li > ul > li:hover > a {
    color: rgba(255,255,255,0.9) !important;
    color: #bbb !important;
  }
  
  .atmc-header_menu ul > li:nth-child(2) > ul > li > ul > li > a {
    font-size: 14px !important;
  }
  
  .atmc-header_menu ul > li:nth-child(2) > ul {
    min-width: 690px !important;
    background-color: rgba(0,0,0,1);
  }
  
  .atmc-header_menu ul > li:nth-child(2) > ul > li > ul {
    min-width: unset !important;
  }
  
  .atmc-header_menu ul > li:nth-child(2) > ul > li.hs-menu-depth-2:not(:nth-child(1)) > ul > li {
    border-left: 1px dotted white;
  }

  .atmc-header_menu ul > li:nth-child(2):hover > ul {
    display: flex !important;
    position: absolute !important;
  }

  .atmc-header_menu ul > li:nth-child(2):hover > ul > li > ul {
    display: flex !important;
    flex-direction: column !important;
  }
  
  .atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper {
    opacity: 1; 
  }

  .atmc-header_menu ul > li:nth-child(2) > ul > li.hs-menu-depth-2 > a {
    font-weight: 700 !important;
  }

  
    .atmc-header_menu ul > li:hover a {
    color: #fff; 
  }

  .atmc-header_menu ul > li > ul > li {
  /*   border: 1px dashed blue; */
  }

  .atmc-header_menu ul > li > ul > li > a:hover {
    color: #bbb;
  }

  .atmc-header_menu ul > li > ul > li.active {
    color: #fff;
  }
  
}


/****************** MAIN MENU NEW*********************/
/*****************************************************/

/* Increase font size of header menu items for larger screens */
.atmc-header_menu_new .hs-menu-wrapper li a {
/*     font-size: 0.9rem; */
/*     padding: 0 20px; */
/*     font-weight: bold; */
}

/* Decrease header height; Keep menu within specified max body width of 1600 px */
/* .atmc-header_container {
  height: 45px !important;
  max-width: 1600px;
}
 */
/* Increase font size of header menu items for larger screens */

@media (min-width: 992px) {
.atmc-header_menu_new a {
  color: #fff;
  font-size: 14px; 
  font-weight: 400;
  padding-left: 25px;
}

.atmc-header_menu_new ul > li:nth-child(2) > ul > li.hs-menu-depth-2 > a {
  font-weight: 700;
}

.atmc-header_menu_new > .hs-menu-wrapper > ul > li {
/*   background-color: var(--ocean); */
  border-bottom: 1px solid transparent;
}

.atmc-header_menu_new > .hs-menu-wrapper > ul > li:hover {
/*   background-color: var(--ocean); */
  border-bottom: 1px solid white;
}

.atmc-header_menu_new ul > li > ul {
  display: none;
  position: absolute;
}

.atmc-header_menu_new ul > li:hover ul {
  display: flex;
  flex-direction: column;
  background-color: rgba(0,0,0,1.0);
}

.atmc-header_menu_new ul > li.hs-menu-depth-1:hover > ul {
  margin-top: 2px;
}

.atmc-header_menu_new ul > li > ul {
  padding-top: 7px;
  padding-bottom: 7px;
}

.atmc-header_menu_new ul > li ul li {
  min-width: 170px;
}

.atmc-header_menu_new ul > li:nth-child(2) > ul {
  min-height: 350px;
}

.atmc-header_menu_new ul > li:nth-child(2) > ul > li > ul {
  min-height: unset;
}

.atmc-header_menu_new ul > li:nth-child(2) ul li {
  width: 230px;
}

.atmc-header_menu_new ul > li:nth-child(2) > ul > li.hs-menu-depth-2 > a {
  color: var(--sky);
}

.atmc-header_menu_new ul > li:nth-child(2) > ul > li.hs-menu-depth-2:not(:nth-child(3)) > a:hover {
  cursor: default;
}

.atmc-header_menu_new ul > li:nth-child(2) > ul > li.hs-menu-depth-2:not(:nth-child(1)) > ul {
  border-left: 1px dotted white;
}

.atmc-header_menu_new ul > li:nth-child(2):hover ul {
  display: flex !important;
  flex-direction: row !important;
  position: absolute !important;
}

.atmc-header_menu_new ul > li:nth-child(2):hover ul li ul {
  display: flex !important;
  flex-direction: column !important;
}

.atmc-header_menu_new ul > li {
/*   border: 1px dashed white;  */
}

.atmc-header_menu_new ul > li:hover a {
  color: #fff; 
}

.atmc-header_menu_new ul > li > ul > li {
/*   border: 1px dashed blue; */
}

.atmc-header_menu_new ul > li > ul > li a:hover {
  color: #bbb;
}

.atmc-header_menu_new ul > li > ul > li:hover {
/*   border-left: 1px solid white; */
}

.atmc-header_menu_new ul > li > ul > li:active a:hover {
  color: var(--sky);
}

.atmc-header_menu_new ul > li > ul > li.active {
  color: #fff;
}

.atmc-header_menu_new ul > li > ul > li:hover .active {
  
}
  
}

/* System Pages */

.qvantel-404-hero {
  padding: 200px 10vw 0px 10vw;
  height: 900px;
  background-image: url('https://8789936.fs1.hubspotusercontent-na1.net/hubfs/8789936/System%20Pages/404.jpg');
  color: #fff;
  background-size: cover;
}

.qvantel-404-hero h1 {
  color: #fff;
  font-size: 38px;
}

.qvantel-404-hero .atmc-headline-default {
   
}


/* Highlights */

.highlight-bars {
  width: 100%;
  font-family: 'Open Sans SB';
  font-size: 32px;
  color: var(--sunrise);
  padding: 25px 10px;
  text-align: center;
  background-color: rgba(0,0,0,0.6);
}

.highlight-bar {
  height: 10px;
  width: 100%;
  animation-name: hb-color-sync-flame-heart;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

@keyframes hb-color-sync-flame-heart {
  0% {
    background-color: var(--sunrise);
  }
  20% {
    background-color: var(--flame);
  }
  50% {
    background-color: var(--heart);
  }
  75% {
    background-color: var(--flame);
  }
  100% {
    background-color: var(--sunrise);
  }
}

.hb-flame {
  background-color: var(--sunrise);
}


.highlight-bars-ocean {
  width: 100%;
  font-family: 'Open Sans SB';
  font-size: 32px;
  color: var(--ocean);
  padding: 25px 10px;
  text-align: center;
}

.highlight-bar-ocean {
  height: 10px;
  width: 100%;
  animation-name: hb-color-sync-ocean-sky;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

@keyframes hb-color-sync-ocean-sky {
  0% {
    background-color: var(--ocean);
  }
  20% {
    background-color: var(--sky);
  }
  50% {
    background-color: var(--verdigris);
  }
  75% {
    background-color: var(--sky);
  }
  100% {
    background-color: var(--ocean);
  }
}

.hb-ocean {
  background-color: var(--ocean);
}


/* Highlight bars ocean - seagreen */
.highlight-bar-ocean-seagreen {
  height: 10px;
  width: 100%;
  animation-name: hb-color-sync-ocean-seagreen;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

@keyframes hb-color-sync-ocean-seagreen {
  0% {
    background-color: var(--ocean);
  }
  50% {
    background-color: var(--seagreen);
  }
  100% {
    background-color: var(--ocean);
  }
}

/* Portfolio Page */
#portfolio-hexagons {
  opacity: 0.6;
  position: absolute;
  top: 0px;
  width: 600px;
  width: 48vw;
  left: 50px;
  overflow-x: hidden;
}

@media (max-width: 767px) {
    #portfolio-hexagons {
    display: none;
  }
    #portfolio-hb-flame {
    margin-top: 0px !important; 
  }
}


/* .highlight-bars::before {
  content: '';
  position: absolute;
  padding: 20px;
  left: 0;
  top: 0;
  height: 8px;
  width: 30px;
  background-color: var(--sunrise);
}
 */



/* Careers Page Values */(

.qv-values {
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04) !important;
  min-height: 600px !important;
  width: 100% !important;
  padding: 15px !important;
}