
<style type="text/css">
  /* container styles */
  body {
    font-family: 'Effra', Helvetica, Arial, sans-serif;
    color: #666;
  }
  /* MC styles */
  td.stylingblock-content-wrapper.camarker-inner {
    padding: 0 !important;
  }
/*
  .a[href]:not(.buttonstyles) {
    text-decoration: none;
    color: #0099ff !important;
  }
*/
  /* MISC */
  strong, b {
    font-weight: 700;
  }
  a {
    color: #0099ff;
      text-decoration: underline !important;
  }
/*
  a:hover, a:link, a:active, a:visited {
    text-decoration: none;
  }
*/
  li, ul {
    list-style-position: inside!important;
  }
  .a-icons {
    height: 100px;
    width: auto;
    padding-bottom: 24px;
  }
 /* TYPOGRAPHY */
    .p-18 {
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: 300 !important;
        margin-bottom: 18px !important;
    }
  .p-20 {
    font-size: 20px !important;
    line-height: 34px !important;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .p-40 {
    font-size: 40px !important;
    line-height: 50px !important;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
    margin-top: 0;
  }
  /*  TYPOGRAPHY COLORS */
  .a-white {
    color: #ffffff !important;
  }
  .a-dll-blue {
    color: #0099ff !important;
  }
  .a-lt-grey {
    color: #666666 !important;
  }
  .a-dk-grey {
    color: #333333 !important;
  }
  .fw\(200\) {
    font-weight: 200;
  }
  /* END TYPOGRAPHY COLORS */
  /*  BACKGROUND COLORS */
  .a-bg-dll-blue {
    background-color: #0099ff;
    color: #ffffff !important;
  }
  .a-bg-lt-grey {
    background-color: #dedede;
    color: #666666;
  }
  .a-bg-dk-grey {
    background-color: #333333;
    color: #ffffff !important;
  }
  /* END BACKGROUND COLORS */
  /* LOGO */
  .logo-stack {
    padding: 0 16px;
    display: block;
  }
  .primary-logo {
    width: 183px;
    height: auto;
    display: inline-block;
  }
  .logo-img {
    width: 183px;
    height: auto;
    display: inline-block;
  }
  
  /* END LOGO */
  /* CONTAINERS + SECTIONS */
  .main-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
    display: block;
    font-family: 'Effra', Helvetica, Arial, sans-serif;
  }
  .banner-container {
    position: relative;
    line-height: 0;
  }
  .img-banner {
    width: 100%;
    height: auto;
  }
  .headline {
    display: block;
    font-size: 60px;
    line-height: 64px;
    font-weight: 200;
    text-align: center;
    padding: 64px 0;
  }
  .text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .background-banner {
    color: #666666;
    padding: 32px 64px;
    min-height: 250px;
    position: relative;
    display: block;
  }
  .background-section-body {
    color: #666666;
    padding: 32px 40px;
  }
  .no-background-section {
    color: #666;
    padding: 32px 40px;
    background-color: #ffffff;
  }
  
  /* END HALF BLOCK */
  /* CONTACT US */
  .contact-section {
    width: 50%;
    display: inline-block;
    margin-bottom: 16px;
  }
  .contact-section--right {
    float: right;
  }
  /* Change background color of buttons on hover */
  .logo {
    padding: 20px 16px;
    height: 90px;
    width: auto;
  }
  .icon-25 {
    height: 55px;
    margin: 10px 0 0;
  }
  .background-section-footer {
    padding: 32px 16px;
    background-color: #f2f2f2;
    max-width: 1000px;
    margin: 0 auto;
  }
  .footer-copy {
    padding-top: 16px;
  }
  .media-list {
    list-style: none;
    display: inline-block;
    text-align: center;
    background-color: #0099ff;
    margin-right: 8px;
  }
  .media-list:last-child {
    margin-right: 0;
  }
  .media-links {
    list-style: none;
    display: inline-block;
    text-align: center;
    background-color: #0099ff;
    height: 50px;
    line-height: 43px;
    width: 50px;
  }
  .social-media-icons {
    padding: 15px 0;
    height: 20px;
    line-height: 50px;
    width: auto;
    vertical-align: middle;
  }
  .media-icons:hover {
    background-color: #fff;
    color: #0099fe;
    fill: #0099fe;
    -webkit-text-fill-color: #0099fe;
  }
  .inventory-finance-graphic {
    width: 60%;
    margin: 0 auto;
    display: block;
    padding-top: 24px;
  }
  .submit-button-style {
    height: 40px !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 30px !important;
    line-height: 40px !important;
    font-size: 18px !important;
    background: #0099fe !important;
    color: #ffffff !important;
  }
  ul.dashed {
    list-style-type: none;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 20px;
    margin-top: 0;
    list-style-position: inside;
    text-indent: -20px;
  }
  ul.dashed > li:before {
    content: "-";
    padding-right: 10px;
  }
  /* unbulleted */
  ul.unbulleted {
    list-style-type: none;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 12px;
    margin-top: 0;
  }
  ul.unbulleted > li {
    text-indent: -12px;
  }
  ul.unbulleted > li:before {
    content: " ";
  }
ol {
  display: block;
  list-style-type: decimal !important;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 10px;
  padding-inline-start: 0px;
}

  /* END DASHED LIST STYLES */
  /*TABLE STYLES*/
    table, td {
      border: 1px solid #cccccc;
      border-collapse: collapse;
      padding: 16px !important;
    }
    .table-headers-ctr {
        background-color: #0099ff;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
      text-align: left;
    }
    .table-headers {
        width: 50%;
        vertical-align: middle;
        padding: 16px;
    }
    .table-cnt {
        background-color: #dedede;
        vertical-align: top;
    }

  /* MEDIA QUERIES */
  @media only screen and (max-width: 1000px) {
    .logo {
      padding: 20px 24px;
      float: none !important;
    }
    .background-section {
      padding: 32px 40px;
      /* min-height: 520px; */
    }
    .background-section--footer {
      min-height: 225px;
    }
  }

  @media only screen and (max-width: 768px) {
    .a-h\(54\)-white {
      font-size: 40px;
      line-height: 48px;
    }
    .background-section {
      padding: 24px 32px 24px;
      min-height: 220px;
    }
    .background-section-body {
      padding: 24px;
    }
    .background-section--footer {
      min-height: 225px;
    }
    .no-background-section {
      padding: 24px;
    }
    .wrapper {
      margin: 0;
    }
    .footer-section {
      padding: 20px 32px;
    }
    .logo {
      padding: 20px 24px;
      float: none !important;
    }
   
    .p-20 {
      font-size: 20px;
      line-height: 34px;
    }
    .headline {
      font-size: 40px;
      line-height: 50px;
      padding: 40px 0;
    }
  }
  
  @media only screen and (max-width: 700px) {
  .small-icon {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 1000;
    display: inline;
  }
  .blue-box {
    position: relative;
    display: inline-block;
    background: #0099ff;
    border-radius: 0;
    height: 40px;
    width: 40px;
    margin: 0 4px;
  }
  .small-icon
  .small-icon:last-child {
    margin-right: 0;
  }
  .mobile-none {
    display: none;
  }
 .p-40 {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
    margin-bottom: 10px !important;
  }
  .p-20 {
      font-size: 16px !important;
      line-height: 24px !important;
    }
    .p-18 {
      font-size: 16px !important;
      line-height: 24px !important;
    }
}


  @media only screen and (max-width: 626px) {
    .footer-section {
      height: 240px;
    }
    .icon-25 {
      height: 48px;
    }
   
    .img-icon {
      height: 50px;
      width: auto;
    }
    .icon-25 {
      height: 37px;
      margin: 15px 0 0;
    }
    .elq-form .col-xs-12 {
      position: relative;
      min-height: 1px;
      padding-left: 0 !important;
      padding-right: 8px !important;
    }
    .headline {
      font-size: 36px;
      line-height: 44px;
      padding: 0;
    }
  }

  @media only screen and (max-width: 500px) {
    /* LOGO */
    .logo-stack {
      padding: 0 8px;
      display: block;
    }
    .primary-logo {
      width: 140px;
    } 
    .table-headers {
        vertical-align: top;
        padding: 16px;
    }
  }
  @media only screen and (max-width: 430px) {
    .background-section {
      padding: 16px 16px;
      min-height: 180px;
    }
    .a-h\(54\)-white {
      font-size: 40px;
      line-height: 48px;
      padding-top: 15px;
    }
    .background-section-body {
      padding: 16px;
    }
    .no-background-section {
      padding: 16px;
    }
    .logo-img {
      width: 143px;
    }

  }
  @media only screen and (max-width: 425px) {
    .logo {
      padding: 16px 16px;
    }
    .background-section--footer {
      min-height: 240px;
    }
  }
</style>