
.layout-canvas-g {
  background-color: #fff;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.layout-canvas-g > .header,
.layout-canvas-g > .section,
.layout-canvas-g > .footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
}
.layout-canvas-g > .section {
  margin: 10px 0;
}
.layout-canvas-g > .section > .columns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
body {
  color: #000;
  font-family: Arial;
  font-size: 14px;
  margin: 0 auto;
  max-width: 1280px;
}
@media only screen and (max-width: 480px) {
  .mobile-hidden {
    display: none !important;
  }
  .responsive-td {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
  }
}
.layout-canvas-g > .section > .columns {
  width: 100%;
}

@font-face {
 font-family: 'proxima_nova_rgregular';
 src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot');
 src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
   url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff') format('woff'),
   url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf') format('truetype'),
   url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'proxima_nova_rgbold';
 src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot');
 src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
   url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.woff') format('woff'),
   url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.ttf') format('truetype'),
   url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'adelle_rgregular';
 src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot');
 src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot?#iefix') format('embedded-opentype'),
   url('https://litmus.com/fonts/Emails/adelle_reg-webfont.woff') format('woff'),
   url('https://litmus.com/fonts/Emails/adelle_reg-webfont.ttf') format('truetype'),
   url('https://litmus.com/fonts/Emails/adelle_reg-webfont.svg#adelle_rgregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
  
body{
 font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}
h1{
   font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
}
   
html {
        color:black; 
        font-size: 14px; 
        font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
        position: relative; 
        background-color: #ebedf0;
        align-content: center;
        min-height: 100%;
        overflow: scroll;
      }
      body { 
        color: black; 
        font-size: 14px; 
        background-color: #ffffff;
        align-content: center;
        margin-bottom: 30px; /* Margin bottom by footer height */
        overflow: hidden;
      }
      .header {
        width: 100%;
        background-color: black;
        color: white;
        padding: 0 40px;
        font-size: 12px;
      }
      .header ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding: 10px;
      }
  
      .header ul a {
        text-decoration: none;
        color: white;
      }
      .pref-form {
        color: #404040;
        font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif !important;
      }
      table {
        margin: 0 auto;
        width: 100%;
        clear: both;
        border-collapse: collapse;
        table-layout: fixed; 
        word-wrap:break-word;
        font-size: 11px;
      }
      strong { font-weight: bold; }
        .logo-container {
        text-align: center;
      }
      .card-body {
       padding: 2rem !important;
      }
      .form-section-title {
        margin-top: 30px;
      } 
      .form-section-title hr {
        margin-bottom: 10px;
      } 
      .form-row {
        margin: 20px 0;
      }
      .form-label {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0px !important;
      }
      input.form-control {
        border-radius: 0 !important;
        border: 1px solid #CCCCCC;
        padding: 12px;
        margin: 4px 0;
      }
      input.form-control:focus {
        box-shadow: none!important;
        border-color: inherit;
      }
      input.form-check-input {
        border-radius: 0 !important;
        margin-right: 8px;
        margin-top: 0;
      }
      .checkbox-container.row {
        padding: 0 4rem;
      }
      .checkbox-container .form-row {
        margin: 10px 0!important;
      }
  
      /* Validation - required */
      .err, .suc {
        display: none;
      }
      .err { color: #F64218;}
      .suc { color: green;}
  
      /* Mobile input */
      /* Chrome, Safari, Opera, Edge */
      input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
        -webkit-appearance:none;
        margin: 0;
      }
      /* Firefox */
      input[type=number] {
        -moz-appearance: textfield; 
      }
  
      /* Button */
      .btn-container {
        padding-top: 20px;
        padding-bottom: 50px;
      }
      .btn-unsub {
        border-radius: 0 !important;
        background-color: #ffffff !important;
        border: 2px solid #000000 !important;
        color: #000000 !important;
        font-size: 12px!important;
        font-weight: 600!important;
        margin-right: 30px;
        letter-spacing: 1px;
        padding: 16px 32px;
        width: 232px;
      }
      .btn-unsub:hover {
        background-color: #ffffff !important;
        color: #002E6D !important;
        border: 2px solid #002E6D !important;
        cursor: pointer;
      }
      .btn-save {
        border-radius: 0 !important;
        background-color: #81641C !important;
        color: #ffffff !important;
        border:none !important;
        font-size: 12px;
        font-weight: 600;
        border-radius: 0 !important;
        padding: 16px 32px;
        letter-spacing: 1px;
        width: 232px;
      }
      .btn-return {
        border-radius: 0 !important;
        background-color: #81641C !important;
        color: #ffffff !important;
        border:none !important;
        font-size: 12px;
        font-weight: 600;
        padding: 16px 32px;
        border-radius: 0 !important;
      }
      .btn:focus{
        box-shadow: none!important;
        border-color: inherit;
      }
  
      /* Preloader */
      .preloader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url('') center no-repeat;
        background-size: 70px 70px;
      }
  
      /* Form */
      .form-control:disabled, .form-control[readonly] {
        background-color: #F9F9F9;
        opacity: 1;
        border: 1px solid #DEDEDE !important;
        cursor: no-drop;
      }
  
      .form-control:focus-visible {
        border: 1px solid #DEDEDE !important;
      }
  
      .form-check-input:checked {
        background-color: #002E6D !important;
        border-color: #002E6D !important;
      }
  
      .form-check-input:focus {
        box-shadow: none!important;
        
      }
  
      .tdInj {
        width: 25%;
      }
      .tdBon {
        width: 20%;
      }
      .tdStat {
        width: 5%;
      }
      .footer {
        position: absolute;
        bottom: 0;
        height: 30px; /* Set the fixed height of the footer here */
        line-height: 30px; /* Vertically center the text there */
      }
  
      /* Navigation - HEADER MENU */
      
      .navigation {
      height: 70px;
      background: #000;
      font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      opacity: 0.88;
      }

      .brand {
      position: absolute;
      padding-left: 20px;
      float: left;
      line-height: 70px;
      text-transform: uppercase;
      font-size: 1.4em;
      }
      .brand a,
      .brand a:visited {
      color: #ffffff;
      text-decoration: none;
      }

      .nav-container {
      /*max-width: 1000px;*/
      margin: 0 auto;
      }

      nav {
      float: right;
      }

      nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      }
      nav ul li {
      float: left;
      position: relative;
      }
      nav ul li a,
      nav ul li a:visited {
      display: block;
      padding: 0 20px;
      line-height: 70px;
      background: #6d7993;
      color: #ffffff;
      text-decoration: none;
      }
      nav ul li a:hover,
      nav ul li a:visited:hover {
      background: #4b5569;
      color: #ffffff;
      }
      nav ul li a:not(:only-child):after,
      nav ul li a:visited:not(:only-child):after {
      padding-left: 4px;
      content: " ▾";
      }
      nav ul li ul li {
      min-width: 190px;
      }
      nav ul li ul li a {
      padding: 15px;
      line-height: 20px;
      }

      .nav-dropdown {
      position: absolute;
      display: none;
      z-index: 1;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
      }

      /* Mobile navigation */
      .nav-mobile {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      background: #ffffff;
      height: 70px;
      width: 70px;
      }

    @media only screen and (max-width: 1112px) {
      .nav-mobile {
          display: block;
      }

      nav {
          width: 100%;
          padding: 70px 0 15px;
          background: #FFF;
          color: #000;
      }
      nav ul {
          display: none;
      }
      nav ul li {
          float: none;
      }
      nav ul li a {
          padding: 15px 20px;
          line-height: 20px;
      }
      nav ul li ul li a {
          padding-left: 30px;
      }

      .nav-dropdown {
          position: static;
      }

      nav ul li a,
      nav ul li a:visited {
      background: #FFFFFF;
      color: #000000;
      font-size: 16px;
      font-weight: 600;
      font-family: "Proxima Nova W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      }

      .brand {
      position: absolute;
      padding-left: 20px;
      float: left;
      line-height: 70px;
      text-transform: uppercase;
      font-size: 1.4em;
      z-index: 9;
      }
      
      .brand img{
      width: 240px;
      }
      .brand a,
      .brand a:visited {
      color: #ffffff;
      text-decoration: none;

      }

      .card-page{
      display: block;
      }

      .btn-save {
      width: 100%;
      }

      .btn-unsub {
      width: 100%;
      }

      .btn-container {
      padding-bottom: 20px;
      }

      .btns-unsub {
      padding-top: 0px; 
      width: 100%;
      }

      .card-other-pages {
        height: 726px;
      }

    }

    @media screen and (min-width: 1113px) {
        .nav-container {
            display: flex; 
            justify-content: center;
        }

        nav {
        float: none;
        }

        .nav-list {
            display: flex !important;
            justify-content: space-between;
        }
        .brand {
            display: block;
            color: red;
            text-align: center;
            position: relative;
            float: none;
        }

        .brand img {
          width: 394px;
      }

        .navigation {
            height: 40px;
        }

        nav ul li a, nav ul li a:visited {
            padding: 0 10px;
            line-height: 40px;
            background: #000;
            font-size: 12px;
            font-family: "Proxima Nova W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .btns-save {
        padding-bottom: 0px;
        margin-left: 20rem;
        }

        .btns-unsub{
        padding-top: 0px; 
        width: 50px; 
        position: absolute; 
        bottom: -24px;
        left: 34px;
        }

        
    }


    #nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #000000;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
    }
    #nav-toggle span:before {
    top: -10px;
    }
    #nav-toggle span:after {
    bottom: -10px;
    }
    #nav-toggle.active span {
    background-color: transparent;
    }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
    }
    #nav-toggle.active span:before {
    transform: rotate(45deg);
    }
    #nav-toggle.active span:after {
    transform: rotate(-45deg);
    }

    article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    }
  
  @media only screen and (max-width:480px){
  /* MOBILE GLOBAL STYLES - DO NOT CHANGE */
  body, .tb_properties{font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif !important; font-size: 16px !important; color: #808080 !important; line-height: 1 !important; padding: 0px !important; }.buttonstyles{font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif !important; font-size: 16px !important; color: #FFFFFF !important; padding: 0px !important; }h1{font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif !important; font-size: 22px !important; color: #202020 !important; line-height: 1 !important; }h2{font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif !important; font-size: 20px !important; color: #202020 !important; line-height: 1 !important; }h3{font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif !important; font-size: 18px !important; color: #202020 !important; line-height: 1 !important; }a:not(.buttonstyles){line-height: 1 !important; }.mobile-hidden{display: none !important; }.responsive-td {width: 100% !important; display: block !important; padding: 0 !important;} 
  /* END OF MOBILE GLOBAL STYLES - DO NOT CHANGE */
  }
