/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

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

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

.atmc-header_menu-wrapper {
    margin-left: auto;
    text-transform: uppercase;
    font-weight: 600;
}
.atmc-header-01_search_trigger {
    display: none;
}
.atmc-header_container {
    max-width: none;
}
.atmc-header_logo {
    padding: 0px;
}
.no-padding-top {
    padding-top: 0px;
}

.bg-none-icon {
  background-color:none !important!;
}

@font-face {
  font-family: ethnocentric;
  src: url(https://3344527.fs1.hubspotusercontent-na1.net/hubfs/3344527/Fonts/ethnocentric%20rg.otf);
  font-weight: normal;
}

.red {
  color:#EA0029;
}

.dark-blue {
  color:#000B8C;
}

.orange {
  color:#FF6B00;
}

.yellow {
  color:#FFCD00;
}

.green {
  color:#C2D500;
}

.teal {
  color:#00A5B5;
}

.light-blue {
  color:#0047BA;
}

.white {
  color:#ffffff !important;
}

.ethno{
  font-family: ethnocentric;
}

.ethno_h1_first > h1:first-of-type {
font-family: ethnocentric;
  }

.ethno_h1_first_red > h1:first-of-type {
  font-family: ethnocentric;
  color:#EA0029;
  }

.ethno_h2_first > h2:first-of-type {
font-family: ethnocentric;
  }

.widget-type-rich_text ul li:before {
background:#ffffff;
}

.widget-type-rich_text ul.bullet-blue li:before {
  background: #000b8c;
}

.widget-type-rich_text ul.bullet-black li:before {
  background: #000000;
}

.greyli ul li:before{
color: #545454 !important;
  }

.img-vertical {
   vertical-align: top;
}

.black-bullet li::before {
background-color:#000000; !important
}