/* Boilerplate styles */
      #outlook a{padding:0;}
      .ReadMsgBody{width:100%;} 
      .ExternalClass{width:100%;} .ExternalClass, .ExternalClass span, .ExternalClass td, .ExternalClass div {line-height: 100%;}
      body, table, td, a{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
      table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;}
      img {-ms-interpolation-mode:bicubic;}
      body {height:100% !important; margin:0 !important; padding:0 !important; width:100% !important;}
      
      * {
        -webkit-text-size-adjust:none;
      }
      /* iOS BLUE LINKS */
      a[x-apple-data-detectors] {
        color: inherit !important;
        text-decoration: none !important;
        font-size: 100% !important;
        font-family: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
      }
      u + .desktopHide {
        display: none !important;
      }
      .desktopHide {
        display: none !important;
      }

      a, a:link, a:active, a:hover, a:visited {
        color: #261c16;
      }

      /* Mobile Media Query */
      @media only screen and (max-width: 599px) {
        .expand100 {
          width:100%;
          padding-left: 0 !important;
          padding-right: 0 !important;
        }
        .expand90 {
          width: 94%;
          margin-left: 3%;
          margin-right: 3%;
          float: none;
        }
        .btn {
          width: 100%;
          margin: 0 auto;
          float: none;
          border: 3px solid #b59859;
        }   
        .btn a {
          padding: 12px 30px !important;
          font-size: 22px !important;
          border: none !important;
        }
        .mobileShow  { /* duplicate and add img if swapping image */
         display:block !important; 
         width:100% !important; 
         height:auto !important; 
         max-height:none !important; 
         line-height:100% !important; 
         opacity:1 !important; 
         overflow:visible !important; 
        }
        .hide {
          display: none !important;
        }
        .noPadding {
          padding: 0px !important;
        }
        .padding1 {
          padding: 3% !important;
        }
        .padding2 {
          padding-top: 15px !important;
        }
        .img100 img {
          width: 100% !important;
          height: auto !important;
        }
        .img75 img {
          width: 75% !important;
          height: auto !important;
          margin: 0 auto;
        }
        .img50 img {
          width: 50% !important;
          height: auto !important;
          margin: 0 auto;
        }
        .img40 img {
          width: 40% !important;
          height: auto !important;
          margin: 0 auto;
        }
        .fonts a, .fonts {
          font-size: 16px !important;
        }
        .headlines {
          font-size: 40px !important;
          line-height: 34px !important;
        }
        .subhead {
          font-size: 27px !important;
          line-height: 34px !important;
        }
        .center {
          text-align: center !important;
          margin: 0 auto;
          padding-left: 0 !important;
          padding-right: 0 !important;
        }
      }