/* Stylesheet for Partner Sites */
/*-----------------------------------
[Table of contents]

xi. MEDIA QUERIES REFERENCE
xii. PLUGIN OVERRIDES
xiii. LOADER

0. RESET
1. TOOLS
2. COLOR 
3. FONT

-------------------------------------*/

/* <xi>|||||||||| MEDIA QUERIES REFERENCE START |||||||||| */

  /* !!!!!THESE ARE FOR REFERENCE ONLY DO NOT, I REPEAT DO NOT USE THESE FOR STYLES!!!!! */

  /* @media (max-width: 767px) {} */
  /* @media (max-width: 1023px) {} */
  /* @media (min-width: 1024px) {} */

/* |||||||||||||| MEDIA QUERIES REFERENCE END |||||||||||| */


/* <xii>||||||||||| PLUGIN OVERRIDES START ||||||||||| */

/* |||||||||||||||| PLUGIN OVERRIDES END ||||||||||||| */


/* <xiii>||||||||||| LOADER START ||||||||||| */

/* |||||||||||||||| LOADER END ||||||||||||| */


/* <0>|||||||||| RESET START |||||||||| */
  img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}table{border-spacing:0;border-collapse:collapse}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
  body{line-height:1;font-family: 'Roboto', serif;font-size: 14px; background-color: #373737; max-width: 1200px; width: 100%; margin: 0 auto !important; height: 100%;color: #000}
  ol,ul{list-style:none}
  blockquote,q{quotes:none}
  blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
  table{border-collapse:collapse;border-spacing:0}
  a,a:hover,a:focus{color:inherit;text-decoration:none}

/* ||||||||||||| RESET END |||||||||||| */


/* <1>|||||||||| TOOLS START |||||||||| */

  .mxw-container {width:100%;max-width:970px;}

  .float-none{float:none}
  .float-left{float:left}
  .float-right{float:right}

  .flex-right{justify-content: flex-end}
  .align-items-center{align-items: center}

  .clear-both{clear:both}

  .margin-zero-list{margin-block-start: 0;margin-block-end: 0;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 0px;margin:0}
  .margin-zero{margin:0}
  .margin-center{margin:0 auto}
  .margin-bottom-zero{margin-bottom:0}
  .margin-top-zero{margin-top:0;}

  .padding-zero{padding:0 !important}
  .padding-bottom-zero{padding-bottom:0}
  .padding-top-zero{padding-top:0}

  .center-txt{text-align:center}
  .align-txt-right{text-align:right}

  .center-vert{display:flex;align-items:center}
  .center-all{display:flex;align-items:center;justify-content:center}
  .center-all img{max-width: 100%;padding: 30px 0 20px}

  .height-one-hundo {height: 100%}

  .width-one-hundo {width: 100%}
  .max-width-one-hundo {max-width: 100%}

  .flex{display: flex}
  .block{display:block}
  .none{display:none}
  .inline{display:inline-block}

  .underline {text-decoration: underline;}

/* ||||||||||||| TOOLS END |||||||||||| */


/* <2>|||||||||| COLOR START |||||||||| */
  
  .dark-txt {color: #000000}
  .dark-bg {background-color: #DAE8FE}

  .grey-txt {color: #2C3033}
  .grey-bg {background-color: #2C3033}

  .lite-grey-txt {color: #666666}
  .lite-grey-bg {background-color: #666666}

  .lite-txt {color: #ffffff}
  .lite-bg {background-color: #ffffff}
  .lite-txt-hover:hover {color: #ffffff !important}

  .main-rgb-txt {color: #ff9e19}
  .main-rgb-bg {background-color: #ff9e19}
  .main-rgb-txt-hover:hover {color: #ff9e19;transition: .5s;}
  .main-rgb-bg-hover:hover {background-color: #ff9e19;transition: .5s;}

  .secondary-rgb-txt {color: #0B4C76}
  .secondary-rgb-bg {background-color:#0B4C76}

  .habegger-red-txt {color: #B71B1C;}
  .habegger-red-bg {background-color: #B71B1C;}

  .blue-txt {color: #00A6E9;}
  .blue-bg {background-color: #00A6E9;}

  .footer-grey-bg {background-color: #343434;}

/* ||||||||||||| COLOR END |||||||||||| */


/* <3>|||||||||| FONT START |||||||||| */
    
  .roboto {font-family: 'Roboto', serif;}
  .secondary {font-family: 'Roboto', sans-serif;}

  h1,h2,h3,h4 {font-family: 'Roboto', serif;margin:0; padding:0;}

  h1{font-size:26px;}
  h2{font-size: 36px;font-weight: 900;}
  h3{font-size:24px;}
  h4{font-size:18px;}

  .inner-content ul li, .inner-content ul li a {line-height: 2;font-size: 16px;font-weight: 300}
  p {line-height: 1.5;font-size: 16px;font-weight: 300}

  .uppercase {text-transform: uppercase}
  .thin {font-weight: 300}
  .regular {font-weight: 500}
  .bold {font-weight: 700}
  .black {font-weight: 900}

/* ||||||||||||| FONT END |||||||||||| */

/* <4>|||||||||| BUTTONS START ||||||||| */
  
  .habegger-btn-div {text-align: center; padding: 20px 0;}
  .habegger-btn {max-width: 280px; width: 100%; background-color: #000; color: #fff; font-weight: 400; font-size: 14px; padding: 10px 12px; cursor: pointer;text-align: center; border: unset; border-radius: 10px;}

/* ||||||||||||| BUTTONS END ||||||||||| */

/* <5>|||||||||| HEADER START |||||||||| */

  header {background-image: url(https://lg.distributorprograms.com/wp-content/uploads/2024/07/lg-gamification-header.jpg);max-width: 1200px;height: 480px;position: relative;width: 100%;background-size: cover;background-repeat: no-repeat; background-position: center;}
  .form-header {background-image: url(https://lg.distributorprograms.com/wp-content/uploads/2024/07/lg-gamification-header.jpg);max-width: 1200px;height: 120px;position: relative;width: 100%;background-size: cover;background-repeat: no-repeat; background-position: center; display: flex; justify-content: center; align-items: center;}
  .form-header h1 {color: #fff; font-size: 40px;}
  .header-logo {display: block; max-width: 200px; position: absolute; right: 6%; top: 3%;}
  .header-sub-nav-holder {background-color: #EDEDED; padding: 0 0 20px;}
  .header-sub-nav {display: flex; justify-content: center; align-items: center; padding: 20px; margin-left: -40px;}
  .header-sub-nav-divider {display: block; width: 2px; height: 35px; background-color: #B71B1C; float: left; margin: 0 30px;}
  .header-sub-nav-bottom-divider {display: block; max-width: 1100px; width: 100%; height: 2px; background-color: #D6D6D6; margin: 0 auto;}
  .map-tooltip {position: relative;}
  .map-tooltip .map-tooltip-txt {visibility: hidden; width: 220px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 10px; font-size: 12px; line-height: 16px; position: absolute; z-index: 1; top: 130%; left: -90%;}
  .map-tooltip:hover .map-tooltip-txt {visibility: visible;}
  #choice_1_35_1 {
	margin-bottom: 50px;
	}
  @media (max-width: 1100px) {
    .header-sub-nav-bottom-divider {width: 90%;}
  }

  @media (max-width: 414px) {
    .header-sub-nav {margin-left: -20px;}
  }

/* ||||||||||||| HEADER END |||||||||||| */


/* <6>|||||||||| HOME START |||||||||| */
  
  .habegger-home-top {background-color: #EDEDED; position: relative; float: left; max-width: 100%; width: 100%; padding: 30px 20px;}
  .habegger-home-top div {max-width: 800px; width: 100%; margin: 0 auto;}
  .habegger-home-top-title {font-size: 36px; line-height: 1.25; margin: 0 0 30px; text-align: center;}
  .habegger-home-top-title span {color: #000;}
  .habegger-table-div {background-color: #FFF; max-width: 100%; width: 100%; position: relative; float: left; padding: 20px 60px 30px;}
  .habegger-row {margin: 0;}
  .habegger-header {font-size: 24px; font-weight: 600; text-align: center;}
  .habegger-table {max-width: 100%; width: 100%;}
  .habegger-table-mobile {display: none;}
  .table-fine-print-div {margin: 20px 0;}
  .table-fine-print {font-size: 12px; margin: 5px;}
  .home-project-requirements {padding: 20px 0;height: 439px; background-image: url(https://habegger.distributorprograms.com/wp-content/uploads/2022/06/checklist-bg.jpg); background-size: cover; background-repeat: no-repeat; position: relative; float: left; max-width: 100%; width: 100%; background-position: right;}
  .habegger-option {display: flex; align-items: center; margin-bottom: 25px;}
  .habegger-option-img {max-width: 50px; width: 100%;}
  .habegger-option p { padding-left: 20px; margin: 0;}
  .habegger-incentive-div {background-color: #ffffff; padding: 20px 60px 30px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative;width: 100%;}
  .habegger-incentive-div-p {text-align: center;width: 100%; margin: 0 auto 10px;}
  .habegger-incentive-div div p {margin: 10px 0 20px;}
  .habegger-incentive-div button {width: 280px;}

  @media (max-width: 940px) {
    .home-project-requirements {display: flex; justify-content: center; align-items: center; flex-direction: column; height: unset; padding: 20px 40px 60px;}
    .home-projects-left-mobile {width: 0 !important;}
    .home-projects-right-mobile {max-width: 500px; width: 100%;}
  }

  @media (max-width: 767px) {
    .habegger-home-top {padding: 30px 40px;}
    .habegger-home-top-title {font-size: 30px;}
    .habegger-table-desk {display: none;}
    .habegger-table-mobile {display: block;}
  }

  @media (max-width: 414px) {
    .habegger-table-div {padding: 20px 30px 30px;}
    .home-project-requirements {padding: 20px 30px 60px;}
    .habegger-incentive-div {padding: 20px 30px 30px;}
  }

/* ||||||||||||| HOME END |||||||||||| */


/* <7>|||||||||| INNER PAGES START |||||||||| */

  .page-container {background-color: #EEF5FF; width: 100%; max-width: 100%; position: relative; height: 100%; padding: 40px;}

  /* ||||||||||||| FAQS START |||||||||| */

    .faq-holder {background-color: #EDEDED; padding: 20px 60px 40px;}
    .accordion {cursor: pointer; width: 100%; border: none; text-align: left; outline: none; transition: 0.4s; height: 90px; margin-top: 15px; background-color: #B71B1C; padding: 0 40px; position: relative; display: flex; align-items: center; justify-content: center; letter-spacing: 1px; word-spacing: 2px;}
    .accordion h4 {line-height: 28px; font-weight: 600; font-size: 24px; color: #fff;}
    .accordion h4:after {content: '\002B'; font-size: 30px; float: right; margin-left: 5px;}
    .active h4:after {content: "\2212";}
    .panel {display: none; overflow: hidden; background-color: #fff; padding: 25px 40px;}
    div#content.widecolumn {background: #ffffff;padding: 50px;}
    p.lead-in {padding: 15px 0 0;margin: 0;}
    
    @media (max-width: 767px) {
      .faq-holder {padding: 20px 20px 40px;}
      .accordion {height: 140px;}
    }

  /* ||||||||||||| FAQS END |||||||||||| */

/* ||||||||||||| INNER PAGES END |||||||||||| */


/* <8>|||||||||| FOOTER START |||||||||| */

  .dark-footer {display: flex; justify-content: space-between; align-items: center; padding: 15px 30px;}
  .inner-footer {margin: 0 auto;}
  .footer-questions {font-size: 24px; font-weight: 700;}
  .footer-contacts p {margin: 10px 0;}

/* ||||||||||||| FOOTER END |||||||||||| */