\documentclass[12pt,a4paper]{article}
\usepackage{graphicx,amssymb, amstext, amsmath, epstopdf, booktabs, verbatim, gensymb, geometry, appendix, natbib, lmodern}
\geometry{letterpaper}
%*************************************
% A latex package for the preparation of tenure and promotion dossier.
% M.R. Hadizadeh
% E-mail: mrhadizadeh@gmail.com
% August 2021
%*************************************
\usepackage{latex_style/CSU} % latex style file
\usepackage{url}
 \usepackage{hyperref}
\hypersetup{
    bookmarks=true,         % show bookmarks bar?
    unicode=true,          % non-Latin characters in Acrobat’s bookmarks
    pdftoolbar=true,        % show Acrobat’s toolbar?
    pdfmenubar=true,        % show Acrobat’s menu?
    pdffitwindow=true,     % window fit to page when opened
    pdfstartview={FitH},    % fits the width of the page to the window
    pdftitle={My title},    % title
    pdfauthor={Author},     % author
    pdfsubject={Subject},   % subject of the document
    pdfcreator={Creator},   % creator of the document
    pdfproducer={Producer}, % producer of the document
    pdfkeywords={keyword1} {key2} {key3}, % list of keywords
    pdfnewwindow=true,      % links in new window
    colorlinks=true,       % false: boxed links; true: colored links
    linkcolor=blue,          % color of internal links
    citecolor=blue,        % color of links to bibliography
    filecolor=blue,      % color of file links
    urlcolor=blue,           % color of external links
    pagebackref=yes,
    pdfborder={0 0 100},
    linkbordercolor={0 0 1} 
    }
   
\usepackage[final]{pdfpages}
\usepackage{minibox}
\usepackage[utf8]{inputenc}
\usepackage{fourier}
\usepackage{etaremune}
\usepackage{eqparbox}
\usepackage{fontawesome}
\usepackage{pdfpages}
\usepackage{makecell}
\usepackage{float}
\usepackage{xcolor}
\usepackage[most]{tcolorbox}
\usepackage{lmodern} 
\usepackage{tabu}
\usepackage{array}
\usepackage{colortbl}
\usepackage{multirow}
\usepackage{breakurl}
\usepackage{xltabular}
\usepackage{longtable}
\usepackage{lipsum}
\usepackage[english]{babel}
\usepackage{blindtext}
\newcommand*\cpiType{\leftmark}
%%%%%%%%%%%%%%%%%%% CHANGE HERE %%%%%%%%%%%%%%
\newcommand*\Date{\today}
\newcommand*\Author{FIRSTNAME LASTNAME}
\newcommand*\Authorshort{F. LASTNAME,}
\newcommand*\position{POSITION}
\newcommand*\room{Room \#}
\newcommand*\department{Department NAME}
\newcommand*\college{College NAME}
\newcommand*\university{University NAME}
\newcommand*\citystatezip{CITY, STATE, ZIP Code}
\newcommand*\phone{123 456-7890}
\newcommand*\emialaddress{X @ Y.edu}
\newcommand*\Webaddress{http://www.X.edu/$\sim$Y}
\newcommand*\newrank{Associate Professor}
\newcommand*\Title{\footnotesize Dossier for Tenure and Promotion to \newrank | \Authorshort}
\title{Dossier for Tenure and Promotion to \newrank} 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%
%% header and footer lines
\renewcommand{\footrulewidth}{.2pt} 
\renewcommand{\headrulewidth}{0.2pt}
%%%%%%%%%%
% Changing the title of ToC
\renewcommand{\contentsname}{Table of Contents}
%%%%%%%%%%
%%%%%%%%%%%%%%%%%
% Sections titles
\newcommand{\sectiontitle}[1]
{
\setlength{\fboxsep}{38pt}
\colorbox{csuOrange}{\makebox[8.25in][l]{ \shortstack[l]{\fontsize{26}{30}\rmfamily\color{white} #1   \hfill}}}
}
\newcommand{\sectiontitledouble}[2]
{
\setlength{\fboxsep}{38pt}
\colorbox{csuOrange}{\makebox[10.25in][l]{\shortstack[l]{\fontsize{26}{30}\rmfamily\color{white}  \minibox[]{#1\\ \hskip1.7cm  #2}  \hfill}}}
}
%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%
% Fake section and subsection to avoid showing the titles
\newcommand{\fakesection}[1]{%
  \par\refstepcounter{section}% Increase section counter
  \sectionmark{#1}% Add section mark (header)
  \addcontentsline{toc}{section}{\protect\numberline{\thesection}#1}% Add section to ToC
  % Add more content here, if needed.
}
\newcommand{\fakesubsection}[1]{%
  \par\refstepcounter{subsection}% Increase subsection counter
  \subsectionmark{#1}% Add subsection mark (header)
  \addcontentsline{toc}{subsection}{\protect\numberline{\thesubsection}#1}% Add subsection to ToC
  % Add more content here, if needed.
}
%%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor{csuOrange}{RGB}{153,0,76}   %{241,85,44}
\definecolor{csuGray}{RGB}{106,100,100}
%%%%%%%%%%%%%%%%%%%
%Fancy Tables
%
\newcolumntype{Y}{>{\raggedleft\arraybackslash}X}
%
\tcbset{tab1/.style={fonttitle=\bfseries\large,fontupper=\normalsize\sffamily,
colback=yellow!10!white,colframe=csuOrange,colbacktitle=red!40!white,
coltitle=black,center title,freelance,frame code={
\foreach \n in {north east,north west,south east,south west}
{\path [fill=csuOrange] (interior.\n) circle (3mm); };},}}
%
\tcbset{tab2/.style={enhanced,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
colback=yellow!10!white,colframe=csuOrange,colbacktitle=red!40!white,
coltitle=black,center title}}
%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%
% Change caption size & color
%\usepackage[font=small]{caption}
\usepackage{caption}
\captionsetup[figure]{font=small}
\captionsetup[table]{labelfont={color=white},font={color=white}}
%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%
% Fonts packages
%\usepackage{lmodern}        % Latin Modern family of fonts. Very much like Computer Modern, but with many more glyphs 
\usepackage[T1]{fontenc}    % fontenc is oriented to output, that is, what fonts to use for printing characters. 
%\usepackage{textcomp}     % required for special glyphs
%\usepackage{fouriernc}
\usepackage{newpxtext}
%%%%%%%%%
% items in Table
\newcommand{\tabitem}{~~\llap{\textbullet}~~}
\usepackage{tabularx}
%%%%%%%%
\makeatletter
\def\input@path{{sections/}{files/}}
%%%% footer setting
\renewcommand{\sectionmark}[1]{%
  \markboth{\ifnum \c@secnumdepth>\z@
      \thesection\hskip 1em\relax
    \fi #1}{}}
\makeatother
\date{\today}
%-----------------------------------------------------------
\begin{document}
\begin{titlepage}
\maketitle
\end{titlepage}
\linespread{1.15} %Set standard document linespacing
\tableofcontents
\newpage
% sections
\input{1_Letter_Request}
\input{2_Evidence_Eligibility}
\input{3_CV}
\input{4_Qualitative_Assessment}
\input{5_Instructional_Assignments}
\input{6_Teaching_Loads}
\input{7_Evidence_Support_Effective_Teaching}
\input{8_Publications}
\input{9_Recognition_Other_Scholarly_Activities}
\input{10_Research_in_Progress}
\addtocontents{toc}{\protect\newpage}
\addtocontents{toc}{\protect\thispagestyle{empty}}
\input{11_University_Professional_Service}
\input{12_Public_Service}
\input{13_Letters_Internal}
\input{14_Letters_External}
\end{document}