
/*data:*/
/*<![CDATA[*/

        body, #backgroundTable {
            font-family: sans-serif;
        }
        p{
            font-size:1.25em;
        }
        table{
            border: none!important;
        }
        h1,h2,h3,h4,h5,p{
            margin: 0;
            padding: 0;
        }
        #templateTable {
            -webkit-font-smoothing: antialiased;
        }

        /* ==== Standard Resets ==== */
        .ExternalClass{
            width:100%;
        }
        .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
            line-height: 100%;
        }
        body, table, td, p, a, li, blockquote{
            -webkit-text-size-adjust:100%;
            -ms-text-size-adjust:100%;
        }
        table, td {
            mso-table-lspace:0pt;
            mso-table-rspace:0pt;
        }
        img {
            vertical-align: bottom;
            -ms-interpolation-mode:bicubic;
        }
        table {
            border-collapse:collapse !important;
        }
        a:link, a:visited {
            border-bottom: none;
        }
        #footer a {
            color: #999999;;
            -webkit-text-size-adjust: none;
            text-decoration: underline;
            font-weight: normal
        }
        #top-bar {
          height: 81px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-bottom: 1px solid #FF6B58;
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          background: #fff;
          padding: 0 50px;
        }
        #logo {
          display: inline-block;
          float: none;
          max-height: 54%;
          margin-bottom: 0;
          vertical-align: middle;
          filter: grayscale(1) brightness(0.555);
          transition: all .2s ease-in-out;
        }
        #logo:hover {
          filter: none;
        }
        #backToSite a,
        #backToSite a:hover,
        #backToSite a:active,
        #backToSite a:focus {
          display: inline-block;
          color: #FFFFFF;
          padding: 6px 20px;
          border: 0;
          border-radius: 8px;
          background: #FF3A3E !important;
          position: relative;
          font-weight: 500;
          line-height: 1.7em;
          transition: all .2s;
          cursor: pointer;
          text-decoration: none;
          font-family: 'Assistant', Helvetica, Arial, Lucida, sans-serif;
          font-size: 18px;
        }
        #top-bar-spacer {
          margin-top: 120px;
        }

        @media only screen and (max-width: 980px) {
          #top-bar {
            padding: 0 10px;
            position: relative;
          }
          #logo {
            max-width: 80%;
            max-height: auto;
          }
          #backToSite a {
            font-size: 14px;
            white-space: nowrap; 
            overflow: hidden;
            text-overflow: ellipsis;
          }
          #backToSite a:hover,
          #backToSite a:focus,
          #backToSite a:active {
            font-size: 14px;
          }

          #top-bar-spacer {
            margin-top: 20px;
          }
        }
        /*]]>*/