﻿#clear {
  clear: both;
}

.clear {
  clear: both;
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body,
form {
  width: 100%;
  height: 100%;
}

body {
  color: #34454e;
  background-color: #a5becd;
  background-color: rgba(223, 233, 239, 0.5);
  font-family: Georgia;
  font-size: 12px;
  line-height: 16px;
}

input[type='text'],
input[type='password'],
textarea {
  color: #34454e;
  padding: 0px 2px;
}

p {
  text-align: justify;
}

a {
  color: #34454e;
}

h1 {
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  line-height: normal;
}

img {
  border: none;
  display: block;
}

ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

input[type='text'],
input[type='password'],
select,
textarea {
  /*border:1px solid #cbd5da;*/
  border: 1px solid #a0afb8;
  color: #34454e;
}

input[type='checkbox'],
label {
  display: inline-block;
  vertical-align: middle;
}

input[type='checkbox'] {
  margin-right: 5px;
}

.FuturaM {
  font-family: 'FuturaM', Arial;
}

.EffraH {
  font-family: 'EffraH', Arial;
}

.AvenirL {
  font-family: 'AvenirL', Arial;
}

.AvenirH {
  font-family: 'AvenirH', Arial;
}

.VectoraLTStd {
  font-family: 'VectoraLTPro-Roman' !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

/* temporary  */
a.left img {
  max-width: 20px;
}

.top {
  top: 0px;
}

.bottom {
  bottom: 0px;
}

.highlight {
  font-style: italic;
  color: #ed7258;
}

.highlightB {
  font-weight: bold;
  color: #ed7258;
}

.blueLight {
  color: #92b6c7;
}

.backBlue {
  background-color: #edf3f6;
  padding: 18px;
}

.validator {
  color: Red;
  margin-left: 3px;
}

.together {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

.noUnderline,
.noUnderline a {
  text-decoration: none;
}

.stretch {
  width: 100%;
  height: 100%;
}

.spacer0 {
  height: 0px;
}

.spacer5 {
  height: 5px;
}

.spacer10 {
  height: 10px;
}

.spacer15 {
  height: 15px;
}

.spacer18 {
  height: 18px;
}

.spacer20 {
  height: 20px;
}

.spacer25 {
  height: 25px;
}

.spacer30 {
  height: 30px;
}

.spacer35 {
  height: 35px;
}

.spacer40 {
  height: 40px;
}

.spacer50 {
  height: 50px;
}

.pad10 {
  padding-bottom: 10px;
}

/******************* wrapper *******************/

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px; /* Bottom value must = footer height */
}

/******************* header *******************/

#navCompanies {
  background: url(../images/lnkBack.png) repeat-x;
  width: 100%;
  height: 30px;
  margin-bottom: 60px;
}

#navCompanies table {
  margin: 0px auto;
  width: 955px;
}

#navCompanies table td {
  text-align: center;
  height: 30px;
  line-height: 30px;
}

#navCompanies table td a {
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
}

#navCompanies table td .border {
  width: 1px;
  height: 15px;
  background-color: #9aafba;
}

#headerLinks {
  width: 100%;
  margin: 0px auto;
  background-color: #2b3f47;
  box-sizing: border-box;
  padding: 0 20px;
}

#headerLinks * {
  box-sizing: inherit;
}

#headerLinks .homeLink {
  height: 30px;
  width: auto;
}

.texasLogo {
  height: 3.85em;
  left: 16.5em;
  top: 0.5em;
  position: absolute;
  display: none;
}

.innerHeaderWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

/******************* tabs *******************/

nav {
  padding: 0px 20px;
}

nav > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  gap: 40px;
  align-items: center;
  display: none;
  margin-top: 3px;
}
.navLink {
  font-size: 12px;
  font-weight: 300 !important;
  font-family: sans-serif;
  font-family: 'VectoraLTStd-Light' !important;
  color: #fff;
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  position: relative;
  /* letter-spacing: 0.02em; */
  /* VectoraLTPro-Roman */
}
.navLink-space {
  display: none;
}

.navLink > span {
  height: 50px;
  display: flex;
  align-items: center;
}

.navLink > span a {
  color: #fff;
  text-decoration: none;
}

.navLink > span a:hover {
  color: #7eb0cc;
}

.navLink > span:hover {
  color: #7eb0cc;
}

.navLink:hover .subNavDropdown {
  display: block;
}

.subNavDropdown {
  position: absolute;
  top: 61px;
  width: 267px;
  width: auto;
  height: auto;
  left: -16px;
  color: #000;
  z-index: 50;
  box-shadow: 6px 4px 50px 0px rgba(28, 40, 45, 0.3);
  -webkit-box-shadow: 6px 4px 50px 0px rgba(28, 40, 45, 0.3);
  background-color: white;
  display: none;
  cursor: pointer;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transform: scale(0.93, 0.93);
  -webkit-transform: scale(0.93, 0.93);
  transform-origin: 30% 0%;
  z-index: 125;
}

.subNavDropdownServices {
  left: -30px;
}
.subNavDropdownAbout {
  left: -34px;
}

.subNavDropdownResources {
  left: -20px;
}

.contactLink {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  transition: color 0.4s;
  text-decoration: none;
  cursor: pointer;
}

.footerAddress {
  color: #ee7258;
  margin-top: 24px;
}

.footerAddress h4 {
  margin-top: 24px;
}

.footerAddress div {
  font-size: 14px;
  line-height: 1.5;
}

.contactLink:hover {
  color: #7eb0cc !important;
}

.triangle {
  position: absolute;
  height: 10px;
  top: -20px;
  width: 0px;
  border-left: 25px solid rgba(255, 255, 255, 0);
  border-right: 25px solid rgba(255, 255, 255, 0);
  border-bottom: 25px solid white;
}

.subNavDropdown ul {
  list-style: none;
  position: relative;
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  padding: 33px 30px;
  margin: 0px;
}

.subNavLink a {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  white-space: nowrap;
  gap: 8px;
  cursor: pointer !important;
  font-size: 16px;
  font-weight: 400;
  color: #7fb2cd;
  transition: color 0.4s;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -ms-transition: color 0.4s;
}

.subNavLink a:hover {
  color: #2b3f47 !important;
}

.subNavLink span {
  font-family: 'essential-regular';
}

.subNavLink:last-of-type a {
  margin-bottom: 0;
}

#menuNavigation {
  background-image: url(../images/backNav.gif);
  border-top: 1px solid #bcc0c3;
  border-bottom: 1px solid #96a7b2;
  width: 100%;
  position: relative;
  z-index: 999;
}

a.orderTitleButton {
  align-items: center;
  background-color: transparent;
  border-radius: 14px;
  border: 1px solid #ec7258;
  color: #ec7258;
  cursor: pointer;
  display: flex;
  font-family: 'VectoraLTPro-Roman';
  font-size: 14px;
  height: 30px;
  justify-content: center;
  padding: 2px 8px 0px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  -webkit-transition: border 0.4s, color 0.4s;
  transition: border 0.4s, color 0.4s;
}

.mobilePhone a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

a.orderTitleButton:hover {
  color: #7eb0cc !important;
  border-color: #7eb0cc;
}

#menuNavigation ul li ul {
  display: none;
}

#menuNavigation ul li {
  position: relative;
  float: left;
  list-style: none;
}

#menuNavigation a {
  cursor: pointer;
}

#menuNavigation a.static {
  width: 131px;
  color: #3b4750;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 11.5px;
  font-family: 'FuturaM', Arial;
  text-align: center;
}

#menuNavigation li + li a.static {
  border-left: 1px solid #ffffff;
}

#menuNavigation a.static.highlighted,
#menuNavigation a.static.selected,
#menuNavigation a.selected {
  color: #ffffff;
  background-image: url(../images/backNavSelected.gif);
  background-repeat: no-repeat;
  background-position: center;
}

#menuNavigation ul.level2 {
  -moz-box-shadow: 2px 2px 8px #6e8997;
  -webkit-box-shadow: 2px 2px 8px #6e8997;
  box-shadow: 2px 2px 8px #6e8997;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8px, Direction=135, Color='#6e8997')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8px, Direction=135, Color='#6e8997');
  background-color: #ffffff;
  padding: 30px 30px 37px 30px;
  width: 160px;
  margin-top: 1px;
}

#menuNavigation ul.level2:before {
  content: url(../images/imgArrowSubmenu.png);
  top: 0;
  left: 57px;
  position: absolute;
  margin-top: -1px;
}

/*#menuNavigation a{overflow:visible;}
#menuNavigation a:after {
 content: '';
 position: absolute;
 left: 30px;
 top: -30px;
 width: 0;
 height: 0;
 border-left: 12px solid transparent;
 border-right: 12px solid transparent;
 border-top: 15px solid #bcd1e0;
 margin-top:-1px;
 }*/

#menuNavigation ul.level2 a.dynamic {
  font-family: 'AvenirL', Arial;
  font-size: 12px;
  height: 27px;
  line-height: 27px;
  width: 160px;
}

#menuNavigation ul.level2 li + li {
  border-top: 1px solid #dce0e2;
}

#menuNavigation ul.level2 a.dynamic.highlighted,
#menuNavigation ul.level2 a.dynamic .selected {
  color: #ee7258;
}

/******************* PageContent *******************/
#PageContent {
  background-color: #ffffff;
  background-repeat: no-repeat;
  height: auto;
  margin: 40px auto;
  min-height: 250px;
  padding: 40px 40px 60px 40px;
  position: relative;
  max-width: 1100px;
  width: 100%;
  width: calc(100% - 40px);
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px 0px rgba(46, 46, 54, 0.1), 0px 1px 3px 0px rgba(46, 46, 54, 0.05);
  border-radius: 4px;
}

@media (min-width: 1200px) {
  #PageContent {
    padding: 64px;
  }
}

.expandedTopMargin {
  margin-top: 215px;
}

/******************* push/footer *******************/

#footer,
.push {
  width: 100%;
  position: relative;
  bottom: 0;
}

.push {
  height: 100px;
}

#footer {
  height: 30px;
  background-color: #6f8997;
  color: #ffffff;
  font-size: 11px;
  font-style: italic;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

/******************* subfooter *******************/

#subfooter {
  color: #7eb0cc;
  font-family: 'VectoraLTStd-Light', sans-serif;
  margin: 0px auto;
  max-width: 1180px;
  overflow: hidden;
  padding: 0px;
  width: 100%;
}

.subfooter a {
  color: #7eb0cc;
  text-decoration: none;
  min-height: 27px;
  font-size: 12px;
  display: flex;
  transition: color 0.4s;
  align-items: center;
  gap: 5px;
}

.subfooter a:hover {
  color: #2b3f47;
  color: #fff;
}

.subfooter ul {
  margin: 0;
}

.subfooter li {
  list-style: none;
}

.subfooter a span {
  font-family: 'essential-regular';
}

.newColWrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* border: 1px solid green; */
}

.newColWrapper h4 {
  font-family: 'VectoraLTStd-Light', sans-serif;
  color: #fff;
  font-size: 15.12px;
  display: inline-flex;
  width: auto;
  margin-top: 30px;
}

.newColWrapper h4:hover {
  color: #ee7258;
}

.logoFooter {
  max-width: 120px;
}

.footerbottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 64px auto 0 0;
  max-width: 940px;
}

.finePrinterNotLikeBrokenPrinter {
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: underline;
}
.finePrinterNotLikeBrokenPrinter a {
  color: #fff;
  font-size: 12px;
}
.contact1 {
  margin-top: 10px;
}
.contact1 a {
  display: flex;
  align-items: center;
  color: #ec7258;
  font-size: 14px;
}

.contact1 img {
  max-width: 32px;
  height: auto;
}

.footerWrap {
  background-color: #2b3f47;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1024px) {
  .mobilePhone {
    display: none;
  }
  nav > ul {
    display: flex;
    gap: 24px;
  }
  #headerLinks {
    padding: 0 24px;
  }
  #headerLinks .homeLink {
    height: 24px;
  }
  .navLink {
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .innerHeaderWrap {
    height: 90px;
  }
  #PageContent {
    margin: 150px auto;
  }
  .navLink {
    font-size: 16px;
  }
  nav > ul {
    gap: 40px;
  }
  .navLink-space {
    width: 30px;
    display: block;
  }
  #headerLinks {
    padding: 0 40px;
  }
  #headerLinks .homeLink {
    height: 42px;
  }
  .contactLink {
    font-size: 15px;
  }
  a.orderTitleButton {
    font-size: 17.28px;
  }
  .footerWrap {
    min-height: 530px;
    padding: 20px;
  }
  .newColWrapper {
    max-height: 305px;
  }
  #subfooter {
    padding: 0 40px;
  }
  .logoFooter {
    max-width: 200px;
  }
}
