
.mobile-show.desktop-hide {
  display: inherit;
  visibility: visible;
}

.mobile-hide.desktop-show {
  display: none;
  visibility: hidden;
}


#header-global,
#header-site,
#footer-contact,
#footer-site,
#footer-global {
  padding: 24px 24px;

}

header { /* min-width:750px; */
}

#header {
  background-color: #4b2e83;
  padding-top: unset;
  margin-top: unset;
  width: 100%;
  box-sizing: border-box;

}


#header #header-global {
  background-color: #4b2e83;
  border-bottom: 2px solid white;
  padding-bottom: 0;
}

#header #header-global #header-global-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#header #header-global #header-global-content-wrapper #logos {
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}


#header #header-global #logos #block img {
  height: 60px;
}

#header #header-global #logos #wordmark {
  align-self: center;
}

#header #header-global #logos #wordmark img {
  margin-left: 13px;
  height: calc(10px + 1vw);
}

#header #header-global #logos #wordmark .wordmark-bg {
  background-repeat: no-repeat;
  background-position: left center;
}


#header #header-site {
  background-color: white;
  display: none;
}

#header .site-type-header {
  position: relative;
}


header#header {
  box-shadow: none;
  max-width: 100%;
}


header#header #header-global {
  max-width: unset;
  border-bottom: none;
}


header#header #header-site {
  position: relative;
  background-color: white;
  display: block;
  padding: 0 0 0 24px;
}

header#header #header-site #banner {
  display: block;
  position: relative;
  margin-left: -24px;
  padding-left: 24px;
  background-size: cover;
  background-repeat: no-repeat;
}

header#header #header-site #banner #header-content {
  width: 100%;
  position: relative;
}


header#header #header-site #banner #header-content #parent-site-name,
header#header #header-site #banner #header-content #site-name {
  position: relative;
  padding-left: 24px;
  margin-left: -24px;
}


header#header #header-site #banner #header-bg-anglelines {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../common-images/template/card-bottom.png");
  height: 24px;
  width: 33%;
}



/* Slim Header CSS */


#slim-header-global,
#header-site {
  padding: 12px 24px;
}


#slim-header {
  background-color: #4b2e83;
  padding-top: unset;
  margin-top: unset;
  width: 100%;
  box-sizing: border-box;
}


#slim-header #slim-header-global {
  background-color: #4b2e83;
  border-bottom: 2px solid white;
  padding-bottom: 0;
}

#slim-header #slim-header-global #slim-header-global-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#slim-header #slim-header-global #slim-header-global-content-wrapper #slim-logos {
  height: 45px;
  width: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
}


#slim-header #slim-header-global #slim-logos #slim-block img {
  height: 45px;
}


#slim-header #slim-header-global #slim-logos #slim-wordmark img {
  margin-left: 13px;
  height: calc(10px + 1vw);
  position: relative;
  top: calc(10px - 1vw);
}

#slim-header #slim-header-global #slim-logos #slim-wordmark .wordmark-bg {
  background-repeat: no-repeat;
  background-position: left center;
}


#slim-header #slim-header-site {
  background-color: white;
  display: none;
}

#slim-header .site-type-header {
  position: relative;
}


header#slim-header {
  box-shadow: none;
  max-width: 100%;
}

header#slim-header #slim-header-global {
  max-width: unset;
  border-bottom: none;
}

header#slim-header #slim-header-site {
  position: relative;
  background-color: white;
  display: block;
  padding: 0 0 0 24px;
}

header#slim-header #slim-header-site #slim-banner {
  display: block;
  position: relative;
  margin-left: -24px;
  padding-left: 24px;
  background-size: cover;
  background-repeat: no-repeat;
}

header#slim-header #slim-header-site #slim-banner #slim-header-content {
  width: 100%;
  position: relative;
}

header#slim-header #slim-header-site #slim-banner #slim-header-bg-anglelines {
  vertical-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../common-images/template/card-bottom.png");
  height: 24px;
  width: 33%;
}


/* Standard Footer CSS */


#footer {
  word-break: break-word;
}

#footer-contact {
  color: #EFEFEF;
  background-color: #444444;
  border-bottom: 3px solid #aaaaaa; /* gold: #b7a57a     purple: #674a9f     silver: #aaaaaa */
}

#footer-contact .contact-info a:link,
#footer-contact .contact-info a:visited {
  color: white;
  font-size: inherit;
  font-family: inherit;
  line-height: 30px;
  vertical-align: baseline;
}

#footer-contact .contact-info a:link i,
#footer-contact .contact-info a:visited i {
  line-height: 30px;
}

#footer-contact .contact-info h2 {
  font-family: uni_sansbook, sans-serif;
  font-size: 1.75em;
  color: #b7a57a;
  text-transform: uppercase;
  margin: 0;
}


#footer-contact .contact-info .site-name {
  font-family: uni_sansregular, sans-serif;
  font-size: 1.75em;
  color: #ffffff;
  border-bottom: 1px solid #b7a57a;
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
}

#footer-contact .contact-info .email-phone-wrapper {
  display: flex;
  justify-content: space-between;
  height: 30px;
}

#footer-contact .contact-info .email-phone-wrapper .contact {
  height: 30px;
}

#footer-contact .contact-info .email-phone-wrapper .contact a:link i,
#footer-contact .contact-info .email-phone-wrapper .contact a:visited i {
  height: 30px;
  vertical-align: bottom;
}

#footer-contact .views-field {
  color: white;
}


#footer-contact .views-field-name h2 {
  font-family: uni_sansregular, sans-serif;
  color: #ffffff;
  border-bottom: 1px solid #b7a57a;
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
}

#footer-contact #block-views-block-primary-contact-block-1 .views-row {
}

#footer-contact .views-field.views-field-field-contact-email,
#footer-contact .views-field.views-field-field-contact-phone {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1em;
}

#footer-contact .views-field.views-field-field-contact-email .field-content,
#footer-contact .views-field.views-field-field-contact-phone .field-content {
  font-family: open_sans_regular, sans-serif;
  font-weight: bold;
}

#footer-contact .views-field.views-field-field-contact-email a:link,
#footer-contact .views-field.views-field-field-contact-email a:visited,
#footer-contact .views-field.views-field-field-contact-phone a:link,
#footer-contact .views-field.views-field-field-contact-phone a:visited {
  color: white;
  text-decoration: none;
  display: inline-flex;
  vertical-align: middle;
}


#footer-site {
  border-bottom: 3px solid #b7a57a;
  color: #444444;
  background-color: white;
}

#footer-global {
  background-color: #4b2e83;
}

#footer-global #uwt-wordmark img {
  width: 100%;
  height: auto;
}


#footer-global #footer-legal {
  margin-top: 18px;
  color: #b7a57a;
}

#footer-global #footer-legal > div {
  text-align: center;
  line-height: 1.1em;
}

#footer-global #footer-legal a:link,
#footer-global #footer-legal a:visited {
  color: #b7a57a;
  text-decoration: none;
}

.footer-menu-header {
  font-weight: bold;
  font-size: 12pt;
  font-variant: small-caps;
  border-bottom: 1px solid #b7a57a;
  width: 200px;
  padding-bottom: 2px;

}


/* CHECKED AND MUST BE USED IN NEW HEADER/FOOTER */

.light-theme {
  background: linear-gradient(90deg, white 25%, #e8e3d3 75%);
}


header#header #header-site #banner #header-content #site-name,
header#slim-header #slim-header-site #slim-banner #slim-header-content #slim-site-name {
  bottom: 0;

  z-index: initial;
  font-family: boundlessheader, sans-serif;
  font-size: calc(10px + 1vw);
  color: white;
  text-transform: uppercase;

}


div #uwt-wordmark {
  margin-left: auto;
  margin-right: auto;
  max-width: 30%;
  min-width: 450px;
}

ul.footer-menu {
  margin-left: 1em;
  padding: 0;
  list-style: none outside;
  text-align: left;
  line-height:11px;
}

.global-footer-menu .footer-menu {
  display: block;
  margin-top: 0;
}

.global-footer-menu .footer-menu a:link,
.global-footer-menu .footer-menu a:visited {
  color: #EFEFEF;
  text-decoration: none;
}


.global-footer-menu > .footer-menu > li {
  list-style-image: none;
  list-style-type: none;
}

.global-footer-menu > .footer-menu > li > a:link,
.global-footer-menu > .footer-menu > li a:visited {
  font-family: open_sans_bold, sans-serif;
  font-size: 75%;
}

.global-footer-menu > .footer-menu > li > .footer-menu {
  margin-left: 0;
}

.global-footer-menu > .footer-menu > li > .footer-menu a:link,
.global-footer-menu > .footer-menu > li > .footer-menu a:visited,
.global-footer-menu > .footer-menu > li > .footer-menu span {
  font-size: 75%;
}

.col-third,
.col-half {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}

.col-2third {
  max-width: 66.667%;
}

.col-1third {

  max-width: 33.333%;
}


/* Added items to adjust the default look of header and footer */


