:root {
  --color-root: #ef7400;
  --color-hover: #bf5d00;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #464749;
  --color-light-gray: #efefef;
  --color-menu-gray: #e1e1e1;
}

body {
  font-family: "Proxima Nova W01 Regular", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-gray);
  background-color: #fff;
  margin: 0;
}

.inner {
  max-width: 1060px;
}

.inner.smaller {
  max-width: 820px;
}

strong {
  font-family: "Proxima N W01 Bold", helvetica, arial, sans-serif;
}

.columns {
  display: flex;
}

.column-left {
  width: 100%;
  min-width: 300px;
  margin-right: 14px;
}

.column-right {
  width: 300px;
  flex-shrink: 0;
  padding: 0 1m 0 0;
}

#wpadminbar {
  position: fixed !important;
}

#wrapper {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  border: 1px #000 solid;
  border-width: 0 0px;
  min-height: 100vh;
}

header.header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid var(--color-gray);
}


header.header .inner.flex {
  display: grid;
  grid-auto-flow: row; /* or column */
  gap: 1em;
  grid-template-columns: 1fr auto 1fr;

  padding: .5em 1em;
  max-width: 80vw;
}



header.header .menu_header_holder {
  width: 450px;
}

body.is-mobile-nav header.header {
  display: none;
}

header.header .logo.alignleft {
  float: none;
  margin: 0;
}

header.header .flex {
  justify-content: space-between;
}

header.header .flex>div {
  flex: 1;
}

.menu_utility {
  float: right;
}

header.header .logo a {
  background-image: url(../images/upt-logo.png);
  display: inline-block;
  width: 231px;
  height: 72px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.header-wrapper {
  padding-top: 103px;
  box-sizing: border-box;
  background-position: bottom;
}

.header-wrapper .holder {
  padding: .25em;
  text-align: center;
}

.header-wrapper .holder h1 {
  color: var(--color-root);
  font-size: 4em;
  font-weight: normal;
  font-family: "Proxima Nova W01 Semibold", helvetica, arial, sans-serif;
}

.header-wrapper .holder.holder.page-header-home .inner {
  padding: 3em 2em;
}

.header-wrapper .holder.holder.page-header-home h1 {
  color: var(--color-white);
  font-size: 3em;
  font-weight: normal;
}

.header-wrapper .holder.holder.page-header-home h1 em {
  color: var(--color-root);
  font-style: normal;
}

.header-wrapper .holder.holder.page-header-home .buttons {
  line-height: 4em;
}

footer {
  margin-top: 0;
}

footer.footer .logo a {
  background-image: url(https://logos.napco.com/printing_united/printing_united_alliance/horizontal/white/printing_united_alliance_horiz_w_300.png);
  width: 200px;
  height: 54px;
}

footer.footer .flex {
  justify-content: space-between;
  gap: 1em;
}

.footer .menu_footer {
  font-size: .85em;
  display: flex;
  justify-content: center;
  gap: 1.5em;
  margin-bottom: 1.5em;
}

.footer .menu_footer a {
  font-size: 1.25em;
  font-family: "Proxima Nova W01 Bold", helvetica, arial, sans-serif;
  font-weight: bold;
}

.footer .menu_footer a:hover {
  color: var(--color-hover);
}

.copyright {
  font-family: "Proxima Nova W01 Bold", helvetica, arial, sans-serif;
  font-weight: bold;
}

footer.footer .social-icons a:hover {
  background-color: var(--color-hover);
}

.footer-nav-section {
  flex: 0 0 auto;
}

.footer-nav-section:nth-of-type(2) {
  flex: 1 1 auto;
  text-align: center;
  font-size: .75em;
}

header.header .flex {
  justify-content: space-between;
  align-items: center;
  padding: .5em 1em;
  max-width: 80vw;
}

/* .header-wrapper-bottom {
  margin-bottom: 0;
  padding-top: 128px;
} */

.menu_utility ul {
  display: flex;
  gap: 1em
}

.button,
.buttons a,
.menu_utility>ul>li:last-of-type a {
  font-family: "Proxima Nova W01 Bold", helvetica, arial, sans-serif;
  background-color: var(--color-root) !important;
  color: var(--color-white) !important;
  font-weight: bold;
  padding: .5em .75em;
  border-radius: .25em;
  text-decoration: none;
  border-width: 0;
  cursor: pointer;
}

.button:hover,
.buttons a:hover,
.menu_utility ul li:last-of-type a:hover {
  background-color: var(--color-hover) !important;
  color: var(--color-white) !important;
}

.button:disabled,
.buttons a:disabled,
.menu_utility ul li:last-of-type a:disabled,
.button:disabled:hover,
.buttons a:disabled:hover,
.menu_utility ul li:last-of-type a:disabled:hover {
  background-color: var(--color-gray) !important;
  color: var(--color-white) !important;
}

.header-menus #cssmenu>ul li {
  float: none;
}

.header-menus #cssmenu>ul>li.menu-item-has-children>a:after {
  content: '\2304';
  float: right;
  margin-left: .25em;
  margin-top: -0.25em;
}

.header-menus #cssmenu>ul>li>a {
  padding: .5em;
}

.header-menus #cssmenu>ul>li:hover>a {
  background-color: var(--color-hover);
  color: var(--color-white);
}

.header-menus #cssmenu>ul>li ul li {
  float: none;
  background-color: #fff;
  width: 250px;
}

.header-menus #cssmenu>ul li:nth-of-type(4) ul li {
  width: 150px;
}

.header-menus #cssmenu>ul ul li a {
  padding: .5em .5em;
}

.header-menus #cssmenu>ul ul li:not(:first-of-type) {
  border-top: 1px solid var(--color-menu-gray);
}

/* .header-menus #cssmenu>ul ul li a {
  font-family: "Proxima Nova W01 Regular", helvetica, arial, sans-serif;
} */

/* .header-menus #cssmenu>ul ul li:hover {
  background-color: var(--color-light-gray);
} */

.header-menus #cssmenu>ul ul li:hover a {
  background-color: var(--color-menu-gray);
}

body.archive .listings-holder {
  background-color: var(--color-light-gray);
}

.upt-box {
  background-color: #fff;
  max-width: 500px;
  margin: 0 auto 2em;
  padding: 1em 1em 1.5em;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: .75em .75em .75em 0;
}

.listings article h2 a {
  text-decoration: underline;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Proxima Nova W01 Semibold", helvetica, arial, sans-serif;
  color: var(--color-gray);
  /* text-underline-offset: .25em; */
}

.listings article h2 a:hover {
  color: var(--color-hover);
}

.holder.post .date,
.listings article .date {
  font-family: "Proxima Nova W01 Semibold", helvetica, arial, sans-serif;
  padding: 0 0 .5em 0;
  color: #989898;
  font-size: .85em;
  text-transform: uppercase;
}

.formats .button {
  width: 80px;
  display: inline-block;
  text-align: center;
  font-size: .85em;
}

.formats ul {
  display: flex;
  gap: 1em;
  margin-top: .5em;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.download-now .listings article h2 a {
  font-size: 1.5em;
  font-family: "Proxima Nova W01 Bold", helvetica, arial, sans-serif;
  margin-bottom: 0.75em;
  display: block;
  font-weight: bold;
}

body.download-now .listings.formats article h2 a {
  text-decoration: none;
}

body.download-now .listings.support-documents article:not(:last-of-type) h2 a {
  border-bottom: 1px solid #707070;
  padding-bottom: .75em;
  margin-bottom: .75em;
}

body.download-now .listings.support-documents article:last-of-type h2 a {
  margin-bottom: 0;
}

body.download-now .formats-holder .inner.smaller {
  max-width: 500px;
}

body.download-now .inner.smaller h1 {
  font-family: "Proxima Nova W01 Semibold", helvetica, arial, sans-serif;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: normal;
}

.advisory-board .listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 1.25em;
}

.advisory-board .listings .upt-box {
  font-size: 1.25em;
  width: 210px;
  text-align: center;
  margin: 0;
  height: 143px;
  padding-top: 44px;
}

.advisory-board .listings .upt-box .company {
  font-family: "Proxima Nova W01 Bold", helvetica, arial, sans-serif;
  font-weight: bold;
}

.advisory-board .listings .upt-box .job-title {
  font-family: "Proxima Nova W01 Semibold", helvetica, arial, sans-serif;
}

.holder.post h2,
.holder.post h3 {
  margin-bottom: .25em;
  font-size: 1.5em;
  font-family: "Proxima Nova W01 Semibold", helvetica, arial, sans-serif;
}

.holder.post h3 {
  font-size: 1.25em;
}

.holder.post h2.page-title a {
  margin-bottom: .75em;
  text-decoration: none;
  font-family: "Proxima Nova W01 Semibold", helvetica, arial, sans-serif;
}

.holder.post .post-thumb {
  margin: 1em 0;
}

.holder.post .date {
  margin-bottom: .5em;
}

.advisory-board .chart {
  margin: 1em 0 2em 0;
}

.advisory-board .chart>div {
  display: flex;
  background-color: var(--color-light-gray);
}

.advisory-board .chart>div:nth-child(odd) {
  background-color: var(--color-white);
}

.advisory-board .chart>div.header-row {
  font-family: "Proxima Nova W01 Bold", helvetica, arial, sans-serif;
  background-color: var(--color-black);
  color: var(--color-white);
  font-weight: bold;
}

.advisory-board .chart>div.header-row>div:nth-of-type(2) {
  border: 1px solid var(--color-white);
  border-width: 0 1px;
}

.advisory-board .chart>div>div {
  width: 33%;
  padding: .5em .75em;
}

.advisory-board .chart>div>div:nth-of-type(2) {
  border: 1px solid #e6e6e6;
  border-width: 0 1px;
}

.holder.page-header-home .text {
  max-width: 484px;
  color: var(--color-white);
  margin: 0 auto;
}

.home-bar .inner {
  display: flex;
  align-items: flex-start;
  gap: 120px;
  padding: 2em 0;
  flex-direction: row-reverse;
}

.home-bar:nth-child(even) {
  background-color: var(--color-light-gray);
}

.home-bar:nth-child(even) .inner {
  flex-direction: row;
}

.home-bar p {
  font-size: .85em;
}

.holder.account h2.page-title {
  display: none;
}

.aggregated-content .source {
  margin: 0;
  padding: 0;
  text-align: right;
}

.aggregated-content .source a {
  color: var(--color-gray);
  text-decoration: none;
}

.upt-form {
    min-height: 500px;
}

.upt-form select {
    min-height: 2.3em;
}


.upt-form input:-webkit-autofill,
.upt-form input:-webkit-autofill:hover,
.upt-form input:-webkit-autofill:focus,
.upt-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--color-light-gray) inset !important;
}

.upt-form input:not([type=checkbox]),
.upt-form select,
.upt-form textarea {
  width: 100%;
  padding: .5em !important;
  box-sizing: border-box;
}

.upt-form select,
.upt-form textarea,
.upt-form input:not([type=submit]):not([type=checkbox]) {
  border: 1px solid #D1D1D1;
  background-color: var(--color-light-gray);
  border-radius: .25em;
  font-size: 1.25em;
  width: 100% !important;
}

.upt-form input[type=submit] {
  padding: 1em !important;
}

.forgot-password {
  font-family: "Proxima Nova W01 Medium", helvetica, arial, sans-serif;
}

.password-reset-form,
.holder.login-intro {
  max-width: 482px;
  margin: 0 auto;
  text-align: center;
}

.forgot-password-form hr,
.holder.login-intro hr {
  margin: 1.5em 0;
}

.forgot-password-form p {
  text-align: center;
}

.external-url {
  width: 11px;
  height: 11px;
}

.holder.account .text-band.account-intro {
  float: none;
  max-width: none;
}

.holder.account .text-band.account-intro .inner-small {
  margin: 0 auto;
}

.holder.account .text-band.account-intro .gform_wrapper {
  margin: 0 auto;
}

.holder.account .gform_heading {
  display: none;
}

.gform_legacy_markup_wrapper select,
.gform_legacy_markup_wrapper select option {
  height: auto;
  padding: .25em .5em !important;
}

.upt-form .gform_wrapper .ginput_complex,
.upt-form .gform_wrapper li ul.gfield_checkbox,
.upt-form .gform_wrapper li ul.gfield_radio {
  width: auto !important;
  border: 1px solid #D1D1D1;
  background-color: var(--color-light-gray);
  border-radius: .25em;
  padding: 0.5em;
}

.upt-form .gform_wrapper .ginput_complex.ginput_container_password input {
  background-color: var(--color-white);
}

.upt-form .gform_wrapper li ul.gfield_checkbox input {
  margin-left: 0.25em;
}

.upt-form .gform_wrapper li ul.gfield_checkbox label {
  line-height: 2.5;
  font-size: 1em !important;
}

.upt-form .text-band.account-intro .gform_wrapper textarea {
  height: 120px;
}

.upt-form input[type=checkbox] {
  zoom: 2;
}

.settings #account_password_form,
.upt-form.widget.forgot-password-form {
  background-color: #fff;
  border-width: 0;
  max-width: 482px;
  margin: 0 auto;
}


body.password-reset .password-reset-form input[type=submit],
body.password-reset .password-reset-form input[type=text],
body.password-reset .password-reset-form input[type=password] {
  width: 96% !important;
}

body.password-reset .password-reset-form input[type=submit],
#account_password_form input[type=submit],
.upt-form.widget.forgot-password-form input[type=submit] {
  text-transform: capitalize;
}

.account-content.forgot-password {
  margin-top: 1.5em;
}

.upt-form .text-band.account-intro .gform_wrapper .field_description_below .gfield_description {
  margin-top: -0.5em;
}

.upt-form .text-band.account-intro .gform_wrapper .gfield--input-type-captcha.field_description_below .gfield_description {
  margin-top: 0;
}

.upt-form .gforms_confirmation_message {
  position: relative;
  margin: 1.25em 0;
  padding: 1rem 1rem 1rem 3rem;
  border: 1px solid #b9e5cc;
  border-left: 6px solid #2aa567;
  border-radius: 0.35em;
  background: linear-gradient(135deg, #f6fff9 0%, #eefaf2 100%);
  color: #1f5d3e;
  font-family: "Proxima Nova W01 Medium", helvetica, arial, sans-serif;
  font-size: 1.0625em;
}

.upt-form .gforms_confirmation_message::before {
  content: "✓";
  position: absolute;
  left: 0.9rem;
  top: 0.85rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #2aa567;
  color: #fff;
  font-family: "Proxima N W01 Bold", helvetica, arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5rem;
  text-align: center;
}

.gfield--type-password .gfield_description {
  font-family: "Proxima Nova W01 Bold", helvetica, arial, sans-serif;
  font-weight: bold;
}


body.password-reset .password-reset-form #password-toggle {
  vertical-align: top;
}

body.password-reset .password-reset-form input[type=submit],
body.password-reset .password-reset-form label {
  margin-top: 1em;
}

.entry ul li {
	list-style-type: square;
	margin-bottom: .75em;
	margin-left: 2.25em;
}
