
.skin-search-input {
    border-radius: 4px;
    font-size: .9em;
    padding: 6px 12px;
    height: 34px;
    margin: 0;
    border: solid 2px #dbe1e7;
}

@media (max-width: 767px) {
  div.skin-title {
    padding-top: 10px !important;
  }
  div.skin-logo {
    padding: 8px 0 0 0 !important;
  }
}

.otnav li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.title-text {
    font-family: 'Roboto', sans-serif !important;
}
.subtitle-text {
  font-family: 'Roboto', sans-serif !important;
  font-size: 19px !important;
}
h1 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
}
h2 {
  font-family: 'Roboto', sans-serif !important;
}
h3 {
  font-family: 'Roboto', sans-serif !important;
}
h4 {
  font-family: 'Roboto', sans-serif !important;
}
h5 {
  font-family: 'Roboto', sans-serif !important;
}
h6 {
  font-family: 'Roboto', sans-serif !important;
}
p {
  font-family: 'Roboto', sans-serif !important;
}
.dodAccordionMenuSubMenu {
  font-family: 'Roboto', sans-serif !important;
}
.dodtooltip {
  position: relative;
  display: inline-block;
  background: #AAA;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  color: #fff;
}
.dodtooltip:hover .info, .dodtooltip:focus .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(-10%, 15%, 0);
          transform: translate3d(-10%, 15%, 0);
}
.dodtooltip .info {
  box-sizing: border-box;
  position: absolute;
  bottom: 53px;
  left: -85px;
  display: block;
  background: #CCC;
  width: 300px;
  font-size: 16px;
  line-height: 24px;
  cursor: text;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(-10%, 0, 0);
          transform: translate3d(-10%, 0, 0);
  transition: all 0.5s ease-out;
  box-shadow: 4px 3px 8px #000000;
  border-radius: 4px;
}
.dodtooltip .info:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 14px;
  bottom: -14px;
  left: 0;
}
.dodtooltip .info:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: #CCC;
  box-shadow: 4px 4px 5px #000;
}
.dodtooltip .info .title {
  display: block;
  background: linear-gradient(#1c6492, #10365b);
  color: #FFFFFF;
  padding: 8px 17px 10px 17px;
  line-height: 16px;
  font-weight: bold;
  font-size: 150%;
}
.dodtooltip .info .body {
  display: block;
  color: #123D64;
  padding: 13px 17px;
}


.skin-header-right {
    padding-top:19px;
}

.mobile-search {
    padding-right: 0px;
    padding-top: 5px;
}
