.logo {
  margin: 0;
  width: auto;
  display: block;
  float: left;
}
.logo img {
  max-height: 90px;
}
.top.minified .logo {
  padding: 10px;
  height: 97px;
}
.top.minified #main-menu > ul.menu > li {
  line-height: 100%;
}
.top {
  position: fixed;
}
#main-menu #menu-main-menu > li.current_page_item > a,
#main-menu #menu-main-menu > li.current_page_item > a {
  background-color: #b5def7;
}
.custom {
  background-color: #fff !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
}
.breadcrumb-wrapper {
    display: flex !important;
  margin: 0 !important;
  float: none !important;
}
ul.dt-sc-tabs-frame li.current a {
  box-shadow: 0px 2px 0px #355C7D inset;
  color: #355C7D;
}
.dt-sc-tabs-container {
  margin-top: 50px !important;
}
.errorSummary {
  background-color: #800000;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-weight: bold;
}
.hide {
  display: none;
}
.dt-sc-subscribe-wrapper .dt-sc-subscribe-frm input[type="submit"] {
  padding: 10px;
}
.dt-sc-tabs-container {
  margin-top: 0 !important;
}
.breadcrumb-wrapper {
  margin-bottom: 30px;
}
.form label,
.form .note {
  color: #2C2C2C !important;
}
table td {
  text-align: left;
}
.page-link ul {
  list-style: none;
}
.page-link ul li {
  float: left;
}
.skill-icon {
  max-height: 100px;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.content .expand {
  font-weight: normal;
  font-size: 13px;
}
.footer-top-links div div {
  margin: 0;
}
.intro-text.type2 {
  padding: 30px;
  text-transform: uppercase;
}
.intro-text.type2 img {
  margin-right: 20px;
  float: left;
  width: 100px;
}
.intro-text.type2 a {
  height: 100px;
  line-height: 100px;
}
.content td:first-child {
  font-weight: bold;
}
@media (max-width: 450px) {
  .intro-text.type2 {
    text-align: center;
  }
  .intro-text.type2 img {
    float: none;
    margin-right: 0;
  }
  .intro-text.type2 a {
    height: auto;
    line-height: 100%;
  }
}
.dt-sc-toggle {
  min-height: 20px;
}
.dt-sc-toggle h5 {
  font-weight: normal;
}
.dt-sc-toggle:hover {
  cursor: pointer;
}
.client {
  border-left: 5px solid #355C7D !important;
  background: #F2F2F2;
  color: white;
  padding: 30px 0;
  float: left;
  color: black;
  font-size: 13px;
  text-align: center;
  margin-left: 5px;
  margin-bottom: 20px;
  border-radius: 100px;
}
.client:hover {
  color: white;
  font-weight: bold;
  background-color: #D95B43;
}
.vertical-align {
  min-height: 200px;
  position: relative;
}
.vertical-align img {
  max-width: 306px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
address {
  margin: 0;
}
.larger {
  font-size: 15px;
}
.text-center {
  text-align: center !important;
}
@media only screen and (max-width: 479px) {
  .in-house .container {
    width: auto !important;
    margin: 0 20px;
  }
  .vertical-align {
    min-height: 1px;
    position: relative;
  }
  .vertical-align img {
    max-width: 100%;
    top: 0;
    position: relative;
    transform: none;
  }
}
