/* fonts */
/* general colors */
/* links */
/* color palette */
/* mixin functions */
/* Mixins */
.c {
  width: 100%;
  height: 100%;
  position: relative;
}
.cb {
  clear: both;
}
.btn {
  border-radius: 0;
}
a[role='button'] {
  cursor: pointer;
}
h4.modal-title {
  color: #117daa;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#wrap {
  min-height: 100%;
  height: auto;
}
/* page topper */
#pageTopBox {
  width: 100%;
  height: 15px;
  background: #0096d6;
  position: relative;
  z-index: 10;
}
.workforcelinks {
  padding: 3px 10px 4px 10px!important;
  border-bottom-left-radius: 0px!important;
}
#pageTopLinks {
  list-style: none;
  margin: 0;
  padding: 0 10px 4px 3px;
  float: right;
  background: #0096d6;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}
#pageTopLinksLeft {
  list-style: none;
  margin: 0;
  padding: 3px 10px 4px 10px;
  float: right;
  background: #6639B7;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
}
#pageTopLinks, #pageTopLinksLeft {
  display: block;
  box-shadow: rgba(0,0,0,0.8) 0 0 5px;
}
#pageTopLinks #pageTopSearch {
  display: none;
}
#pageTopLinks #pageTopSearch input {
  margin: 0 5px 0 8px;
}
#pageTopLinks #pageTopSearch span {
  color: #FFF;
  cursor: pointer;
}
#pageTopLinks li {
  float: left;
  margin: 0;
  padding: 0;
}
#pageTopLinks a {
  color: #FFF;
  font-family: 'Proxima N W15 Smbd',Arial;
  font-size: 12px;
  border-right: solid 1px #FFF;
  padding: 0 8px;
}
#pageTopLinksLeft li {
  float: left;
  margin: 0;
  padding: 0;
}
#pageTopLinksLeft a {
  color: #FFF;
  font-family: 'Proxima N W15 Smbd',Arial;
  font-size: 12px;
  border-right: solid 1px #FFF;
  padding: 0 8px;
}
#pageTopLinks li:last-child a {
  border-style: none;
}
#pageTopLinksLeft li:last-child a {
  border-style: none;
}
.navbar {
  min-height: 60px;
  height: auto;
}
/* search flyout */
#searchFly {
  position: fixed;
  top: 70px;
  right: 0;
  display: none;
  z-index: 10000;
  background: #FFF;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
}
#searchFly table {
  border-collapse: collapse;
}
#searchFly input {
  border-style: none;
  width: 200px;
  color: #0096d6;
}
#searchFly span {
  cursor: pointer;
  color: #D8D6D6;
}
/* footer styles */
#footer {
  padding: 35px 0 45px 0;
  background: rgba(11, 44, 92, 0.79);
}
#footer-logo {
  margin: 20px 0 30px 0;
}
p.copyright {
  color: #ffffff;
  font-family: 'Roboto Condensed', Arial;
  margin-left: 40px;
}
ul.footer-links {
  list-style: none;
}
ul.footer-links a {
  color: #ffffff;
  font-family: 'Roboto Condensed', Arial;
  -webkit-transition: color 200ms linear 0ms;
  -moz-transition: color 200ms linear 0ms;
  -o-transition: color 200ms linear 0ms;
  transition: color 200ms linear 0ms;
}
ul.footer-links a:hover {
  color: #5993d4;
  text-decoration: none;
}
ul.footer-links li:last-child a {
  font-family: 'Roboto Condensed', Arial; /*font-weight:bold;*/
}

ul.footer-links li.home-link a {
    font-weight:bold;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  height: auto;
}
#footer-socials {
  display: block;
  height: 46px;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
#footer-socials li {
  float: left;
  margin-left: 5px;
}
#footer-socials a {
  display: block;
  width: 44px;
  height: 44px;
}
.forSmall {
  display: none;
}
@media (max-width: 990px) {
  ul.footer-links,
  p.copyright {
    padding: 0;
    margin: 0;
  }
  ul.footer-links {
    margin-bottom: 10px;
  }
  .forBig {
    display: none;
  }
  .forSmall {
    display: block;
  }
}
.search-show {
  display: none;
  margin: 8px 0 5px 10px;
}
.search-show input.form-control {
  padding-right: 30px;
}
.search-show .btn {
  background: transparent;
  border-style: none;
  box-shadow: none;
  color: #117daa;
}
.search-show .btn-search-close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 10;
}
.nav > li > a {
  padding: 15px 9px !important;
}
@media (max-width: 400px) {
  .search-show input.form-control {
    width: 80% !important;
  }
}
/*# sourceMappingURL=shared.css.map */