     .lpcontainer {
       display: flex;
       align-items: left;
       height: 80px;
       background-color: #EDA411;
       vertical-align: center;
       margin-bottom: 15px;
     }
     .lpimg {
       align-items: center;
       height: 50px;
       width: 50px;
       padding: 5px;
       text-align: center;
       vertical-align: center;
     }
     .lpdiv {
       height: 50px;
       vertical-align: top;
       background-color: #EDA411;
       padding: 5px;
     }
     .lptxt {
       vertical-align: top;
       padding-left: 14px;
       color: #FFFFFF;
       font-size: 22px;
       font-family: 'Segoe UI Black';
     }
     p.lptxt {
       margin-top: 10px;
     }
     p.lp_p {
       background-color: transparent;
       color: #000000;
       font-family: 'Segoe UI';
       font-size: 11pt;
       padding-left: 20px;
     }
     h3.LPH3 {
       font-family: 'Segoe UI Semibold';
       font-size: 12pt;
       color: #FFFFFF;
       background-color: #808080;
       margin-top: 15px;
       margin-right: 0px;
       margin-bottom: 0px;
       margin-left: 0px;
       padding-top: 10px;
       padding-right: 10px;
       padding-bottom: 10px;
       padding-left: 10px;
       text-align: left;
       letter-spacing: 1px;
       line-height: 1.75;
     }
     .vidcontainer {
       display: flex;
       align-items: left;
       height: 40px;
       vertical-align: center;
       border-left-style: none;
       border-top-style: none;
       border-right-style: none;
       border-bottom-style: none;

     }
     .vidimg {
       align-items: center;
       height: 40px;
       width: 25px;
       padding-top: 10px;
       text-align: middle;
       vertical-align: top;
     }
     .vidtxt {
       padding-left: 5px;
       
       color: #FFFFFF;
       font-size: 12px;
       font-family: 'Segoe UI Black';
     }
     a.youtubelinks {
       font-family: 'Segoe UI';
       text-decoration: none !important;
     }
     a.youtubelinks:visited {}
     a.youtubelinks:link {}
     a.youtubelinks:hover {}
     a.youtubelinks:a.youtubelinksctive {}
     td.vidlinks {
       padding-left: 15px;
     }