/* 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: 'Poppins', serif;font-size: 14px;margin:0 !important;color: #656565}
  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 |||||||||| */
  body{width: 100%;margin:0 auto!important;line-height:1.85!important;color:#000 !important; height: 100%; background-color: #333333 !important;}
  #wrapper {max-width: 1280px; position: relative; margin: 0 auto; width: 100%; overflow: hidden;}
  .page-container {float: left; width: 100%; max-width: 100%; position: relative; background-color: #fff; margin-top: -10px;}

  .clear-both{clear:both}

  .padding-zero {padding: 0;}
  .margin-zero {margin: 0;}

  .center-txt{text-align:center}
  .center-all {display: flex; justify-content: center; align-items: center;}

  .relative {position: relative;}
  .width-one-hundo {width: 100%}
  .max-width-one-hundo {max-width: 100%}

  .video-overlay {position: absolute;left: 0;width: 1280px;z-index: 9999;overflow: hidden;right: 0;margin: 0 auto;top: 50%;transform: translate(0, -50%);}
  .video-overlay video {width: 100%;height: 100%;}

  .video-container {position: relative;padding-bottom: 56.25%;padding-top: 25px;height: 0;width: 100%;}
  .video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 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: #000000}

  .grey-txt {color: #424242}
  .grey-bg {background-color: #424242}


  .lite-txt {color: #ffffff}
  .lite-bg {background-color: #ffffff}
  .lite-txt-hover:hover {color: #ffffff !important}

  .blue-txt {color: #005AA3;}
  .blue-bg {background-color: #005AA3;}

  .lite-blue-txt {color: #1DD5E6;}
  .lite-blue-bg {background-color: #1DD5E6;}

/* ||||||||||||| COLOR END |||||||||||| */


/* <3>|||||||||| FONT START |||||||||| */
    
  .roboto {font-family: 'Poppins', serif;}
  .secondary {font-family: 'Poppins', sans-serif;}

  h1,h2,h3,h4 {font-family: 'Poppins', 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>|||||||||| HEADER START |||||||||| */

  .header-icons-div {display: flex; justify-content: space-between; align-items: center; padding: 20px 20px; background-color: #fff !important;}
  .header-opt-logo {max-width: 250px; width: 100%;}
  .header-dbl-logo {max-width: 400px; width: 100%;}
  .hero-img-desk {max-width: 100%; width: 100%;}
  .hero-img-mob {display: none;}

  @media (max-width: 767px) {
    .header-icons-div {flex-direction: column; gap: 30px;}
    .hero-img-desk {display: none;}
    .hero-img-mob {display: block; width: 100%; max-width: 100%;}
  }

/* ||||||||||||| HEADER END |||||||||||| */


/* <5>|||||||||| INNER PAGES START |||||||||| */
  
  .inner-titles {font-size: 30px;}
  .sub-headers {font-size: 20px; font-weight: 700}
  button, .btn {border: none; border-radius: 5px; width: 250px; padding: 6px; font-size: 20px;}
  .form-padding {padding: 40px 60px;}
  .form-top-div {margin-bottom: 40px;}
  ul {list-style: disc;}
  ol {list-style: auto;}
  li {font-size: 16px;}

  /* GRAVITY FORMS STUFF */
    .gf_progressbar_title {color: #000 !important;}
    .gf_progressbar_percentage.percentbar_blue {background-color: #005AA3 !important}
    .gfield_label {display: none !important;}
    .egia-select .gfield_label {display: block !important; font-weight: 500 !important;}
    .gchoice {line-height: 2;}
    .gform_required_legend, #gfield_instruction_42_46, #gfield_instruction_42_45 {display: none;}
    input.gform_next_button, input.gform_previous_button {width: auto !important;}
    .gform-theme-button {background-color: #005AA3!important; color: #fff !important; height: 35px; width: auto !important; position: relative; display: flex !important; align-items: center; justify-content: center; letter-spacing: 1px; word-spacing: 2px; cursor: pointer; transition: .6s; border-radius: 0; border: 0; float: left; padding: 10px 30px; line-height: 0;}
    .gform_save_link svg {display: none !important;}
    .egia-font-lists ol {list-style: lower-alpha;}
    .egia-font-lists ol ol {list-style: lower-roman;}
    .egia-font-lists ol li, .egia-font-lists ol ol li {margin-bottom: 25px; font-weight: 500; line-height: 1.5}
    .large.gfield_select {padding: 0 !important;}
    .ginput_container_multiselect .multi.gfield_select {padding:  0 0 4px !important; height: 35px; margin-bottom: 0;}
    input.gfield-choice-input {width: 15px !important; top: 5px !important; padding-right:5px !important;}
    .gfield_description {color: #999999 !important; font-size: 11px !important;}
    .ginput_container_select .gfield_select {padding: 0 10px !important;}
    .gfield {margin-top: -15px !important;}
    .gfield_validation_message {color: red !important;}
  /* END GRAVITY FORMS STUFF */

/* |||||||||||||||| HOME PAGE ||||||||||||||| */

  .home-top-div {background-image: url(https://pe.optimusfinancing.com/wp-content/uploads/2025/03/intro-bg.jpg); text-align: center; padding: 30px 40px; float: left; position: relative; width: 100%; max-width: 100%; background-repeat: no-repeat; margin-top: -8px;}
  .home-encloser {max-width: 800px; margin: 0 auto;}
  .home-encloser p {margin-bottom: 30px;}
  .home-top-h1 {font-size: 40px; margin: 0 auto 30px; line-height: 1.25;}
  .home-top-img-div {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; padding-bottom: 25px;}
  .home-top-img {max-width: 220px; width: 100%;}


  .home-eligible-projects {background-image: url(https://pe.optimusfinancing.com/wp-content/uploads/2025/03/eligible-projects-bg.jpg); float: left; position: relative; width: 100%; max-width: 100%; background-repeat: no-repeat; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 40px}
  .home-eligible-img-div {display: flex; justify-content: space-evenly; align-items: center; gap: 20px; margin-top: 20px; width: 100%;}
  .home-eligible-offering {display: flex; flex-direction: column; justify-content: center; align-items: center;}
  .eligible-icon {max-width: 120px; width: 100%;}


  .home-customers-work {background-image: url(https://ee.optimusfinancing.com/wp-content/uploads/2026/05/VFDs-image.jpg); float: left; position: relative; width: 100%; max-width: 100%; background-repeat: no-repeat; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 40px}
  .home-customers-copy {display: flex; align-items: flex-start; flex-direction: column;}

  .numbered-copy-box {display: flex; justify-content: center; align-items: center; gap: 20px; max-width: 50%; width: 100%;}
  .numbered-copy-box img {max-width: 65px; width: 100%;}
  .numbered-copy-box p {line-height: 1.5;}


  .home-contractors-work {background-image: url(https://ee.optimusfinancing.com/wp-content/uploads/2026/05/regrigeration-image.jpg); float: left; position: relative; width: 100%; max-width: 100%; background-repeat: no-repeat; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 40px}
  .home-contractors-copy {display: flex; align-items: flex-end; flex-direction: column;}


  .home-financing-terms {background-image: url(https://pe.optimusfinancing.com/wp-content/uploads/2025/03/finacning-terms-bg.jpg); float: left; position: relative; width: 100%; max-width: 100%; background-repeat: no-repeat; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 40px 40px 60px;}
  .finance-terms-icon-div {margin-top: 50px; display: flex; justify-content: space-evenly; align-items: center; flex-wrap: wrap; width: 100%; gap: 20px;}
  .finance-terms-icon-div img.finance-special {max-width: 200px; width: 100%;}
  .finance-terms-icon-div img.finance-1 {max-width: 280px; width: 100%;}
  .finance-terms-icon-div img.finance-2 {max-width: 300px; width: 100%;}


  .home-apply {background-image: url(https://pe.optimusfinancing.com/wp-content/uploads/2025/03/apply-financing-bg.jpg); float: left; position: relative; width: 100%; max-width: 100%; background-repeat: no-repeat; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 40px 40px 60px;}
  .home-apply p {margin: 30px auto 50px;}

  @media (max-width: 1082px) {
    .home-contractors-work {margin-top: -8px;}
  }

  @media (max-width: 1023px) {
    .home-top-img {max-width: 350px;}
    .eligible-txt {font-size: 14px;}
    .home-customers-work {background-position-x: -50px}
    .home-contractors-work {background-position-x: -400px}
    .numbered-copy-box {max-width: 70%;}
    .home-financing-terms {background-image: url(https://pe.optimusfinancing.com/wp-content/uploads/2025/03/finacning-terms-bg-mobile.jpg);}
    .finance-terms-icon-div {gap: 40px;}
  }

  @media (max-width: 859px) {
    .home-eligible-projects {background-image: url(https://pe.optimusfinancing.com/wp-content/uploads/2025/03/eligible-projects-bg-mobile.jpg;); background-size: cover;}
    .eligible-txt {font-size: 16px;}
    .home-eligible-img-div {flex-wrap: wrap; justify-content: center; width: 80%;}
  }

  @media (max-width: 767px) {
    .home-top-div {background-image: url(https://pe.optimusfinancing.com/wp-content/uploads/2025/03/intro-bg-mobile.jpg);}
    .home-eligible-projects {background-size: unset;}
    .home-top-h1 {font-size: 30px;}
    .home-top-img {max-width: 300px;}
    .home-eligible-img-div {width: 100%;}
    .home-customers-work {background-image: url(https://pe.optimusfinancing.com/wp-content/uploads/2025/03/customer-bg-mobile.jpg); background-position-x: unset; justify-content: flex-end; height: 1040px;}
    .home-contractors-work {background-image: url(https://pe.optimusfinancing.com/wp-content/uploads/2025/03/contractor-bg-mobile.jpg); background-position-x: unset; justify-content: flex-end; height: 940px;}
    .numbered-copy-box {max-width: 100%;}
    .home-customers-copy {align-items: center;}
    .home-contractors-copy {align-items: center;}
    .home-apply {background-image: url(https://pe.optimusfinancing.com/wp-content/uploads/2025/03/apply-financing-bg-mobile.jpg);}
  }

  @media (max-width: 550px) {
    .home-contractors-copy .inner-titles, .home-customers-copy .inner-titles {font-size: 24px;}
    .home-customers-work {background-image: unset; background-color: #2B262D; height: unset;}
    .home-contractors-work {background-image: unset; background-color: #F4F4F4; height: unset;}
  }

  @media (max-width: 450px) {
    .home-eligible-projects {background-size: cover;}
    .home-eligible-img-div {flex-wrap: nowrap; flex-direction: column;}
  }

  @media (max-width: 379px) {
    .home-apply {background-size: cover;}
  }

/* |||||||||||||||| END HOME PAGE ||||||||||| */

/* ||||||||||||||||| CONTRACTOR FORM PAGE ||||||||||||||| */

  #field_2_119 label {display: block !important;}
  #field_2_198 label {display: block !important;}

/* ||||||||||||||||| END CONTRACTOR FORM PAGE ||||||||||||| */

/* ||||||||||||||||| BORROWER FORM PAGE ||||||||||||||| */
  
  /* CALC STUFF */
    .calc-container {width: 100%; max-width: 500px; margin: auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);}
    .calc-container input, .calc-container select {width: 100%; padding: 10px; margin: 10px 0; font-size: 16px; border: 1px solid #ccc; border-radius: 5px;}
    .calc-container button {width: 100%; padding: 10px; background-color: #4CAF50; color: white; border: none; border-radius: 5px; font-size: 16px;}
    .calc-container button:hover {background-color: #45a049;}
    .calc-container h2 {text-align: center;}
    #result {font-size: 16px; margin-top: 20px; text-align: center; font-weight: 500;}
    .cal-big {font-size: 28px; font-weight: 700; margin-top: -15px; margin-bottom: -20px;} 
    .top-calc-res {margin-bottom: 15px;}
  /* END CALC STUFF*/

  #field_4_79 label, #field_4_80 label, #field_4_90 label {display: block !important;}

/* ||||||||||||||||| END BORROWER FORM PAGE ||||||||||||| */

/* ||||||||||||| INNER PAGES END |||||||||||| */


/* <6>|||||||||| FOOTER START |||||||||| */
  #footer-bar {float: left; width: 100%; max-width: 100%; position: relative;}
  .footer-top-holder {background-color: #282828; color: #fff; padding: 20px 60px;}
  .footer-title {font-size: 20px; font-weight: 700;}
  .footer-contact {font-weight: 700;}
  .footer-bottom-holder {background-color: #000; color: #fff; padding: 10px 20px;}

  @media (max-width: 767px) {
    .footer-top-holder {text-align: center; padding: 20px;}
  }

/* ||||||||||||| FOOTER END |||||||||||| */