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

@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,800,900');

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

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

/** UI/UX **/
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #ff0072;
}

::selection {
  color: #fff;
  background: #010305;
}

select, .hs-input {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

hr {
  width: 75px;
  margin: 20px auto;
}

/** Typography **/
b, strong {
  font-weight: 600;
}

/** Call to Actions **/
.cta-primary, .cta-primary:active, .cta-secondary, .cta-secondary:active, .cta-tertiary, .cta-tertiary:active, .cta-four, .cta-four:active, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary {
  line-height: 16px;
}

.hs-button, .button--primary {
  cursor: pointer;
}

/** Lists **/
li {
  margin: 0 0 10px;
}

/** HEADER **/
.hamburger-icon .line {
  border-radius: 1px;
}

.hhs-lang-switch .lang_list_class li a, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-size: 15px;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
  margin: 0 10px !important;
}

  .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    letter-spacing: 0.5px;
    font-size: 16px !important;
    font-weight: 600;
  }

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  margin: 3px 0 !important;
  padding: 0 !important;
}

  .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    line-height: 1.3 !important;
  }

li.hs-menu-item {
  line-height: 1.55em;
}

.sticky-menu .hhs-header-logo .logo-sticky {
  max-width: 120px !important;
}

/** Dropdown Navigation **/
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
  padding: 2px 0;
  margin-left: 0!important;
  min-width: 125px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child {
  padding-top: 0 !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child {
  padding-bottom: 0 !important
}

.hhs-hat-menu .hs-menu-children-wrapper li a,
.hhs-lang-switch .lang_list_class li a,
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
.hhs-lang-switch .lang_list_class li a {
  font-weight: 500;
}

/** GENERAL **/
h5.page {
  margin-top: 30px;
}

.counter_widget_1639801707864 {
  font-weight: 600;
}

.hhs-counter-mod h2 {
  margin-bottom: 7px;
}

.hhs-counter-mod p {
  margin-bottom: 5px;
}

.hhs-divider-home {
  background-color: #ff0072;
  height: 2px;
  width: 75px;
  margin: auto auto 30px auto;
}

.hs-button, .button--primary {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 35px;
}

.section-border {
  border-bottom: 1px solid #e5e5e5;
}

/** CATEGORIES, SHORTLIST, WINNERS PAGES **/
.badge-new {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background: #ff0072;
  border-radius: 10px;
}

.hsa-sl {
  margin-bottom: 30px;
  font-size: 18px;
}

.hsa-sl-emoji {
  font-size: 24px;
  display: inline-flex;
}

.hsa-sl mark, .hsa-sl-entry mark {
  background-color: #010305;
  color: #fff;
  padding: 5px 8px;
}

h1.hsa-sl-entry, h5.hsa-sl-entry, h1.hsa-sl-entry2 {
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-right: 0;
}

#hsa-sl-l, #hsa-sl-r {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hsa-sl-entrant, .hsa-sl-entrant2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
}

  .hsa-sl-entrant a {
    color: #fff;
    padding-bottom: 1px;
    border-bottom: solid 2px;
  }

    .hsa-sl-entrant a:hover {
      color: #000;
    }

  .hsa-sl-entrant2 a {
    color: #111;
    padding-bottom: 1px;
    border-bottom: solid 2px;
  }

    .hsa-sl-entrant2 a:hover {
      color: #ff0072;
    }

p.hsa-sl-annual {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

#hsa-sl-share h6 {
  font-size: 16px;
}

#hsa-sl-share a.hhs-share-icon.fb {
  padding-top: 10px;
}

.hhs-social-share-mod .hhs-share-icon {
  color: #fff;
}

.hsa-sl-count {
  background-color: #010305;
  color: #fff;
  font-weight: bold;
  padding: 6px 6px 6px 12px;
  margin: 0 0 5px;
  text-align: left;
  font-size: 18px;
}

.hsa-sl-cat, .hsa-sl-cat2 {
  padding-left: 20px;
  font-weight: 500;
}

.hsa-sl-cat li, .hsa-sl-cat2 li {
  font-size: 16px;
  font-weight: 500;
}

.hsa-sl-cat li::marker, .hsa-sl-cat li::before, .hsa-sl-cat2 li::marker, .hsa-sl-cat2 li::before, .hsa-sl-comp li::marker, .hsa-sl-comp li::before {
  color: #111;
  list-style-type: square;
}

.hsa-sl-cat2 li::marker, .hsa-sl-cat2 li::before {
  color: #ff0072; 
}

ul.hsa-sl-cat, ul.hsa-sl-cat2 {
  list-style-type: square;
  }

ul.hsa-sl-cat2 li {
  line-height: 1.5;
}

#hsa-sl-cta .cta-primary {
  border: 1px solid #ff0072;
}

#hsa-sl-cta .cta-primary:hover, #hsa-sl-cta .cta-primary:active {
  background: none !important;
  border: 1px solid #ff0072;
}

.hsa-sl-prod, .hsa-sl-credit, .hsa-sl-links {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccd1d4;
}

.hsa-sl-credit {
  margin-top: 0;
}

.hsa-sl-name, .hsa-sl-comp {
  font-size: 16px;
  font-weight: 400;
}

.hsa-sl-link {
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.hsa-sl-comp {
  margin: 10px 0 40px;
  padding-left: 20px;
}

ul.hsa-sl-link {
  margin: 10px 0 30px;
  padding-left: 5px;
}


li.hsa-sl-comp, li.hsa-sl-link {
  margin-bottom: 10px;
  line-height: 1.4em;
}

li.hsa-sl-comp::marker {
  color: #ff0072;
}

span.hsa-sl-title {
  font-weight: 500;
  font-size: 15px;
}

span.hsa-sl-company {
  font-size: 15px;
}

span.hsa-sl-pos, .hsa-sl-pos {
  font-size: 16px;
  font-weight: 400;
}

a.hsa-cta-black:hover {
  color: #ff0072;
  text-decoration: underline;
}

.awards-category {
  margin: 20px 0 10px 0;
}

#special-achievement {
  margin-top: 50px
}

.awards-category-title {
  margin-bottom: 15px;
}

.awards-category-sec {
  margin-bottom: 15px;
}

.awards-category-desc {
  font-size: 18px;
}

.awards-category-cta {
  margin-bottom: 10px;
}

.awards-category-cta p {
  font-size: 16px;
}

.awards-campaign-category {
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: 18px;
}
  
.awards-campaign-name {
  margin-bottom: 3px;
}

.awards-campaign-name, .awards-campaign-entrant {
  font-size: 17px;
}

#awards-category-slim .container-slim {
  padding: 0;
}

/** AWARDS HOME PAGE **/
.card.test.card-box-12.text-center.border-radius {
  border: none;
  box-shadow: none;
}

.card.test.card-box-1.text-center.border-radius, .card.test.card-box-2.text-center.border-radius, .card.test.card-box-3.text-center.border-radius, .card.test.card-box-4.text-center.border-radius, .card.test.card-box-5.text-center.border-radius, .card.test.card-box-6.text-center.border-radius, .card.test.card-box-7.text-center.border-radius, .card.test.card-box-8.text-center.border-radius, .card.test.card-box-9.text-center.border-radius, .card.test.card-box-10.text-center.border-radius, .card.test.card-box-11.text-center.border-radius, .card.test.card-box-12.text-center.border-radius {
  padding: 0 15px 0 !important;
}

/** COMPANY AWARDS **/
a.home-awards-cta {
  position: relative;
  text-decoration: none;
  line-height: 24px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

  a.home-awards-cta:hover, a.home-awards-cta:focus, a.home-awards-cta:active {
  color: #222222;
  padding: 10px 35px;
  }

a.home-awards-cta:before, a.home-awards-cta:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

.home-awards-cta {
  padding: 10px;
}

.home-awards-cta:before, .home-awards-cta:after {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #ff0072;
}

.home-awards-cta:before {
  border-width: 2px 0 2px 0;
  transform: scaleX(0);
}

.home-awards-cta:after {
  border-width: 0 2px 0 2px;
  transform: scaleY(0);
}

.home-awards-cta:hover:before, .home-awards-cta:hover:after {
  transform: scale(1, 1);
}

/** Team Profile Cards Opt 2 **/
#speakers-card {
  padding: 5px;
}

#speakers-card .hhs-profile-content {
  max-height: 110px;
}

#speakers-card h4 {
	font-size: 17px;
  font-weight: 700;
	font-family: 'Libre Franklin';
  text-transform: uppercase;
}

#speakers-card h5 {
	font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

mark.ease-fn {
  background: #000;
  color: #c3a05f;
  padding: 0 6px;
}

span.hs-speakers--jobtitle, span.hs-speakers--company {
  padding-left: 7px;
}

/** FAQ PAGE **/
.hhs-rich-text.c1 a.accordion-title h4 {
  text-transform: none;
  font-weight: 400;
  font-size: 18px !important;
}

.hhs-accordion-1 a.accordion-title {
  margin: 7px 0;
  background-color: rgba(153, 153, 153, 0.1);
}

.c1 .hhs-accordion-1 li, .c1 .hhs-accordion-1 {
  border: none !important;
}

/** SIDE MENU **/
.hhs-side-menu {
  overflow: hidden;
}

.hhs-side-menu__footer svg {
  color: #fff;
  padding: 0px 8px;
  font-size: 30px;
}

/** FOOTER **/
.hhs-foot-base-nav, .hhs-foot-copyright, .hhs-foot-nav-base, .hhs-social-con {
  text-align: center !important;
}

.hhs-social-con {
  margin: 20px 0;
}

.hhs-foot-copyright {
	margin: 20px 0 0;
	font-size: 14px !important;
}

#footer-slim li {
  line-height: 1.1;
  padding: 0 0 0 10px;
  border-right: 1px solid #000;
}

#footer-slim li:last-child {
  border-right: none!important;
}

.hhs-foot-base-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
  margin-bottom: 0;
}

.hhs-social-con a {
  color: #010305 !important;
}

/** MEDIA QUERIES **/

@media (min-width: 568px) {
  h1.hsa-sl-entry, h1.hsa-sl-entry2 {
    font-size: 32px;
  }
  
  .hsa-sl-entrant a, .hsa-sl-entrant2 a {
    font-size: 20px;
  }

  .hsa-sl-count {
    font-size: 20px;
}
  
@media (min-width: 770px) {
  .hsa-sl-entrant, .hsa-sl-entrant2 {
    margin-bottom: 0;
}
  
@media (min-width: 992px) {
  h1.hsa-sl-entry, h5.hsa-sl-entry, h1.hsa-sl-entry2 {
    max-width: 85%;
  }
  
  .hsa-sl-entrant {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  #hsa-sl-details .col-lg-8 {
    padding-left: 0;
  }

  #hsa-sl-details .col-lg-4 {
    padding-left: 30px;
  }

  #hsa-sl-work .col-lg-4 {
    padding-left: 0;
  }
  
}